mediawiki-extensions-Echo/modules/styles/mw.echo.ui.overlay.monobook.less
Roan Kattouw 191a3309eb Fix font size for notifications dotdotdot menu in Monobook
Change-Id: Ie75ad192204a652885a82b0021340410b69864f4
2016-08-29 15:22:44 -07:00

9 lines
253 B
Plaintext

.mw-echo-ui-overlay {
// We need the overlay to be adjusted for:
// #globalWrapper 127%
// .pBody 95%
// .portlet ul 95%
// .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget 0.875/0.75em
font-size: 1.27*0.95*0.95*0.875/0.75em;
}