From ed4324f85583b9fa5eb6568e0e7916e0147daca6 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Wed, 20 May 2015 07:24:02 -0500 Subject: [PATCH] fix styling issues found during testing --- themes/antergos/css/bootstrap/theme.css | 19 ++++++++++++++++--- themes/antergos/index.html | 4 ++-- themes/antergos/js/greeter.js | 6 +++--- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/themes/antergos/css/bootstrap/theme.css b/themes/antergos/css/bootstrap/theme.css index 64d4df4..2944c55 100644 --- a/themes/antergos/css/bootstrap/theme.css +++ b/themes/antergos/css/bootstrap/theme.css @@ -126,7 +126,8 @@ a { } #user-list2 img { - width: 40px; + width: 32px; + height: 32px; margin-right: 10px; } @@ -333,9 +334,13 @@ div.password, div.status, div.timer { .password { font-size: 14px !important; - line-height: 37px; height: 37px; } +input.password.form-control:focus { + -webkit-box-shadow: inset 0 -2px 0 #2196f3 !important; + box-shadow: inset 0 -2px 0 #2196f3 !important; + border-bottom: 2px solid #2196f3 !important; +} #passwordArea .btn { padding-top: 6.5px; padding-bottom: 6.5px; @@ -592,7 +597,15 @@ padding: 0px; } .list-group-item { - padding: 0px 15px; + padding: 5px 15px; +} +.list-group-item img { + position: relative; + bottom: 2px; +} +.list-group-item span:first-of-type { + position: relative; + top: 2px; } a.list-group-item:focus, a.list-group-item:hover, a.list-group-item.hovered diff --git a/themes/antergos/index.html b/themes/antergos/index.html index 319cd7c..c9fed05 100644 --- a/themes/antergos/index.html +++ b/themes/antergos/index.html @@ -249,7 +249,7 @@