]> git.openstreetmap.org Git - osqa.git/commitdiff
resolves an issue with the vertical alignment of the text in the form buttons
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 Oct 2011 21:45:13 +0000 (21:45 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 Oct 2011 21:45:13 +0000 (21:45 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1188 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/style.css

index 7c2c681a0eb5c93dba374c96311387f670ad78c0..d08be7202890bb9376e57026e948ff72c60f8132 100644 (file)
@@ -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;
 }