X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f864203056d2988b46b202f2cc00783378ee140a..f4e4fefaa13a5b39e8ec0ff57fc160fecadf564a:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 2c7e454db..d1834fbce 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -146,11 +146,11 @@ body { #content { - width: 700px; + /* width: 700px; */ padding: 0; /*padding-left: 1em;*/ margin: 0; - position: absolute; + position: absolute; left: 192px; top: 35px; background: none; @@ -166,7 +166,6 @@ body { text-align: center; } - #mapImage { position: absolute; left: 0px; @@ -175,9 +174,9 @@ body { top: 0px; left: 14px; } + #mapEpilog { font-size: x-small; - } #keyvalue { @@ -290,8 +289,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; @@ -371,10 +393,10 @@ hides rule from IE5-Mac \*/ } #notice { - width: 400px; - border: 1px solid black; + border: 1px solid green; padding: 7px; - background-color: #f0f0f0; + background-color: #f0fff0; + margin-bottom: 20px; } #errorExplanation { @@ -408,5 +430,5 @@ hides rule from IE5-Mac \*/ } input { - border: 1px solid black; + border: 1px solid black; }