]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Work on changeset display
[rails.git] / app / assets / stylesheets / common.css.scss
index bab99fdaf2cdcba5bc7c13d901227f9b2fe7f50f..fb3c997c0b2108374740372fb58095c7af5abeb4 100644 (file)
@@ -856,7 +856,16 @@ nav.secondary {
 }
 
 .search_results_entry {
-  margin-bottom: 0;
+  .search_searching {
+    text-align: center;
+    margin: $lineheight auto;
+    width: $lineheight;
+    display: block;
+  }
+
+  ul li {
+    border-bottom: 1px solid #ccc;
+  }
 
   .search_details {
     display: block;
@@ -867,15 +876,6 @@ nav.secondary {
   }
 }
 
-.search_results_entry .search_searching {
-  text-align: center;
-  margin: $lineheight auto;
-  width: $lineheight;
-  display: block;
-}
-
-ul.results-list li { border-bottom: 1px solid #ccc; }
-
 .search_results_error {
   color: #f00;
 }
@@ -1079,8 +1079,18 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
   float: right;
 }
 
-/* Rules for the changeset list shown by the history tab etc */
+/* Rules for the changeset list shown by the history tab */
+
+#sidebar .changesets {
+  li {
+    padding: $lineheight;
+    border-bottom: $keyline;
+  }
 
+  p {
+    padding: 0;
+  }
+}
 
 /* Rules for the data browser */