summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/firmware.scss
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-05-30 15:35:31 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commit9486f54a178726dae75d60eab305dee1ecabe796 (patch)
treec93009665f83ddf519d182c295ae96fe21fd3f1e /app/configuration/styles/firmware.scss
parent43366db73718c935665c1546ba93c09557949f2c (diff)
downloadphosphor-webui-9486f54a178726dae75d60eab305dee1ecabe796.tar.gz
phosphor-webui-9486f54a178726dae75d60eab305dee1ecabe796.zip
add firmware page
Change-Id: I3d9a2ec068e3542a848dada63a6bbebe9869bf2f Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/configuration/styles/firmware.scss')
-rw-r--r--app/configuration/styles/firmware.scss116
1 files changed, 83 insertions, 33 deletions
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss
index a3d2226..08de2bd 100644
--- a/app/configuration/styles/firmware.scss
+++ b/app/configuration/styles/firmware.scss
@@ -1,54 +1,82 @@
-.btn-upload {
- color: $lightbg__primary;
- font-weight: 700;
- text-decoration: none;
- .btn-upload-icon {
- fill: $lightbg__primary;
- display: inline-block;
- width: 1.25em;
- height: 1.25em;
- }
- &:visited .btn-upload-icon {
- fill: $links__visited;
+
+
+.firmware__ready {
+ font-weight: 300;
+}
+
+.firmware__table {
+ margin-top: 2.5em;
+ margin-bottom: 2.5em;
+
+ .table__cell {
+ a {
+ display: inline-block;
+ margin-right: 1.7em;
+ text-decoration: none;
+ font-weight: 700;
+ }
+ .icon {
+ color: $medblue;
+ &.disabled {
+ color: $medgrey;
+ }
+ }
}
- &:hover .btn-upload-icon {
- fill: $lightbg__primary;
+
+ .table-header {
+ font-weight: 700;
}
- &:hover {
- cursor: pointer;
+
+ .table__row.disabled {
+ .firmware__action-link {
+ color: $medblue;
+ opacity: 1;
+ &:hover {
+ cursor: pointer;
+ }
+ }
}
}
-.table__cell {
- font-weight: 700;
- a {
- display: inline-block;
- margin-right: 1.7em;
- text-decoration: none;
- font-weight: 700;
- }
+.firmware__active-version {
+ color: $medblue;
+ font-size: .8em;
+ float: right;
+ font-weight: 400;
}
-.table-header {
- font-weight: 700;
+.firmware__action-link {
+ color: $links;
+ padding: 5px;
+ min-width: 90px;
+ text-align: left;
}
-.firmware__ready {
- font-weight: 300;
+.firmware__version {
+ position: relative;
+ .icon {
+ position: absolute;
+ right: 0;
+ top: 20%;
+ }
+ &.active {
+ overflow: visible;
+ }
}
-.firmware__bmc-image {
- margin-top: 2.5em;
- margin-bottom: 2.5em;
+
+.icon__more-dropdown {
+ width: 300px;
+ top: 70%;
}
+// Upload firmware
.firmware__upload-form {
label {
font-weight: 700;
}
.row p,
fieldset {
- padding-left: 3em;
label {
font-weight: 300;
}
@@ -56,11 +84,33 @@
input {
height: 2.4em;
}
+ input[type=submit] {
+ width: auto;
+ margin-top: 1.5em;
+ }
+}
+.firmware__upload-chooser {
+ width: 100%;
+ background: $lightgrey;
+ padding-left: 1em;
+ padding-right: 1em;
+ .btn-secondary {
+ vertical-align: middle;
+ margin: 1em .5em 1em 0;
+ }
+ &.uploading {
+ @include indeterminate-bar;
+ }
+ @include mediaQuery(medium) {
+ width: 70%;
+ }
}
.firmware__upload-station {
padding-bottom: 1em;
+ border-bottom: 1px solid $medgrey;
+ padding-left: 1em;
}
.firmware__upload-tftp {
padding-top: 2em;
- border-top: 1px solid $medgrey;
+ padding-left: 1em;
} \ No newline at end of file
OpenPOWER on IntegriCloud