From ea86c9bafb57c82e8205ff8db2a55cd0375b58a0 Mon Sep 17 00:00:00 2001 From: Yosef Or Boczko Date: Wed, 11 Dec 2013 22:35:44 +0200 Subject: [PATCH] userWidget: Fix the padding in RTL https://bugzilla.gnome.org/show_bug.cgi?id=712638 --- data/theme/gnome-shell.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 55c45cbbe..4749c417a 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -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,