]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Made a lot of things translatable and added title="" tooltips
[rails.git] / public / stylesheets / site.css
index 29f41630f705ad9658319a793d1018746b615652..c8b1c54413985e872c0f09c341c1e466335d9b06 100644 (file)
@@ -63,6 +63,11 @@ body {
   background: url('/images/tab_bottom.gif') repeat-x bottom;
 }
 
+/* An unread message (e.g. "inbox(1)") */
+.greeting-bar-unread {
+  font-weight: bold;
+}
+
 #intro {
   width: 170px;
   margin: 10px;
@@ -199,9 +204,16 @@ body {
   width: 100%;
 }
 
-#changeset_list .comment {
-  width: 60%;
-  max-width: 60%;
+#changeset_list .date {
+  white-space: nowrap;
+}
+
+#changeset_list .user {
+  white-space: nowrap;
+}
+
+#changeset_list .area {
+  white-space: nowrap;
 }
 
 #changeset_list.th {