X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/222d31e435f003ec59e84860d2fa5129449f69de..164b05ea9664dff40c434e507d49bbd9d3713ef2:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 2a3896591..4dbc06f54 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -1,4 +1,3 @@ - a { color: #0000ff; text-decoration: none; @@ -125,6 +124,11 @@ body { text-decoration: none; } +#messages { + border: 1px solid #ccc; +} + + #left_menu a:visited { color: #000000; text-decoration: none; @@ -147,11 +151,11 @@ body { #content { - width: 700px; + /* width: 700px; */ padding: 0; /*padding-left: 1em;*/ margin: 0; - position: absolute; + position: absolute; left: 192px; top: 35px; background: none; @@ -167,7 +171,6 @@ body { text-align: center; } - #mapImage { position: absolute; left: 0px; @@ -176,9 +179,9 @@ body { top: 0px; left: 14px; } + #mapEpilog { font-size: x-small; - } #keyvalue { @@ -291,8 +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: 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; color: gray; @@ -372,12 +398,10 @@ hides rule from IE5-Mac \*/ } #notice { - width: 400px; - border: 2px solid green; + border: 1px solid green; padding: 7px; - padding-bottom: 12px; + background-color: #f0fff0; margin-bottom: 20px; - background-color: #f0f0f0; } #errorExplanation { @@ -410,3 +434,47 @@ hides rule from IE5-Mac \*/ list-style: square; } +input { + 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; +} + +#popup p, #popup span { + background-color : #E3FFC5 !important; +} + +#map p#highlightinfo p, #popup p { + margin : 0; + padding : 2px; +}