commit | 956ffc03b3378de9128c2eddd3beecb5156dc2af | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Wed Sep 13 10:34:09 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:59:30 2017 -0500 |
tree | b67e3b03c9a4023e10da05785cf8a1a734b7e19f | |
parent | afba071adb99020302e0276c04e7c394177e9f85 [diff] |
fix icon alignments Change-Id: Id4a783d23e18be74048540310523079ec5613e8e Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/buttons.scss b/app/common/styles/base/buttons.scss index 42d0f0d..93848be 100644 --- a/app/common/styles/base/buttons.scss +++ b/app/common/styles/base/buttons.scss
@@ -114,6 +114,6 @@ vertical-align: middle; display: inline-block; left: 11px; - top: 0px; + top: 5px; } } \ No newline at end of file
diff --git a/app/login/styles/index.scss b/app/login/styles/index.scss index b4319e9..a5fab11 100644 --- a/app/login/styles/index.scss +++ b/app/login/styles/index.scss
@@ -84,6 +84,9 @@ li { padding: 1em 0; border-top: 1px solid $medgrey; + > [class^="status-"]:before { + top: 5px; + } } p { margin-bottom: 0;