]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Revert es.yml to utf-8 encoding. Closes #2231.
[rails.git] / public / stylesheets / site.css
index 6ef2446de21448034d40fce250b02c29cfab8309..c44d54bcea0b18bae8acbf5472381984b2a9bf50 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;
@@ -63,6 +82,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 +107,11 @@ body {
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
@@ -194,6 +223,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;
 }
@@ -361,11 +402,6 @@ hr {
   padding-bottom: 6px;
 }
 
-#search_active {
-  display: none;
-  color: red;
-}
-
 .rsssmall {
   position: relative;
   top: 4px;
@@ -473,6 +509,11 @@ hr {
   margin-bottom: 0px;
 }
 
+.search_searching {
+  margin-top: 5px;
+  margin-bottom: 5px;
+}
+
 .olControlAttribution {
   display: none !important;
 }
@@ -576,6 +617,7 @@ input[type="submit"] {
   bottom:15px;
   right:15px;
   font-size:smaller;
+  text-align: right;
 }
 
 #attribution {