X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bf2e2c714066fe9064708552f2e31e64fa0982d3..efc4c6f85de12eab4fc5c7c621d73f779570d958:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 1a4b8df4c..194eee874 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -80,7 +80,18 @@ body { font-size: 11px; } -#left_menu { +#alert { + width: 150px; + margin: 10px; + padding: 10px; + border: 1px solid #ccc; + background: #d00; + line-height: 1.2em; + text-align: left; + font-size: 14px; +} + +.left_menu { width: 150px; min-width: 150px; margin: 10px; @@ -93,57 +104,63 @@ 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; */ @@ -289,17 +306,26 @@ 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:relative; bottom:36px; left: 470px; + position:absolute; top:20px; left: 250px; color: gray; } #postcode-helper{ font-size: 9px; - position:relative; bottom:17px; left: 180px; + position:absolute; top:20px; left: 20px; + color: gray; +} + +#geocoder-attribution{ + font-size: 9px; + position:absolute; top:26px; left: 450px; + line-height: 8px; color: gray; } @@ -423,3 +449,59 @@ hides rule from IE5-Mac \*/ 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; +}