mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18: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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue