X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/06f3473d1c64d2e0a1ecc6f1a9c4679a52bc4761..a926189c7f56e1f2c697f9e46fdbfe41bd730561:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 2cd8ca412..c502a59ff 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -1,4 +1,3 @@ - a { color: #0000ff; text-decoration: none; @@ -70,7 +69,7 @@ body { padding-top: 5px; padding-bottom: 7px; font-size: 13px; - background: url(tab_bottom.gif) repeat-x bottom; + background: url('/images/tab_bottom.gif') repeat-x bottom; } #intro { @@ -146,12 +145,12 @@ body { } -#main_area { - width: 700px; +#content { + /* width: 700px; */ padding: 0; /*padding-left: 1em;*/ margin: 0; - position: absolute; + position: absolute; left: 192px; top: 35px; background: none; @@ -167,7 +166,6 @@ body { text-align: center; } - #mapImage { position: absolute; left: 0px; @@ -176,9 +174,9 @@ body { top: 0px; left: 14px; } + #mapEpilog { font-size: x-small; - } #keyvalue { @@ -246,7 +244,7 @@ hides rule from IE5-Mac \*/ margin: 0; padding-left: 215px; padding-top: 5px; - background: url(tab_bottom.gif) repeat-x bottom; + background: url('/images/tab_bottom.gif') repeat-x bottom; } #tabnav li { @@ -293,6 +291,18 @@ hides rule from IE5-Mac \*/ padding-left: 14px; } +#placename-helper{ + font-size: 10px; + position:relative; bottom:36px; left: 470px; + color: gray; +} + +#postcode-helper{ + font-size: 10px; + position:relative; bottom:16px; left: 180px; + color: gray; +} + .gpxsummary { font-size: 12px; color: gray; @@ -362,3 +372,52 @@ hides rule from IE5-Mac \*/ cursor: pointer; } + +/* rails error field stuff */ + +.fieldWithErrors { + padding: 2px; + background-color: red; + display: table; +} + +#notice { + border: 1px solid green; + padding: 7px; + background-color: #f0fff0; + margin-bottom: 20px; +} + +#errorExplanation { + width: 400px; + border: 2px solid red; + padding: 7px; + padding-bottom: 12px; + margin-bottom: 20px; + background-color: #f0f0f0; +} + +#errorExplanation h2 { + text-align: left; + font-weight: bold; + padding: 5px 5px 5px 15px; + font-size: 12px; + margin: -7px; + background-color: #c00; + color: #fff; +} + +#errorExplanation p { + color: #333; + margin-bottom: 0; + padding: 5px; +} + +#errorExplanation ul li { + font-size: 12px; + list-style: square; +} + +input { + border: 1px solid black; +}