summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-09-20 11:42:01 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 15:02:00 -0500
commitee33c4935a18379ab452a6220eb1693db91b46f8 (patch)
tree2a27f1e7cb0d85f96bb95c06db10a21bbaf67437
parentd1633418d5c9d2617a479a83ced3286105a35d39 (diff)
downloadphosphor-webui-ee33c4935a18379ab452a6220eb1693db91b46f8.tar.gz
phosphor-webui-ee33c4935a18379ab452a6220eb1693db91b46f8.zip
alignment fix for sensor readings
Change-Id: I6316956206b675b931c4ed88fb237928ab3eeecf Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
-rw-r--r--app/common/directives/app-header.html1
-rw-r--r--app/server-health/styles/sensors.scss6
2 files changed, 4 insertions, 3 deletions
diff --git a/app/common/directives/app-header.html b/app/common/directives/app-header.html
index ff20a6f..3f760f4 100644
--- a/app/common/directives/app-header.html
+++ b/app/common/directives/app-header.html
@@ -25,6 +25,7 @@
<span>Refresh</span>
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.18 51.91">
<path class="cls-1" d="M38,20.77H52v-14H48.3v6.07A26,26,0,1,0,48.7,38H44.32a22.14,22.14,0,1,1,1.8-20.92H38v3.67Z" transform="translate(0.16 0.14)"/>
+ </svg>
</button>
</div>
</div>
diff --git a/app/server-health/styles/sensors.scss b/app/server-health/styles/sensors.scss
index 522c65e..7ebeaa7 100644
--- a/app/server-health/styles/sensors.scss
+++ b/app/server-health/styles/sensors.scss
@@ -46,7 +46,7 @@ $title-minWidth: 210px;
@include mediaQuery(medium) {
display: inline-block;
width: auto;
- min-width: calc(70% * (1 / 5) - 18px);
+ min-width: calc(70% * (1 / 5) - 15px);
}
}
@@ -80,8 +80,8 @@ $title-minWidth: 210px;
}
}
.content-label {
- font-size: 1em;
- margin-left: .8em;
+ font-size: .9em;
+ margin-left: .5em;
color: $darkgrey;
}
.sensor__reading {
OpenPOWER on IntegriCloud