mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17317] Fix padding on button, left and right not top and bottom
PHPBB3-17317
This commit is contained in:
parent
cd34cdedee
commit
40ed6c6458
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ fieldset.fields1 dd.recipients {
|
|||
fieldset.fields1 ul.recipients input.button2 {
|
||||
font-size: 0.8em;
|
||||
margin-right: 0;
|
||||
padding: 2px 0;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
fieldset.fields1 dl.pmlist > dt {
|
||||
|
|
Loading…
Add table
Reference in a new issue