userWidget: Fix the padding in RTL

https://bugzilla.gnome.org/show_bug.cgi?id=712638
This commit is contained in:
Yosef Or Boczko 2013-12-11 22:35:44 +02:00
parent c361b6a85c
commit ea86c9bafb

View File

@ -2479,11 +2479,18 @@ StScrollBar StButton#vhandle:active {
font-size: 20px;
font-weight: bold;
text-align: left;
padding-left: 18px;
color:white;
text-shadow: black 0px 4px 3px 0px;
}
.user-widget-label:ltr {
padding-left: 18px;
}
.user-widget-label:rtl {
padding-right: 18px;
}
/* Screen shield */
#panel.lock-screen,