X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8acdba8bdd2be14c2408518812660431fa9e59fb..eefc0b5a0d3ace4f75adb0fd9974fae8162b192a:/app/assets/stylesheets/small-ltr.css diff --git a/app/assets/stylesheets/small-ltr.css b/app/assets/stylesheets/small-ltr.css index 532d9faae..716712912 100644 --- a/app/assets/stylesheets/small-ltr.css +++ b/app/assets/stylesheets/small-ltr.css @@ -1,5 +1,23 @@ /* *= require common - *= require small *= require ltr + *= require small */ + +/* Rules for tabbed navigation bar */ + +#top-bar { + left: 0; +} + +/* Rules for the site name - shown when left sidebar is hidden */ + +#small-title { + left: 5px; +} + +/* Rules for greeting bar in the top right corner */ + +#greeting { + right: 5px; +}