X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9dbe1a497af89d3e53aad1af091d296520a74c6f..bea82b27ba363b1ac26f9486c4b6c472ecee8069:/public/stylesheets/site.css?ds=inline diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 194eee874..3d0da2369 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -66,8 +66,8 @@ body { #greeting { float: right; padding-right: 10px; - padding-top: 5px; - padding-bottom: 7px; + padding-top: 2px; + padding-bottom: 3px; font-size: 13px; background: url('/images/tab_bottom.gif') repeat-x bottom; } @@ -163,14 +163,13 @@ body { #content { - /* width: 700px; */ padding: 0; - /*padding-left: 1em;*/ margin: 0; position: absolute; left: 192px; + right: 10px; top: 35px; - background: none; + bottom: 10px; line-height: 1.2em; text-align: left; } @@ -302,34 +301,6 @@ hides rule from IE5-Mac \*/ font-size: 10px; } -#geocoder { - font-size: 12px; - padding-top: 5px; - padding-left: 14px; - padding-bottom: 15px; - width: 700px; -} - -#placename-helper{ - font-size: 9px; - position:absolute; top:20px; left: 250px; - color: gray; -} - -#postcode-helper{ - font-size: 9px; - position:absolute; top:20px; left: 20px; - color: gray; -} - -#geocoder-attribution{ - font-size: 9px; - position:absolute; top:26px; left: 450px; - line-height: 8px; - color: gray; -} - - .gpxsummary { font-size: 12px; @@ -363,7 +334,19 @@ hides rule from IE5-Mac \*/ } .oboxheader { - font-size: 18px; + font-size: 14px; + font-weight: bold; + line-height: 1.4em; + text-align: top; +} + +.optionalbox form { + margin: 0px; + padding: 0px; +} + +.optionalbox input { + width: 100%; } .rsssmall { @@ -400,6 +383,74 @@ hides rule from IE5-Mac \*/ cursor: pointer; } +#map { + position: absolute; + border: 1px solid black; + margin: 0px; + padding: 0px; + left: 0px; + right: 2px; + top: 0px; + bottom: 0px; +} + +#search_results { + display: none; + position: absolute; + border: 1px solid black; + margin: 0px; + padding: 0px; + width: 30%; + left: 0px; + top: 0px; + bottom: 0px; +} + +#search_results_content { + overflow: auto; + position: absolute; + font-size: 13px; + line-height: 14px; + top: 29px; + bottom: 0px; + left: 0px; + right: 0px; +} + +.search_results_title { + margin: 0px; + padding: 3px 6px 3px 6px; + height: 29px; + font-size: 14px; + line-height: 15px; + border-bottom: 1px solid black; + background: #bbb; +} + +.search_results_heading { + margin: 0px; + padding: 3px 6px 3px 6px; + border: 1px solid #ccc; + background: #ddd; +} + +.search_results_entry { + margin: 0px; + padding: 2px 6px 2px 6px; +} + +.search_results_error { + margin: 0px; + padding: 2px 6px 0px 6px; + color: #f00; +} + +.search_help { + font-size: 10px; + line-height: 1em; + margin-top: 3px; + margin-bottom: 0px; +} /* rails error field stuff */