]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Tidy up code for adding a map to the changeset list page
[rails.git] / public / stylesheets / common.css
index 5490b1a9b42e2d3c6ff4da9eed69ef787d78ba5b..38cfec4232d6894710cf36ea02334fe0c8911f52 100644 (file)
@@ -67,6 +67,12 @@ hr {
   margin: 0px;
 }
 
+/* Rules for the site name */
+
+#small-title {
+  display: none;
+}
+
 /* Rules for the introductory text displayed in the left sidebar to new users */
 
 #intro {
@@ -605,8 +611,8 @@ hr {
   white-space: nowrap;
 }
 
-#changeset_list.th {
-  font-weight: bold;
+#changeset_list .selected {
+  background-color: #ffff55;
 }
 
 /* Rules for the data browser */
@@ -631,6 +637,19 @@ hr {
   border: solid 1px black;
 }
 
+#browse_map_changeset {
+  float: right;
+  width: 100%;
+  text-align: right;
+  margin-left: 10px;
+}
+
+#browse_map_changeset #small_map {
+  width: 100%;
+  height: 315px;
+  border: solid 1px black;
+}
+
 /* Rules for the trace list shown by the traces tab etc */
 
 #trace_list {