Fixing issue with RTL display of badge and pokey

Change-Id: I49ab97ef062fd9a58da80ff0f5fbd21a72770855
This commit is contained in:
Kaldari 2013-02-26 16:15:31 -08:00 committed by bsitu
parent 52942e0910
commit 28fa282a65
2 changed files with 3 additions and 3 deletions

View file

@ -106,8 +106,8 @@
margin-left: 3px;
}
#pt-notifications .mw-badge {
margin-left: 3px;
#pt-notifications a.mw-echo-short-link .mw-badge {
margin-left: -5px;
}
.mw-echo-overlay-none {

View file

@ -17,9 +17,9 @@
.badge( newCount, true, true );
} else {
$( '#pt-notifications > a' )
.addClass( 'mw-echo-short-link' )
.text( '' )
.badge( newCount, true, true );
$( '#pt-notifications .mw-badge' ).css( 'margin-left', '-6px' );
}
mw.echo.overlay.notification_count = newCount;