]> 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 24538ebfeb7d1dcaeb3e8a45f2af2cd92968cdd0..9a7785678f010e3c35abd3fda4441dc53173f7e7 100644 (file)
@@ -2744,3 +2744,38 @@ input.richtext_title[type="text"] {
   background: #eee;
   opacity: 0.7;
 }
+
+.report-related-block {
+  display:inline-block;
+}
+
+.report-block {
+  width:475px;
+  float:left;
+  margin-right:100px;
+}
+
+.related-block{
+  float:right;
+}
+
+.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