]> 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 57b6fe11c4c4806586c0cdda5eff68a88680488e..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;
 }