X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0ba1839e78e694ab4ac1ca9fc650df1eec101b7c..b70aa5dbbde613e151a97da8dcf8855d2fffbebe:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index daacb5a7f..a95501775 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -17,16 +17,18 @@ h1 { } /* Rules for tabbed navigation bar */ + #top-bar { margin: 0px; - height: 19px; + height: 39px; + padding: 0; } #tabnav { height: 14px; margin: 0px; padding-top: 5px; - margin-top: 18px; + margin-top: 20px; font-size: 10px; line-height: 10px; } @@ -46,7 +48,7 @@ h1 { height: 16px; display: block; position: absolute; - top: 0; + top: 5px; padding: 2px; width: 110px; /* TODO: find better fix for overlap */ background-color: #fff; @@ -61,15 +63,14 @@ h1 { position: absolute; left: 18px; font-size: 12px; - margin: 2px; + margin: 0; } /* Rules for greeting bar in the top right corner */ #greeting { position: absolute; - top: 0px; - right: 0px; + top: 5px; height: 14px; font-size: 12px; line-height: 12px; @@ -95,12 +96,16 @@ h1 { display: none; } +.site-index #map .olControlZoom, +.site-index #map .SimpleLayerSwitcher, +.site-export #map .olControlZoom, +.site-export #map .SimpleLayerSwitcher { + top: 8px !important; +} + /* Rules for the main content area */ #content { - left: 0px; - right: 0px; - top: 38px; margin-left: 0px; margin-right: 0px; border-left: 0px; @@ -108,11 +113,7 @@ h1 { } .site-index #content { - left: 0px; - right: 0px; - top: 38px; - bottom: 0px; - padding-bottom: 0px; + margin-top: 40px; } /* Rules for search sidebar when shown */