X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/637586cdc355742731fb5428e0dab2f45063477f..183aa1f98a61acb441e082951ff8c24c93cfcc27:/forum/skins/default/media/style/style.css diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index d08be72..883c891 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -795,6 +795,10 @@ div.question-body p, div.answer-body p { color: #6B2B28; } +.focusedAnswer { + background: #FFFFCC; +} + .tagsList { list-style-type: none; margin: 0; @@ -1600,6 +1604,7 @@ img.subscription-remove { .comment-form-container { display: none; padding-top: 12px; + margin-bottom: 8px; } .comment-form-widgets-container input { @@ -1623,6 +1628,15 @@ div.comment-tools { text-align: right; } +div.comment-tools span.comment-tools-separator { + float: left; + display: block; + line-height: 17px; + color: #ccc; + font-size: 15px; + margin-left: 1px; +} + div.comment-tools .comments-showing { color: #777777; font-size: 11px;