X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ddd7e8a42c00f60639cd9653b5f3bc313cc9e177..HEAD:/forum/skins/default/media/style/style.css?ds=sidebyside diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index e329cf2..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; @@ -1694,7 +1708,8 @@ div.comment-tools a:hover { .comment-form-buttons input { width: 100%; - height: 22px; + height: auto; + padding: 2px 0 4px 0; vertical-align: middle; margin-top: 6px; } @@ -1781,13 +1796,14 @@ div.dialog .dialog-buttons { } .dialog-yes, .dialog-no { + padding: 0px 5px; margin: 0 3px 5px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #3060A8; color: white; - height: 20px; line-height: 20px; + vertical-align: baseline; font-weight: bold; border: 0; }