From 86b8885d961b484781df1f97e05fadbcee31e217 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 88176a703..ddf2884df 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2320,6 +2320,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; }