X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/160d1ba325585d57e013437f68b06bc90ac341d0..be26ac9493b40e87e07c773a8d7c79ef1e8b7b48:/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 a908684..7cfa0e2 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1173,7 +1173,7 @@ a.accept-answer.on,a.accept-answer:hover { background: url("../images/vote-accep color: #333; background: url("../images/wiki.png") no-repeat left center; padding-left: 36px; - margin: 6px 0 18px 0; + margin: 6px 0 0 0; min-height: 32px; line-height: 15px; } @@ -1303,12 +1303,16 @@ div.comment-tools a:hover { text-decoration: none; } -.action-link a { +.action-link { color: #777777; cursor: pointer; padding: 3px; } +.action-link a { + color: inherit; +} + .action-link a.ajax-command:hover { background-color: #777777; color: #FFFFFF;