X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/87d38efbb072a99bea2bbeaac11d6fa37dd0d9ee..5a2cfd6760f3610bfbc21909c6f4b10815a5910d:/app/assets/stylesheets/small-rtl.css?ds=sidebyside diff --git a/app/assets/stylesheets/small-rtl.css b/app/assets/stylesheets/small-rtl.css index 4d3a5e1fc..42482f7a9 100644 --- a/app/assets/stylesheets/small-rtl.css +++ b/app/assets/stylesheets/small-rtl.css @@ -3,3 +3,21 @@ *= require rtl *= require small */ + +/* Rules for tabbed navigation bar */ + +#top-bar { + right: 0; +} + +/* Rules for the site name - shown when left sidebar is hidden */ + +#small-title { + right: 5px; +} + +/* Rules for greeting bar in the top right corner */ + +#greeting { + left: 5px; +}