1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17317] Fix padding on button, left and right not top and bottom

PHPBB3-17317
This commit is contained in:
Daniel James
2024-05-17 12:58:27 +01:00
committed by Marc Alexander
parent cd34cdedee
commit 40ed6c6458

View File

@@ -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 {