X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0ba1839e78e694ab4ac1ca9fc650df1eec101b7c..b70aa5dbbde613e151a97da8dcf8855d2fffbebe:/app/assets/stylesheets/small-rtl.css 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; +}