mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12769] Fix some froom button inconsistency
This commit is contained in:
parent
bc09f6899e
commit
faaafe14ed
1 changed files with 1 additions and 3 deletions
|
@ -214,8 +214,6 @@ fieldset.submit-buttons {
|
|||
|
||||
fieldset.submit-buttons input {
|
||||
vertical-align: middle;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Posting page styles
|
||||
|
@ -345,7 +343,7 @@ a.button2, input.button2, input.button3 {
|
|||
/* <a> button in the style of the form buttons */
|
||||
a.button1, a.button2 {
|
||||
text-decoration: none;
|
||||
padding: 2px 8px;
|
||||
padding: 0 3px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue