userWidget: Fix the padding in RTL
https://bugzilla.gnome.org/show_bug.cgi?id=712638
This commit is contained in:
parent
c361b6a85c
commit
ea86c9bafb
@ -2479,11 +2479,18 @@ StScrollBar StButton#vhandle:active {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 18px;
|
|
||||||
color:white;
|
color:white;
|
||||||
text-shadow: black 0px 4px 3px 0px;
|
text-shadow: black 0px 4px 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-widget-label:ltr {
|
||||||
|
padding-left: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-widget-label:rtl {
|
||||||
|
padding-right: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Screen shield */
|
/* Screen shield */
|
||||||
|
|
||||||
#panel.lock-screen,
|
#panel.lock-screen,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user