]> 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 6ef2446de21448034d40fce250b02c29cfab8309..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;
@@ -83,6 +88,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -194,6 +204,18 @@ body {
   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;
 }