]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/rtl.css.scss
Replace PanZoom control with Zoom control for small maps
[rails.git] / app / assets / stylesheets / rtl.css.scss
index a8cf95cd3ff4dabf92085d59f6981fd9bf5a7330..439877669e5868de596cfb39be1f6841ac0e9926 100644 (file)
@@ -215,3 +215,28 @@ input.openid_url {
   background: image-url('openid_input.png') repeat-y right white;
   padding-right: 16px;
 }
+
+/* Rules for rich text editors */
+
+.richtext_container {
+  .richtext_help {
+    margin-right: 15px;
+
+    th {
+      text-align: right;
+      padding: 0px 0px 0px 15px !important;
+    }
+
+    td {
+      text-align: right;
+    }
+
+    input.richtext_doedit {
+      margin-left: 10px !important;
+    }
+
+    input.richtext_dopreview {
+      margin-right: 10px !important;
+    }
+  }
+}