theme: add bottom badding for login dialog hint

Since we're getting rid of the top padding, we need to add what we
take away to the bottom padding to keep the size the same.

https://bugzilla.gnome.org/show_bug.cgi?id=706670
This commit is contained in:
Ray Strode 2013-08-27 10:28:26 -04:00
parent 88e3f6af47
commit 268ac0bde8

View File

@ -2445,6 +2445,7 @@ StScrollBar StButton#vhandle:active {
.login-dialog-message-hint {
padding-top: 0px;
padding-bottom: 20px;
}
.user-widget-label {