]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use lazy lookups for translations in issues
[rails.git] / app / assets / stylesheets / common.scss
index 050e3a1c2f9ff75b44870ed57706d184c55c9712..50b38e7a358e368257f8cb862554791eb708b110 100644 (file)
@@ -938,6 +938,10 @@ header .search_forms,
     border-radius: 0 2px 2px 0;
   }
 
     border-radius: 0 2px 2px 0;
   }
 
+  input.error {
+    background-color: rgba($red, 0.4);
+  }
+
   select {
     /* this next line is to polyfill the vertical alignment of text within a select element,
      * which is different between firefox and chrome. */
   select {
     /* this next line is to polyfill the vertical alignment of text within a select element,
      * which is different between firefox and chrome. */
@@ -2834,9 +2838,18 @@ input.richtext_title[type="text"] {
   margin-right:100px;
 }
 
   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 {
 }
 
 .issue-comments {