]> 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 c502a59ff9cfc32d3aaa9a72e6eb6efa5cc5a921..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
@@ -146,7 +151,7 @@ body {
 \r
 \r
 #content {\r
- /* width: 700px; */\r
 /* width: 700px; */\r
   padding: 0;\r
   /*padding-left: 1em;*/\r
   margin: 0;\r
@@ -289,20 +294,31 @@ hides rule from IE5-Mac \*/
   font-size: 12px;\r
   padding-top: 5px;\r
   padding-left: 14px;\r
+  padding-bottom: 15px;\r
+  width: 700px;\r
 }\r
 \r
 #placename-helper{\r
-  font-size: 10px;\r
-  position:relative; bottom:36px; left: 470px;\r
+  font-size: 9px;\r
+  position:absolute; top:20px; left: 250px;\r
   color: gray;\r
 }\r
 \r
 #postcode-helper{\r
-  font-size: 10px;\r
-  position:relative; bottom:16px; left: 180px;\r
+  font-size: 9px;\r
+  position:absolute; top:20px; left: 20px;\r
   color: gray;\r
 }\r
 \r
+#geocoder-attribution{\r
+  font-size: 9px;\r
+  position:absolute; top:26px; left: 450px;\r
+  line-height: 8px;\r
+  color: gray;\r
+}\r
+\r
+\r
+\r
 .gpxsummary {\r
   font-size: 12px;\r
   color: gray;\r
@@ -419,5 +435,46 @@ hides rule from IE5-Mac \*/
 }\r
 \r
 input {\r
- border: 1px solid black;\r
+  border: 1px solid black;\r
+}\r
+\r
+.nohome .location {\r
+  display: none;\r
+}\r
+\r
+#homerow .message {\r
+  display: none;\r
+}\r
+\r
+.nohome .message {\r
+  display: inline !important;\r
+}\r
+\r
+.editDescription {\r
+  height : 10ex;\r
+  width : 30em;\r
+}\r
+\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
+    border : 1px solid black;\r
+    left : 50px;\r
+    top : 5px;\r
+    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