mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/17317] Fix padding on button, left and right not top and bottom
PHPBB3-17317
This commit is contained in:
committed by
Marc Alexander
parent
cd34cdedee
commit
40ed6c6458
@@ -783,7 +783,7 @@ fieldset.fields1 dd.recipients {
|
|||||||
fieldset.fields1 ul.recipients input.button2 {
|
fieldset.fields1 ul.recipients input.button2 {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding: 2px 0;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.fields1 dl.pmlist > dt {
|
fieldset.fields1 dl.pmlist > dt {
|
||||||
|
Reference in New Issue
Block a user