summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements
Commit message (Collapse)AuthorAgeFilesLines
...
* Colors darkened for better visual contrast to pass accessibility tests.Michael Davis2017-10-091-3/+2
| | | | | Change-Id: Iedcaaf71a2ac48eb885ac92d9efee0623e949289 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* changes to status icons based on design changes.Michael Davis2017-10-091-20/+26
| | | | | Change-Id: Idc1607033c277eb9a9a278614cc23b4c3d600dd3 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* fixed wrapping of confirmation buttons at small screensMichael Davis2017-10-091-3/+7
| | | | | Change-Id: If77633e13acfbb74054e55dbf10e7908d28c893f Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* fixed icons and margins in quicklinks blockMichael Davis2017-10-091-1/+12
| | | | | Change-Id: I30b663c3c4269eed169f4757f5e8c6db62e57ece Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* added pre-loader template to directives. Added styling for loader animation.Michael Davis2017-10-092-0/+41
| | | | | Change-Id: I2f60a4bf8cbf49932b9e736818fcb3a4560af838 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Added hardware sensors functionalityIftekharul Islam2017-09-206-86/+17
| | | | | Change-Id: I99435613bb77fc0ff72f046c2dc047b13962a7a3 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* start on sensors redesign.Michael Davis2017-09-201-1/+2
| | | | | Change-Id: Iab823cc3f4643a567b85a036c9dd4d78db02ad05 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Enhance hardware inventory layoutMichael Davis2017-09-203-20/+12
| | | | | Change-Id: Ie013fdaa03a03682bb415a34e15155091fa3bf4a Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* darkened input borders for accessibility against white page colorMichael Davis2017-09-201-1/+1
| | | | | Change-Id: I0ae704746bb982ba5d64222d132bb656fd6ab684 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Implement firmware upload functionIftekharul Islam2017-09-203-4/+9
| | | | | Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Create quicklinks style classMichael Davis2017-09-202-1/+64
| | | | | Change-Id: Ibbe769a9c23d288db6b8e9db1a41b25d7b060999 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Various minor changesMichael Davis2017-09-201-1/+4
| | | | | | | | | - Add style class for critical icon - Minor tweaks to content styles - Reorder event log content for responsiveness Change-Id: Ibbe769a9c23d288db6b8e9db1a41b25d7b060999 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Accessibility fixesIftekharul Islam2017-09-201-4/+1
| | | | | | | | - Add tab index order to navigation. - Minor CSS changes. Change-Id: I402d3cb8c1ac14bd930a5efcf472c1d249cfe00a Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* add firmware pageMichael Davis2017-09-202-1/+71
| | | | | Change-Id: I3d9a2ec068e3542a848dada63a6bbebe9869bf2f Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Modify color of gray textsMichael Davis2017-09-202-4/+4
| | | | | Change-Id: I4fa5c805448cc28066c8cb72b24184d541d9af95 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Misc CSS fixesMichael Davis2017-09-205-16/+5
| | | | | | | | | | | | | | | * set max content width to 960px * created mixin for bold font * move app-header content to global header * minor global changes * changed input alignment for network config inputs * added pop-out button class * changed lightgrey color * fixed accordion header actions responsiveness * fixed input box border colors Change-Id: Iffe26d526439d7f2bb6808528a975ab7374ff1b2 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* removed associated events from sensor templateMichael Davis2017-09-201-1/+1
| | | | | | | Currently missing backend support, so comment out. Change-Id: Iebdac4e26472d5856b40ecee0f403eaecee97d2a Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Add collapsing animation for 2nd level nav menuMichael Davis2017-09-202-1/+3
| | | | | Change-Id: Ie60d6c9d0aaff1e6db785a678e38c626925c8799 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Change navigation structureIftekharul Islam2017-09-205-18/+11
| | | | | Change-Id: I12c819293ce1eda188dc9f257ae9370f1b73cb18 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* add inventory templatesMichael Davis2017-09-202-3/+10
| | | | | Change-Id: I735465dc2d6ab0583586ece23380ea8570f024fa Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* event-logs: redesign search and filtering functionMichael Davis2017-09-203-11/+12
| | | | | | | Proposed changes were based on user feedback from design team. Change-Id: Idab1418e1b4d11770095c865eb03769f278a03bc Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* added sensor templatesMichael Davis2017-09-206-5/+225
| | | | | Change-Id: I805828ce3cb80dbceb1dbba5d0e39fb31fbd6baf Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* added pagination support to event logMichael Davis2017-09-205-2/+276
| | | | | Change-Id: I18a21ba71679407bd512f1895ba91717c8ca5990 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Additional details on event log templatesMichael Davis2017-09-202-0/+64
| | | | | Change-Id: I634cbc5c4c42150b54ac4f520ff7aed70b4243dc Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Major update to code structureIftekharul Islam2017-09-205-0/+272
* Split files into independent files based on functionality. * Switch to bower/gulp for build. Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
OpenPOWER on IntegriCloud