diff --git a/modules/nojs/mw.echo.badge.less b/modules/nojs/mw.echo.badge.less index 3d082d43c..854f199fa 100644 --- a/modules/nojs/mw.echo.badge.less +++ b/modules/nojs/mw.echo.badge.less @@ -7,7 +7,7 @@ #pt-notifications-notice & { position: relative; display: block; - width: 30px; + width: 24px; height: 24px; top: -5px; cursor: pointer; @@ -46,7 +46,7 @@ display: inline-block; cursor: pointer; top: 10px; - left: 40%; + left: 50%; font-size: 0.8em; font-weight: bold; padding: 0 0.3em; diff --git a/modules/nojs/mw.echo.badge.monobook.less b/modules/nojs/mw.echo.badge.monobook.less index f9b78a1ad..9c245c1a4 100644 --- a/modules/nojs/mw.echo.badge.monobook.less +++ b/modules/nojs/mw.echo.badge.monobook.less @@ -5,7 +5,7 @@ .mw-echo-notifications-badge { #pt-notifications-notice &, #pt-notifications-alert & { - width: 20px; + width: 16px; height: 16px; top: -3px;