X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/be585d140336313b0f94c695dde71cc97a00b1f4..ada8b184ea9820b6bfa8926e97e809d4a9a5c44d:/app/assets/stylesheets/ltr.css.scss?ds=sidebyside diff --git a/app/assets/stylesheets/ltr.css.scss b/app/assets/stylesheets/ltr.css.scss index 5d9b9aa6e..aaa182b8f 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 { @@ -50,12 +40,6 @@ html body { text-align: left; } -/* Rules for the search box */ - -.whereami { - float: right; -} - /* Rules for tabbed navigation bar */ #top-bar { @@ -225,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; + } + } +}