X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/18d0dde5d167dd4f385a6ba0609eb8ed884dc486..164b05ea9664dff40c434e507d49bbd9d3713ef2:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index d1834fbce..4dbc06f54 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; @@ -432,3 +437,44 @@ 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; +} + +/** + * 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; +} + +#popup p, #popup span { + background-color : #E3FFC5 !important; +} + +#map p#highlightinfo p, #popup p { + margin : 0; + padding : 2px; +}