]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Apply list styling to list of related reports
[rails.git] / app / assets / stylesheets / common.scss
index 665ea8c2446ccff94f5e6c516315a0d6dc02876e..f2df4d1918933fe41cf525ec8f738b6180ad6b1e 100644 (file)
@@ -2834,20 +2834,35 @@ input.richtext_title[type="text"] {
   margin-right:100px;
 }
 
-.related-block{
-  width:280px;
-  float:right;
+.related-reports {
+  width: 280px;
+  float: right;
+
+  ul {
+    padding-left: $lineheight;
+    margin-bottom: 0;
+
+    li {
+      list-style: disc;
+    }
+  }
 }
 
 .issue-comments {
   width:475px;
 }
 
+.issues-list {
+  td:nth-child(2) {
+    white-space: nowrap;
+  }
+}
+
 .report-disclaimer {
   background: #fff1f0;
   color: #d85030;
   border-color: rgba(216, 80, 48, 0.3);
-  padding: 5px;
+  padding: 10px 20px;
   margin-bottom: $lineheight;
 
   ul {