From dcf637edd84c7f149472964006eb8c95d2148a20 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 16 Jul 2013 08:42:32 -0400 Subject: [PATCH] theme: fix spacing for "Log in as another user" button At some point the Not Listed? button was moved to align it better in the login screen. That nudging made the "Log in as another user" button (which uses the same style class) align worse. This commit removes the padding at the unlock screen. https://bugzilla.gnome.org/show_bug.cgi?id=704318 --- data/theme/gnome-shell.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index da48e33e1..504792e91 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2321,6 +2321,9 @@ StScrollBar StButton#vhandle:active { font-weight: bold; color: #666666; padding-top: 1em; +} + +.login-dialog-user-selection-box .login-dialog-not-listed-label { padding-left: 2px; }