X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8acdba8bdd2be14c2408518812660431fa9e59fb..b812c070f127e8aacf6dd5dc2f5c0cae696ad3ac:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 4b561349d..66cc68655 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -17,24 +17,24 @@ h1 { } /* Rules for tabbed navigation bar */ +#top-bar { + margin: 0px; + height: 19px; +} -#tabnav -{ +#tabnav { height: 14px; margin: 0px; - padding-left: 3px; padding-top: 5px; margin-top: 18px; - background: image-url('tab_bottom.gif') repeat-x bottom; font-size: 10px; line-height: 10px; } -#tabnav a, #tabnav a:link, #tabnav a:visited -{ +#tabnav a, #tabnav a:link, #tabnav a:visited { font-size: 10px; line-height: 10px; - padding: 1px 5px; + padding: 2px 5px; margin-right: 1px; } @@ -87,18 +87,48 @@ h1 { /* Rules for OpenLayers maps */ -.olControlPanZoomBar { +#map { + border: 0; +} + +.olControlSimplePanZoom { display: none; } /* Rules for the main content area */ #content { - left: 10px; - right: 10px; - top: 47px; + left: 0px; + right: 0px; + top: 38px; 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; +} + +/* Rules for search sidebar when shown */ + +#sidebar { + border: 0px; + border-right: 1px solid #ccccdd; + margin: 0px; +} + +.sidebar_title, #sidebar_content { + font-size: 10px !important; +} + +p.search_results_entry { + padding: 2px 0px; } /* Rules for the signup form */