[gnome-maps] Fix wrong margin in RTL in the sidebar



commit b245fc7b22d9617fd71480b052c0ae1097bd5cc6
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Wed Jun 25 01:42:55 2014 +0300

    Fix wrong margin in RTL in the sidebar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732194

 data/gnome-maps.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-maps.css b/data/gnome-maps.css
index b1d08c4..b616387 100644
--- a/data/gnome-maps.css
+++ b/data/gnome-maps.css
@@ -63,6 +63,10 @@
     padding-right: 6px;
 }
 
+#sidebar-form > GtkLabel:dir(rtl) {
+    padding-left: 6px;
+}
+
 #sidebar-form .transportation-mode-button > GtkImage {
     padding-left:   7px;
     padding-right:  7px;


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