X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/66caf92bd923065064deec45cb325ee06e4131ab..e2cb47f1ae6c1053ba772ca488a32fab114f2cfd:/app/assets/stylesheets/ltr.css.scss diff --git a/app/assets/stylesheets/ltr.css.scss b/app/assets/stylesheets/ltr.css.scss index 38dfe1b8c..84adc8e72 100644 --- a/app/assets/stylesheets/ltr.css.scss +++ b/app/assets/stylesheets/ltr.css.scss @@ -78,6 +78,13 @@ html body { border-left: 1px solid #ccc; } +/* Rules for edit menu */ + +.menuicon { + margin-left: 10px; + border-left: 1px solid #eee; +} + /* Rules for attribution text under the main map shown on printouts */ .attribution_license { @@ -215,3 +222,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; + } + } +}