X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/be585d140336313b0f94c695dde71cc97a00b1f4..d97d3f76a65ddcd798e3c0dc897746153f955df3:/app/assets/stylesheets/ltr.css.scss diff --git a/app/assets/stylesheets/ltr.css.scss b/app/assets/stylesheets/ltr.css.scss index 5d9b9aa6e..bbfebdbc1 100644 --- a/app/assets/stylesheets/ltr.css.scss +++ b/app/assets/stylesheets/ltr.css.scss @@ -6,16 +6,6 @@ html body { text-align: left; } -/* - * Rules for notice boxes shown in the left sidebar when important, but - * non-critical information needs to be conveyed such as notices about - * donation drives. - */ - -.notice { - text-align: left; -} - /* Rules for the menu displayed in the left sidebar */ .left_menu { @@ -225,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; + } + } +}