X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/87d9ef8ea50e2f6c1df3b3b89e3b393e9bcdab90..8598db3233baefa9e455da331ca2579a8df17709:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 9b9537f86..37a6aa7a9 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -462,9 +462,8 @@ nav.secondary { #noscript { z-index: 20000000; - position: absolute; - top: 15px; - left: 15px; + margin-left: 400px; + margin-top: 50px; } /* Rules for bootstrap tooltips */ @@ -1104,7 +1103,7 @@ header .search_form { font-size: 90%; } - .note-comments li { + .note-comments li, .changeset-comments li { margin: $lineheight/2 0; p { @@ -1112,6 +1111,27 @@ header .search_form { } } + .comments-header { + float: left; + } + + .subscribe-buttons { + float: left; + margin: 18px 10px 10px; + min-width: 80px; + } + + .subscribe-buttons input { + font-size: 90%; + line-height: 15px; + min-height: 20px; + } + + span.action-button:hover { + cursor: pointer; + text-decoration: underline; + } + .note-description { overflow: hidden; margin: 0 0 10px 10px; @@ -2545,6 +2565,36 @@ input.richtext_title[type="text"] { } } +#sidebar #sotm { + padding: 10px; + min-height: 120px; + + img { + float: left; + width: 100px; + height: 100px; + } + + h2 { + margin-left: 100px; + padding: 7px 10px 6px 15px; + } + + p { + margin-left: 100px; + padding: 6px 10px 7px 15px; + } + + a { + color: $darkgrey; + } + + :hover { + text-decoration: none; + color: darken($darkgrey, 25%); + } +} + @import 'browse'; @media only screen and (max-width:960px) {