]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
resolves an issue with the vertical alignment of the text in the form buttons
[osqa.git] / 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;
 }