]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Fixed related issues positioning
[rails.git] / app / assets / stylesheets / common.scss
index b7731130750fc16bd5b8fb0bb82341cd4883e8d7..251731a4c5cd40d65cf54fe7a9000cbef6fa8cf2 100644 (file)
@@ -2756,6 +2756,7 @@ input.richtext_title[type="text"] {
 }
 
 .related-block{
+  width:280px;
   float:right;
 }
 
@@ -2781,4 +2782,11 @@ input.richtext_title[type="text"] {
 
 .report-button {
   float:right;
-}
\ No newline at end of file
+}
+
+.disclaimer {
+  width: 600px;
+  background: #fff1f0;
+  color: #d85030;
+  border-color: rgba(216, 80, 48, 0.3);
+}