]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/rtl.css.scss
Fix RTL issues with the search and donate icons
[rails.git] / app / assets / stylesheets / rtl.css.scss
index 8dd38834bf35ca36b493ee35573f64ec9e052340..4b857e0ec33c93ad76078bd06caabfca5535b514 100644 (file)
@@ -40,6 +40,22 @@ html body {
   text-align: right;
 }
 
+/* Rules for the search box */
+
+#search_field input[type="text"] {
+  padding: 2px 5px 2px 0px;
+}
+
+#search_field input[type="submit"] {
+  left: 4px;
+}
+
+/* Rules for donation request box */
+
+.donate .donate-icon {
+  right: 17px;
+}
+
 /* Rules for tabbed navigation bar */
 
 #top-bar {