]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Added report icon + changes to admin UI + changes to report form + few other minor...
[rails.git] / app / assets / stylesheets / common.scss
index b658e4e325781d18b7d68f7ac610382498e08a77..b7731130750fc16bd5b8fb0bb82341cd4883e8d7 100644 (file)
@@ -2761,4 +2761,24 @@ 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 {
+  font-size:15px;
+}
+
+.report-button {
+  float:right;
 }
\ No newline at end of file