X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1e1baa33ade8941404bce34faed6aea2c7274f84..14ac1babc2517320a2c90fa9b4ac36a5a6e68018:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 961923979..0276b3e55 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1103,7 +1103,7 @@ header .search_form { font-size: 90%; } - .note-comments li { + .note-comments li, .changeset-comments li { margin: $lineheight/2 0; p { @@ -1111,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;