]> 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 24538ebfeb7d1dcaeb3e8a45f2af2cd92968cdd0..b7731130750fc16bd5b8fb0bb82341cd4883e8d7 100644 (file)
@@ -2744,3 +2744,41 @@ 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 {
+  font-size:15px;
+}
+
+.report-button {
+  float:right;
+}
\ No newline at end of file