]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Disabled edit tab until z13 is reached.
[rails.git] / public / stylesheets / site.css
index 8fc05b01770ecefc28e80de7ec9f229900413327..6600af28b54fd05ee9e4e9a763ed83f42ba8bb58 100644 (file)
@@ -83,6 +83,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -183,14 +188,18 @@ body {
   font-size: x-small;
 }
 
-#keyvalue {
+#changeset_list, #keyvalue {
   font-size: small;
   text-align: left;
   border-collapse: collapse;
   border-width: 0px;
 }
 
-#keyvalue.th {
+#changeset_list {
+  width: 100%;
+}
+
+#changeset_list.th {
   font-weight: bold;
 }
 
@@ -202,7 +211,7 @@ body {
 #header {
   float: left;
   width: 100%;
-  background: #DAE0D2 url("bg.gif") repeat-x bottom;
+  background: #DAE0D2;
   font-size: 93%;
   line-height: normal;
 }
@@ -213,14 +222,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;
@@ -233,11 +240,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;
 }
@@ -289,6 +292,12 @@ hides rule from IE5-Mac \*/
   font-size: 10px;
 }
 
+hr {
+  border: none;
+  background-color: #ccc;
+  color: #ccc;
+  height: 1px;
+}
 
 .gpxsummary {
   font-size: 12px;
@@ -531,6 +540,16 @@ input[type="submit"] {
   border: 1px solid black;
 }
 
+#accountForm td {
+       padding-bottom:10px;
+}
+
+.fieldName {
+       text-align:right;
+       font-weight:bold;
+}
+
+
 .nohome .location {
   display: none;
 }
@@ -543,9 +562,8 @@ input[type="submit"] {
   display: inline !important;
 }
 
-.editDescription {
-  height: 10ex;
-  width: 30em;
+.minorNote {
+       font-size:0.8em;
 }
 
 .nowrap {