]> 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 8b48378ea65041b9eda8a026d791321be403b1bd..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 {
@@ -152,6 +168,10 @@ html body {
   float: left;
 }
 
+.diary_entry-list img.user_thumnbail {
+  float: left;
+}
+
 /* Rules for the diary entry view */
 
 .diary_entry-view img.user_image {