diff --git a/modules/alert/ext.echo.alert.css b/modules/alert/ext.echo.alert.css index 6dcf52d76..1c2f105dd 100644 --- a/modules/alert/ext.echo.alert.css +++ b/modules/alert/ext.echo.alert.css @@ -4,7 +4,7 @@ #pt-mytalk a.mw-echo-alert { border-radius: 2px; background-color: #F9C557; - padding: 0.3em 0.9em 0.25em 0.9em; + padding: 0.25em 0.8em 0.2em 0.8em; color: #555555; font-weight: normal; } diff --git a/modules/badge/ext.echo.badge.css b/modules/badge/ext.echo.badge.css index 90a31dc1b..54f41f1d5 100644 --- a/modules/badge/ext.echo.badge.css +++ b/modules/badge/ext.echo.badge.css @@ -2,7 +2,7 @@ #pt-notifications .mw-echo-notifications-badge { min-width: 7px; border-radius: 2px; - padding: 0.3em 0.5em 0.25em 0.5em; + padding: 0.25em 0.45em 0.2em 0.45em; margin-left: -4px; text-align: center; background-color: #d2d2d2;