]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Whitespace fixes.
[rails.git] / app / assets / stylesheets / common.scss
index b658e4e325781d18b7d68f7ac610382498e08a77..251731a4c5cd40d65cf54fe7a9000cbef6fa8cf2 100644 (file)
@@ -2756,9 +2756,37 @@ input.richtext_title[type="text"] {
 }
 
 .related-block{
+  width:280px;
   float:right;
 }
 
 .issue-comments {
   width:475px;
-}
\ No newline at end of file
+}
+
+.new-report-form {
+  border:1px solid #ccc;
+  border-radius:4px;
+  display:block-inline;
+}
+
+.new-report-checkbox{
+  float:left;
+  margin-left:10px;
+  margin-top:3px;
+}
+
+.new-report-string {
+  font-size:15px;
+}
+
+.report-button {
+  float:right;
+}
+
+.disclaimer {
+  width: 600px;
+  background: #fff1f0;
+  color: #d85030;
+  border-color: rgba(216, 80, 48, 0.3);
+}