summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/network.scss
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-05-01 10:30:38 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:43:05 -0500
commit51946552fc8c6ac9b677ccf07949e837e9caaf52 (patch)
tree968aa741ed910e1b26e35c595b45352a0ab5e0a2 /app/configuration/styles/network.scss
parenta960c8c72e56a22d083654692c18f1b229cc10a7 (diff)
downloadphosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.tar.gz
phosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.zip
Misc CSS fixes
* 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>
Diffstat (limited to 'app/configuration/styles/network.scss')
-rw-r--r--app/configuration/styles/network.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/configuration/styles/network.scss b/app/configuration/styles/network.scss
index 22edf88..3b28ebf 100644
--- a/app/configuration/styles/network.scss
+++ b/app/configuration/styles/network.scss
@@ -5,9 +5,9 @@
.dropdown__list {
margin-top: -17px;
}
- input,
.dropdown__button {
- width: 240px;
+ width: 200px;
+ margin-top: 0px;
text-align: left;
}
input {
@@ -16,14 +16,13 @@
}
label {
min-width: 300px;
- font-weight: 700;
}
fieldset {
padding-left: 1.8em;
- padding-top: 1em;
}
.net-config__static-ip-wrap {
- padding-left: 3.6em;
+ padding-left: 0;
+ padding-top: 1em;
display: block;
label {
min-width: 250px;
@@ -31,6 +30,8 @@
}
.control-radio {
margin-top: 1em;
+ margin-left: .7em;
+ font-weight: 700;
}
.network-config__submit-wrapper {
width: 100%;
OpenPOWER on IntegriCloud