]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/ltr.css.scss
Make sure text in Markdown help is aligned correctly
[rails.git] / app / assets / stylesheets / ltr.css.scss
index 38dfe1b8cbe60a1f6f4fa591e10f02bce74b85dd..bbfebdbc1fc22aa8e4cc5ece6812be3e9789738a 100644 (file)
@@ -215,3 +215,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;
+    }
+  }
+}