[ticket/12769] Fix some froom button inconsistency

This commit is contained in:
Michael Miday 2015-09-16 18:05:06 +02:00
parent bc09f6899e
commit faaafe14ed

View file

@ -214,8 +214,6 @@ fieldset.submit-buttons {
fieldset.submit-buttons input { fieldset.submit-buttons input {
vertical-align: middle; vertical-align: middle;
padding-top: 3px;
padding-bottom: 3px;
} }
/* Posting page styles /* Posting page styles
@ -345,7 +343,7 @@ a.button2, input.button2, input.button3 {
/* <a> button in the style of the form buttons */ /* <a> button in the style of the form buttons */
a.button1, a.button2 { a.button1, a.button2 {
text-decoration: none; text-decoration: none;
padding: 2px 8px; padding: 0 3px;
vertical-align: text-bottom; vertical-align: text-bottom;
} }