diff --git a/comments.php b/comments.php index cb05bb3..78c7def 100644 --- a/comments.php +++ b/comments.php @@ -21,11 +21,12 @@ if (comments_open()) { ?>
-
+
diff --git a/style.css b/style.css index 02c83d7..0ddfa21 100644 --- a/style.css +++ b/style.css @@ -1811,14 +1811,12 @@ ol { #commentpage a { display: inline-block; - width: 144px; - height: 37px; - border: none; - border-radius: 2px; + width: 100px; + height: 32px; + border-radius: 3px; background-color: #00a2ff; color: #fff; - font-size: 15px; - line-height: 2.4; + font-size: 14px; transition: all 0.15s ease-in-out; -webkit-user-select: none; -moz-user-select: none; @@ -1826,6 +1824,10 @@ ol { user-select: none; } +#commentpage a span { + vertical-align: middle; +} + @media screen and (max-width: 768px) { .k-main .details .comments .comment-form-author { padding-right: 15px; @@ -2546,4 +2548,4 @@ ol { .k-footer .social a .kicon { font-size: 38px; } -} \ No newline at end of file +}