]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Fixed tests + Altered migration file + Added reporting strings + Added update method
[rails.git] / app / assets / stylesheets / common.scss
index b658e4e325781d18b7d68f7ac610382498e08a77..9a7785678f010e3c35abd3fda4441dc53173f7e7 100644 (file)
@@ -2761,4 +2761,21 @@ input.richtext_title[type="text"] {
 
 .issue-comments {
   width:475px;
+}
+
+.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 {
+  text-align:center;
+  font-size:15px;
 }
\ No newline at end of file