X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/20e02f42dc5d946f4650c806531b09f793abf503..164b05ea9664dff40c434e507d49bbd9d3713ef2:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 54a33db41..4dbc06f54 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -455,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; @@ -465,3 +469,12 @@ input { margin : 0px; padding : 2px; } + +#popup p, #popup span { + background-color : #E3FFC5 !important; +} + +#map p#highlightinfo p, #popup p { + margin : 0; + padding : 2px; +}