]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Enhance logging.
[rails.git] / public / stylesheets / site.css
index 95ea2cfa10ee740936910836f8ad0ca2f22d8ae9..e06a6bf810a01093db398a54f27cf2c71bc50c7c 100644 (file)
@@ -470,11 +470,52 @@ input {
     padding : 2px;\r
 }\r
 \r
-#popup * {\r
-    background-color : #E3FFC5 !important;\r
-}\r
-\r
 #map p#highlightinfo p, #popup p {\r
     margin : 0;\r
     padding : 2px;\r
+  }\r
+\r
+\r
+/**State of the Map */\r
+    \r
+#sotminfo {\r
+  background: #9999FF;\r
+  font-size: 11px;\r
+  margin: 0px;\r
+  padding: 0px;\r
+  border: 1px solid #ccc;\r
+  left: 0px;\r
+  line-height: 1.2em;\r
+  text-align: Left;\r
+  font-weight: normal;\r
+}\r
+#left_menu a {\r
+  color: #000000;\r
+  text-decoration: none;\r
+}\r
+\r
+#messages {\r
+  border: 1px solid #ccc;\r
+}\r
+\r
+#left_menu a:visited {\r
+  color: #000000;\r
+  text-decoration: underline;\r
+}\r
+\r
+#left_menu a:active {\r
+  color: #000000;\r
+  text-decoration: underline;\r
+}\r
+\r
+#left_menu a:link {\r
+  color: #000000;\r
+  text-decoration: underline;\r
+}\r
+\r
+#left_menu a:hover {\r
+  color: #000000;\r
+  text-decoration: underline;\r
 }\r
+\r
+\r