X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba9456066f74814fe4e8929a4467caa2c5c6ba9f..30ab1e91da6710159285f354c24529bdeeb7fb64:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d93a74301..5b6ddc5b5 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -181,6 +181,7 @@ small, aside { .icon.clipboard { background-position: -160px 0; } .icon.link { background-position: -180px 0; } .icon.close { background-position: -200px 0; } +.icon.close:hover { background-position: -200px -20px; } .icon.check { background-position: -220px 0; } .icon.note { background-position: -240px 0; } .icon.gear { background-position: -260px 0; } @@ -708,23 +709,22 @@ nav.secondary { label { position: absolute; - top: 10px; - left: 8px; + top: 0; + left: 0; padding: 2px 6px; - border-radius: 3px; + border-bottom-right-radius: 3px; cursor: pointer; font-weight: 500; font-size: 16px; text-stroke: 2px #fff; - background: rgba(255,255,255,.8); + background: rgba(255,255,255,.9); text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff; input[type="radio"] { - vertical-align: middle; - margin-bottom: 4px; + display: none; } } @@ -1026,6 +1026,11 @@ a.donate { &.selected { background: lighten($green, 35%); } } + + .comment a { + font-weight: bold; + color: #000; + } } /* Rules for the data browser */ @@ -1098,20 +1103,6 @@ a.donate { } } -/* Rules for the changeset details */ - -#sidebar_content { - .browse-section.header { - padding: 20px; - border-bottom: 1px solid #ccc; - - h2 { - padding: 0 0 5px 0; - border-bottom: none; - } - } -} - /* Rules for export information which appears in the popout sidebar */ .export_bounds { @@ -2445,7 +2436,8 @@ a.button { } .site-about #content { - background-color: #000; + //background-color: #000; + background-color: #eee; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;