]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/ltr.css.scss
Reposition the zoom slider after recreating the SimplePanZoom control
[rails.git] / app / assets / stylesheets / ltr.css.scss
index 38dfe1b8cbe60a1f6f4fa591e10f02bce74b85dd..aaa182b8f84eb1f296a3b0d0551aba671764ff75 100644 (file)
@@ -40,12 +40,6 @@ html body {
   text-align: left;
 }
 
-/* Rules for the search box */
-
-.whereami {
-  float: right;
-}
-
 /* Rules for tabbed navigation bar */
 
 #top-bar {
@@ -215,3 +209,28 @@ input.openid_url {
   background: image-url('openid_input.png') repeat-y left white;
   padding-left: 16px;
 }
+
+/* Rules for rich text editors */
+
+.richtext_container {
+  .richtext_help {
+    margin-left: 15px;
+
+    th {
+      text-align: left;
+      padding: 0px 15px 0px 0px !important;
+    }
+
+    td {
+      text-align: left;
+    }
+
+    input.richtext_doedit {
+      margin-right: 10px !important;
+    }
+
+    input.richtext_dopreview {
+      margin-left: 10px !important;
+    }
+  }
+}