X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2fad5f7c92055755e0a662ed22943b7d3f92e909..4bb7ed029192976bdfac7f39ac3e73a867e1e10d:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 0dc7eaf18..008089ed2 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 { @@ -81,7 +80,7 @@ body { font-size: 11px; } -#left_menu { +.left_menu { width: 150px; min-width: 150px; margin: 10px; @@ -94,64 +93,70 @@ body { font-size: 14px; font-weight: bold; } -#left_menu td { + +.left_menu td { font-size: 12px; padding-right: 4px; } -#left_menu h1 { + +.left_menu h1 { font-style: normal; font-size: 15px; padding: 0 0 0 1em; text-align: left; } -#left_menu ul { +.left_menu ul { /*list-style: none;*/ padding-left: 10px; margin: 0; } -#left_menu li { +.left_menu li { margin:0; padding:0; } -#left_menu img { +.left_menu img { margin: 2px 8px 0 0; } -#left_menu a { +.left_menu a { color: #000000; text-decoration: none; } -#left_menu a:visited { +.left_menu a:visited { color: #000000; text-decoration: none; } -#left_menu a:active { +.left_menu a:active { color: #000000; text-decoration: none; } -#left_menu a:link { +.left_menu a:link { color: #000000; text-decoration: none; } -#left_menu a:hover { +.left_menu a:hover { color: #000000; text-decoration: underline; } +#messages { + border: 1px solid #ccc; +} + #content { - width: 700px; + /* width: 700px; */ padding: 0; /*padding-left: 1em;*/ margin: 0; - position: absolute; + position: absolute; left: 192px; top: 35px; background: none; @@ -167,7 +172,6 @@ body { text-align: center; } - #mapImage { position: absolute; left: 0px; @@ -176,9 +180,9 @@ body { top: 0px; left: 14px; } + #mapEpilog { font-size: x-small; - } #keyvalue { @@ -246,7 +250,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 { @@ -291,8 +295,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; @@ -362,3 +389,108 @@ 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; +} + +.nohome .location { + display: none; +} + +#homerow .message { + display: none; +} + +.nohome .message { + display: inline !important; +} + +.editDescription { + height : 10ex; + width : 30em; +} + +.nowrap { + white-space: nowrap; +} + +/** + * 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; +}