]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Update the postcode code to do a npemap lookup, rather than a FTP one
[rails.git] / public / stylesheets / site.css
index 2a38965916320aa83a8c36f6f888a75b3c36559a..1a4b8df4c996429228e874c46c9abe946f9e1dda 100644 (file)
@@ -1,4 +1,3 @@
-\r
 a {\r
   color: #0000ff;\r
   text-decoration: none;\r
@@ -147,11 +146,11 @@ body {
 \r
 \r
 #content {\r
-  width: 700px;\r
+  /* width: 700px; */\r
   padding: 0;\r
   /*padding-left: 1em;*/\r
   margin: 0;\r
-  position: absolute;\r
+  position: absolute; \r
   left: 192px;\r
   top: 35px;\r
   background: none;\r
@@ -167,7 +166,6 @@ body {
   text-align: center;\r
 }\r
 \r
-\r
 #mapImage {\r
   position: absolute;\r
   left: 0px;\r
@@ -176,9 +174,9 @@ body {
   top: 0px;\r
   left: 14px;\r
 }\r
+\r
 #mapEpilog {\r
   font-size: x-small;\r
-\r
 }\r
 \r
 #keyvalue {\r
@@ -293,6 +291,20 @@ hides rule from IE5-Mac \*/
   padding-left: 14px;\r
 }\r
 \r
+#placename-helper{\r
+  font-size: 9px;\r
+  position:relative; bottom:36px; left: 470px;\r
+  color: gray;\r
+}\r
+\r
+#postcode-helper{\r
+  font-size: 9px;\r
+  position:relative; bottom:17px; left: 180px;\r
+  color: gray;\r
+}\r
+\r
+\r
+\r
 .gpxsummary {\r
   font-size: 12px;\r
   color: gray;\r
@@ -372,12 +384,10 @@ hides rule from IE5-Mac \*/
 }\r
 \r
 #notice {\r
-  width: 400px;\r
-  border: 2px solid green;\r
+  border: 1px solid green;\r
   padding: 7px;\r
-  padding-bottom: 12px;\r
+  background-color: #f0fff0;\r
   margin-bottom: 20px;\r
-  background-color: #f0f0f0;\r
 }\r
 \r
 #errorExplanation {\r
@@ -410,3 +420,6 @@ hides rule from IE5-Mac \*/
   list-style: square;\r
 }\r
 \r
+input {\r
+  border: 1px solid black;\r
+}\r