]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
move relations mapping out of way/node objects, so we don't need horrible expensive...
[rails.git] / public / stylesheets / site.css
index c0f4182a4c34cd3f7584ba099e36d8b3d286a522..57b6fe11c4c4806586c0cdda5eff68a88680488e 100644 (file)
@@ -64,13 +64,14 @@ body {
 }
 
 #intro {
-  width: 150px;
+  width: 170px;
   margin: 10px;
-  padding: 0px 10px;
   border: 1px solid #ccc;
   font-size: 11px;
 }
 
+#intro p { margin: 10px; }
+
 #alert {
   width: 150px;
   margin: 10px;
@@ -82,7 +83,7 @@ body {
   font-size: 14px;
 }
 
-#donate {
+.notice {
   width: 150px;
   margin: 10px;
   padding: 10px;
@@ -90,7 +91,7 @@ body {
   background: #ea0;
   line-height: 1.2em;
   text-align: left;
-  font-size: 12px;
+  font-size: 14px;
 }
 
 .left_menu {
@@ -201,7 +202,7 @@ body {
 #header {
   float: left;
   width: 100%;
-  background: #DAE0D2 url("bg.gif") repeat-x bottom;
+  background: #DAE0D2;
   font-size: 93%;
   line-height: normal;
 }
@@ -212,14 +213,12 @@ body {
 }
 #header li {
   float: left;
-  /*background:url("left.gif") no-repeat left top;*/
   margin: 0px;
   padding: 0px 0px 0px 9px;
 }
 #header li a {
   float: left;
   display: block;
-  /*background:url("right.gif") no-repeat right top;*/
   padding: 5px 15px 4px 6px;
   text-decoration: none;
   font-weight: bold;
@@ -232,11 +231,7 @@ hides rule from IE5-Mac \*/
 #header li a:hover {
   color: #333;
 }
-#header #current {
-  /* background-image:url("left_on.gif"); */
-}
 #header #current a {
-  background-image: url("right_on.gif");
   color: #333;
   padding-bottom: 5px;
 }
@@ -288,6 +283,12 @@ hides rule from IE5-Mac \*/
   font-size: 10px;
 }
 
+hr {
+  border: none;
+  background-color: #ccc;
+  color: #ccc;
+  height: 1px;
+}
 
 .gpxsummary {
   font-size: 12px;
@@ -366,17 +367,9 @@ hides rule from IE5-Mac \*/
   top: 4px;
 }
 
-#cclogo {
-  width: 150px;
-  min-width: 150px;
-  margin: 10px;
-  padding: 10px;
-  left: 0px;
-  line-height: 1.2em;
-  text-align: left;
-  font-size: 14px;
-  font-weight: bold;
-  background: #fff;
+.button {
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
 
 #controls img
@@ -538,6 +531,16 @@ input[type="submit"] {
   border: 1px solid black;
 }
 
+#accountForm td {
+       padding-bottom:10px;
+}
+
+.fieldName {
+       text-align:right;
+       font-weight:bold;
+}
+
+
 .nohome .location {
   display: none;
 }
@@ -550,9 +553,8 @@ input[type="submit"] {
   display: inline !important;
 }
 
-.editDescription {
-  height: 10ex;
-  width: 30em;
+.minorNote {
+       font-size:0.8em;
 }
 
 .nowrap {
@@ -564,28 +566,6 @@ input[type="submit"] {
   padding: 2px;
 }
 
-/**State of the Map */
-    
-#sotminfo {
-  background: #99F;
-  font-size: 11px;
-  margin: 0px;
-  padding: 0px;
-  border: 1px solid #ccc;
-  left: 0px;
-  line-height: 1.2em;
-  text-align: Left;
-  font-weight: normal;
-}
-
-#sotminfo a:link {
-  text-decoration: underline;
-}
-
-#sotminfo a:visited {
-  text-decoration: underline;
-}
-
 #permalink {
   z-index:10000;
   position:absolute;