]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Improve notes template
[rails.git] / app / assets / stylesheets / common.css.scss
index bfbe971dd46abf433f2d8c7ff2ee9f22e3c30888..a2d8e994ea0d5201e6bbcdf89a15bff5633d0452 100644 (file)
@@ -976,8 +976,12 @@ a.donate {
   }
 }
 
-.browse_details {
-  position: relative;
+/* Rules for entity history */
+#sidebar_content {
+  .browse_details {
+    position: relative;
+    border-bottom: $keyline;
+  }
 }
 
 .browse_status {
@@ -1002,7 +1006,15 @@ a.donate {
 
 #sidebar_content {
   .browse-section {
-    padding: 20px;
+    padding: 10px 20px;
+
+    h4 {
+      padding: 0;
+    }
+  }
+
+  .paginate ul, .note-comments ul {
+    padding-left: 20px;
   }
 
   .browse-field {
@@ -1065,7 +1077,7 @@ a.donate {
 #sidebar_content {
   .browse-section.header {
     padding: 20px;
-    border-bottom: 1px solid #CCC;
+    border-bottom: 1px solid #ccc;
 
     h2 {
       padding: 0 0 5px 0;