[gnome-shell] userWidget: Fix the padding in RTL



commit ea86c9bafb57c82e8205ff8db2a55cd0375b58a0
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Dec 11 22:35:44 2013 +0200

    userWidget: Fix the padding in RTL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712638

 data/theme/gnome-shell.css |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 55c45cb..4749c41 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]