X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6373cfeb63a26922fe443e8b2b92d94b52387454..457d66eb5b5b390257e318dd8258228db4de5b92:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 4dbc06f54..5f672216e 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -477,4 +477,49 @@ input { #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; +} + +