mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Fixing issue with RTL display of badge and pokey
Change-Id: I49ab97ef062fd9a58da80ff0f5fbd21a72770855
This commit is contained in:
parent
52942e0910
commit
28fa282a65
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue