X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/40402fcdb878e53df591610cc9f280c7aaf78f5b..ed84516db2ccf634c8639d15fc39b1896f66cd18:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 412cf7203..19b4e6b89 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -17,15 +17,18 @@ h1 { } /* Rules for tabbed navigation bar */ + #top-bar { - margin: 0; + margin: 0px; + height: 39px; + padding: 0; } #tabnav { height: 14px; margin: 0px; padding-top: 5px; - margin-top: 18px; + margin-top: 20px; font-size: 10px; line-height: 10px; } @@ -45,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; @@ -60,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; @@ -90,26 +92,24 @@ h1 { border: 0; } -.olControlPanZoomBar { - display: none; +.site-index .leaflet-top .leaflet-control, +.site-export .leaflet-top .leaflet-control { + margin-top: 10px !important; } /* Rules for the main content area */ #content { - left: 10px; - right: 10px; - top: 47px; margin-left: 0px; margin-right: 0px; + border-left: 0px; + border-right: 0px; } -#content.site_index { - left: 0px; - right: 0px; - top: 38px; - bottom: 0px; - padding-bottom: 0px; +.site-export #content, +.site-edit #content, +.site-index #content { + margin-top: 40px; } /* Rules for search sidebar when shown */