X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a3c83f8623753ffa77b7de476fe7c9991658aec5..be585d140336313b0f94c695dde71cc97a00b1f4:/app/assets/stylesheets/rtl.css.scss diff --git a/app/assets/stylesheets/rtl.css.scss b/app/assets/stylesheets/rtl.css.scss index d616feda6..f044cf1f4 100644 --- a/app/assets/stylesheets/rtl.css.scss +++ b/app/assets/stylesheets/rtl.css.scss @@ -6,16 +6,6 @@ html body { text-align: right; } -/* - * Rules for alert boxes shown in the left sidebar when important - * information needs to be conveyed such as when the site is - * undergoing maintenance. - */ - -#alert { - text-align: right; -} - /* * Rules for notice boxes shown in the left sidebar when important, but * non-critical information needs to be conveyed such as notices about @@ -68,15 +58,15 @@ html body { /* Rules for tabbed navigation bar */ -#tabnav { - margin-right: 185px; +#top-bar { + margin-right: 185px } #tabnav a, #tabnav a:link, #tabnav a:visited { float: right; - margin-left: 4px; + margin-left: 1px; } /* Rules for greeting bar in the top right corner */ @@ -194,12 +184,6 @@ html body { float: left; } -/* Rules for the login page */ - -#login_wrapper input[type=submit] { - float: left; -} - /* Rules for the account confirmation page */ form#termsForm div#buttons {