]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
The link is to the list of issues, not of reports, and there's no need for it to...
[rails.git] / app / assets / stylesheets / common.scss
index 121e0c6d63cb6eb50b4898d282b4b3249309403f..6755b7e560f5d4bc0ef0e94b414d630ee17d1822 100644 (file)
@@ -2792,3 +2792,48 @@ input.richtext_title[type="text"] {
     display: none;
   }
 }
+
+.read-reports {
+  background: #eee;
+  opacity: 0.7;
+}
+
+.report-related-block {
+  display:inline-block;
+}
+
+.report-block {
+  width:475px;
+  float:left;
+  margin-right:100px;
+}
+
+.related-block{
+  width:280px;
+  float:right;
+}
+
+.issue-comments {
+  width:475px;
+}
+
+.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);
+}