]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Stop long changeset comments causing other fields to get split over
[rails.git] / public / stylesheets / site.css
index 57b6fe11c4c4806586c0cdda5eff68a88680488e..29f41630f705ad9658319a793d1018746b615652 100644 (file)
@@ -83,6 +83,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -183,14 +188,23 @@ 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 .comment {
+  width: 60%;
+  max-width: 60%;
+}
+
+#changeset_list.th {
   font-weight: bold;
 }