X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7c55604f272cdbcbec36ce3831ee9118e006eb2c..7b9272ffa64c33b2b58f4019bdeffa855d280d10:/public/stylesheets/site.css?ds=sidebyside diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 061887c86..5f672216e 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -124,6 +124,11 @@ body { text-decoration: none; } +#messages { + border: 1px solid #ccc; +} + + #left_menu a:visited { color: #000000; text-decoration: none; @@ -450,7 +455,11 @@ input { width : 30em; } -#map h3 { +/** + * 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; @@ -460,3 +469,57 @@ input { margin : 0px; padding : 2px; } + +#popup p, #popup span { + background-color : #E3FFC5 !important; +} + +#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; +} +#left_menu a { + color: #000000; + text-decoration: none; +} + +#messages { + border: 1px solid #ccc; +} + +#left_menu a:visited { + color: #000000; + text-decoration: underline; +} + +#left_menu a:active { + color: #000000; + text-decoration: underline; +} + +#left_menu a:link { + color: #000000; + text-decoration: underline; +} + +#left_menu a:hover { + color: #000000; + text-decoration: underline; +} + +