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