theme: remove excessive padding from notification buttons

Set the button width manually and remove the huge horizontal
padding we had. This means that long button labels don't get cut
off.

https://bugzilla.gnome.org/show_bug.cgi?id=664411
This commit is contained in:
Allan Day 2012-11-29 14:29:09 +00:00 committed by Giovanni Campagna
parent 8b659f0f4c
commit e14ef4a294

View File

@ -1453,11 +1453,13 @@ StScrollBar StButton#vhandle:active {
}
.notification-button {
padding: 4px 42px 5px;
-st-natural-width: 140px;
padding: 4px 4px 5px;
}
.notification-button:focus {
padding: 3px 41px 4px;
-st-natural-width: 138px;
padding: 3px 4px 4px;
}
.notification-icon-button {