Add padding on the left of the notification scrollbar

It looks better that way.

https://bugzilla.gnome.org/show_bug.cgi?id=630752
This commit is contained in:
Marina Zhurakhinskaya 2010-11-25 01:40:56 -05:00
parent c908a060b8
commit 6b0fe1b0b0

View File

@ -823,6 +823,10 @@ StTooltip StLabel {
height: 1em;
}
#notification-scrollview > StScrollBar {
padding-left: 6px;
}
#notification-body {
spacing: 5px;
}