summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/firmware.scss
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-11-05 10:02:58 -0600
committerGunnar Mills <gmills@us.ibm.com>2018-11-07 16:44:37 +0000
commit1cc7021c9e77251e610c26b0f2a0b59bd0896886 (patch)
tree47ca7149e9314f1622baa5ffe253a7830638b422 /app/configuration/styles/firmware.scss
parent9c5aa667323df49a8cb9c8e1a604e3bd95f9fdff (diff)
downloadphosphor-webui-1cc7021c9e77251e610c26b0f2a0b59bd0896886.tar.gz
phosphor-webui-1cc7021c9e77251e610c26b0f2a0b59bd0896886.zip
Move more info icon
Currently, the more info icon (...) is positioned too far from the server version on the firmware page. This places the icon 20 px to the right, so that it is clearly associated with the version. Resolves openbmc/phosphor-webui#23 Change-Id: I5d1dc6bf1446c9f10ee0181d9b9fa2eb3e53e498 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/configuration/styles/firmware.scss')
-rw-r--r--app/configuration/styles/firmware.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss
index 23ce408..4902dd0 100644
--- a/app/configuration/styles/firmware.scss
+++ b/app/configuration/styles/firmware.scss
@@ -79,11 +79,13 @@
.firmware__version {
position: relative;
- .icon {
+ svg {
position: absolute;
- right: 0;
top: 20%;
}
+ .icon {
+ margin-left: 20px;
+ }
}
OpenPOWER on IntegriCloud