From 637586cdc355742731fb5428e0dab2f45063477f Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 12 Oct 2011 21:45:13 +0000 Subject: [PATCH] resolves an issue with the vertical alignment of the text in the form buttons git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1188 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 7c2c681..d08be72 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1694,7 +1694,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; } -- 2.45.1