X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e3de346bdd074e2c2f0c83daf0e6314b5990dbd6..d77fb110fbca4fc7ec796b1ce5f5249b40df561f:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index c502a59ff..e06a6bf81 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -124,6 +124,11 @@ body { text-decoration: none; } +#messages { + border: 1px solid #ccc; +} + + #left_menu a:visited { color: #000000; text-decoration: none; @@ -146,7 +151,7 @@ body { #content { - /* width: 700px; */ + /* width: 700px; */ padding: 0; /*padding-left: 1em;*/ margin: 0; @@ -289,20 +294,31 @@ hides rule from IE5-Mac \*/ font-size: 12px; padding-top: 5px; padding-left: 14px; + padding-bottom: 15px; + width: 700px; } #placename-helper{ - font-size: 10px; - position:relative; bottom:36px; left: 470px; + font-size: 9px; + position:absolute; top:20px; left: 250px; color: gray; } #postcode-helper{ - font-size: 10px; - position:relative; bottom:16px; left: 180px; + 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; color: gray; @@ -419,5 +435,87 @@ hides rule from IE5-Mac \*/ } input { - border: 1px solid black; + border: 1px solid black; +} + +.nohome .location { + display: none; +} + +#homerow .message { + display: none; } + +.nohome .message { + display: inline !important; +} + +.editDescription { + height : 10ex; + width : 30em; +} + +/** + * This now just used to detect the width/height required for the popup. + */ +#map p#highlightinfo { + visibility : hidden; + position : absolute; + z-index : 10000; + background : white; + border : 1px solid black; + left : 50px; + top : 5px; + margin : 0px; + padding : 2px; +} + +#map p#highlightinfo p, #popup p { + margin : 0; + padding : 2px; + } + + +/**State of the Map */ + +#sotminfo { + background: #9999FF; + font-size: 11px; + margin: 0px; + padding: 0px; + border: 1px solid #ccc; + left: 0px; + line-height: 1.2em; + text-align: Left; + font-weight: normal; +} +#left_menu a { + color: #000000; + text-decoration: none; +} + +#messages { + border: 1px solid #ccc; +} + +#left_menu a:visited { + color: #000000; + text-decoration: underline; +} + +#left_menu a:active { + color: #000000; + text-decoration: underline; +} + +#left_menu a:link { + color: #000000; + text-decoration: underline; +} + +#left_menu a:hover { + color: #000000; + text-decoration: underline; +} + +