]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
If I'd wanted colons I'd have put them in.
[rails.git] / public / stylesheets / site.css
index 0bab9c57ff4232d3f8a68638edfe0a75a0f587a3..22541778e11cb985465e59597fabfb4eb8b04bc6 100644 (file)
@@ -52,6 +52,25 @@ body {
   margin: 0px;
 }
 
+/* The Map Key sidebar */
+#mapkey h3 {
+    font-size: 110%;
+    font-weight: normal;
+    text-align: center;
+}
+
+#mapkey .mapkey-table {
+    padding-left: 5px;
+    padding-right: 5px;
+}
+
+/*#mapkey .mapkey-table-key {}*/
+
+#mapkey .mapkey-table-value {
+    font-size: 90%;
+}
+
+
 #greeting {
   float: right;
   height: 20px;
@@ -60,7 +79,12 @@ body {
   padding-top: 5px;
   font-size: 13px;
   line-height: 14px;
-  background: url('/images/tab_bottom.gif') repeat-x bottom;
+  background: url('../images/tab_bottom.gif') repeat-x bottom;
+}
+
+/* An unread message (e.g. "inbox(1)") */
+.greeting-bar-unread {
+  font-weight: bold;
 }
 
 #intro {
@@ -83,6 +107,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -94,6 +123,17 @@ body {
   font-size: 14px;
 }
 
+.donate {
+  width: 150px;
+  margin: 10px;
+  padding: 10px;
+  border: 1px solid #ccc;
+  background: #cbeea7;
+  line-height: 1.2em;
+  text-align: center;
+  font-size: 14px;
+}
+
 .left_menu {
   width: 150px;
   min-width: 150px;
@@ -183,14 +223,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;
 }
 
@@ -202,7 +258,7 @@ body {
 #header {
   float: left;
   width: 100%;
-  background: #DAE0D2 url("bg.gif") repeat-x bottom;
+  background: #DAE0D2;
   font-size: 93%;
   line-height: normal;
 }
@@ -213,14 +269,12 @@ body {
 }
 #header li {
   float: left;
-  /*background:url("left.gif") no-repeat left top;*/
   margin: 0px;
   padding: 0px 0px 0px 9px;
 }
 #header li a {
   float: left;
   display: block;
-  /*background:url("right.gif") no-repeat right top;*/
   padding: 5px 15px 4px 6px;
   text-decoration: none;
   font-weight: bold;
@@ -233,11 +287,7 @@ hides rule from IE5-Mac \*/
 #header li a:hover {
   color: #333;
 }
-#header #current {
-  /* background-image:url("left_on.gif"); */
-}
 #header #current a {
-  background-image: url("right_on.gif");
   color: #333;
   padding-bottom: 5px;
 }
@@ -248,7 +298,7 @@ hides rule from IE5-Mac \*/
   margin: 0px;
   padding-left: 215px;
   padding-top: 5px;
-  background: url('/images/tab_bottom.gif') repeat-x bottom;
+  background: url('../images/tab_bottom.gif') repeat-x bottom;
 }
 #tabnav li
 {
@@ -363,11 +413,6 @@ hr {
   padding-bottom: 6px;
 }
 
-#search_active {
-  display: none;
-  color: red;
-}
-
 .rsssmall {
   position: relative;
   top: 4px;
@@ -475,6 +520,11 @@ hr {
   margin-bottom: 0px;
 }
 
+.search_searching {
+  margin-top: 5px;
+  margin-bottom: 5px;
+}
+
 .olControlAttribution {
   display: none !important;
 }
@@ -578,6 +628,7 @@ input[type="submit"] {
   bottom:15px;
   right:15px;
   font-size:smaller;
+  text-align: right;
 }
 
 #attribution {