]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Potlatch-on-Rails, ready to go (fingers crossed)
[rails.git] / public / stylesheets / site.css
index 061887c867abafd8e74de0ffcbd13ae966a98bdc..4dbc06f54b2a5dca59946a80e3951860e76f5c0c 100644 (file)
@@ -124,6 +124,11 @@ body {
   text-decoration: none;\r
 }\r
 \r
+#messages {\r
+  border: 1px solid #ccc;\r
+}\r
+\r
+\r
 #left_menu a:visited {\r
   color: #000000;\r
   text-decoration: none;\r
@@ -450,7 +455,11 @@ input {
   width : 30em;\r
 }\r
 \r
-#map h3 {\r
+/**\r
+ * This now just used to detect the width/height required for the popup.\r
+ */\r
+#map p#highlightinfo {\r
+    visibility : hidden;\r
     position : absolute;\r
     z-index : 10000;\r
     background : white;\r
@@ -460,3 +469,12 @@ input {
     margin : 0px;\r
     padding : 2px;\r
 }\r
+\r
+#popup p, #popup span {\r
+    background-color : #E3FFC5 !important;\r
+}\r
+\r
+#map p#highlightinfo p, #popup p {\r
+    margin : 0;\r
+    padding : 2px;\r
+}\r