[gnome-shell] theme: fix spacing for "Log in as another user" button



commit dcf637edd84c7f149472964006eb8c95d2148a20
Author: Ray Strode <rstrode redhat com>
Date:   Tue Jul 16 08:42:32 2013 -0400

    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 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index da48e33..504792e 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;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]