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
This commit is contained in:
Ray Strode 2013-07-16 08:42:32 -04:00
parent cf7355e4d0
commit 86b8885d96

View File

@ -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;
}