X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dff0eef78737dc54eb227af2080e80ecdd3e3999..dbd88d893f3c3fce9cafd666b94396988646d81f:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 47e76fceb..2410c210a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -550,6 +550,10 @@ body.compact { background: #fff; font-size: 12px; + #sidebar_loader { + display: none; + } + > div { position: relative; float: left; @@ -588,10 +592,16 @@ body.compact { cursor: pointer; } - p.error { - background-color: #ff7070; - padding: 10px; - font-weight: bold; + .flash { + padding: 15px; + + picture { + margin-right: -25px; + } + + div.message { + margin-left: 30px; + } } } @@ -606,7 +616,7 @@ body.compact { display: block; } - #sidebar_loader, #sidebar_content { + #sidebar_content { display: none; } } @@ -2782,3 +2792,54 @@ 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-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; +} + +.disclaimer { + width: 600px; + background: #fff1f0; + color: #d85030; + border-color: rgba(216, 80, 48, 0.3); +}