]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
fixed more tiny issues in german translation
[rails.git] / public / stylesheets / site.css
index 57b6fe11c4c4806586c0cdda5eff68a88680488e..54a70a6116d24b15aef2891e084aa153d5a2bda8 100644 (file)
@@ -83,6 +83,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -183,14 +188,30 @@ 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 .date {
+  white-space: nowrap;
+}
+
+#changeset_list .user {
+  white-space: nowrap;
+}
+
+#changeset_list .area {
+  white-space: nowrap;
+}
+
+#changeset_list.th {
   font-weight: bold;
 }