diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-27 15:42:39 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:41:29 -0500 |
| commit | f050485eb5f4bb456c7822b46080db650d1fa153 (patch) | |
| tree | 9c78d026b44063a63d3e790b2f0dd19344e230d1 /app/common/styles/base | |
| parent | 9a97e5941f3d1751546d4da1825ad2c8bbdf034a (diff) | |
| download | phosphor-webui-f050485eb5f4bb456c7822b46080db650d1fa153.tar.gz phosphor-webui-f050485eb5f4bb456c7822b46080db650d1fa153.zip | |
fixed alignment and margins of global buttons to match designs
Change-Id: Ib932b23aa891a1dd3ad3942dc9c8fbcf94f87f2b
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/base')
| -rw-r--r-- | app/common/styles/base/buttons.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/common/styles/base/buttons.scss b/app/common/styles/base/buttons.scss index 299c9b3..42d0f0d 100644 --- a/app/common/styles/base/buttons.scss +++ b/app/common/styles/base/buttons.scss @@ -98,7 +98,7 @@ button, .button, .submit { content: ''; position: absolute; left: 0; - top: 3px; + top: 0px; width: 25px; height: 20px; display: inline-block; @@ -114,6 +114,6 @@ button, .button, .submit { vertical-align: middle; display: inline-block; left: 11px; - top: 4px; + top: 0px; } }
\ No newline at end of file |

