mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.NotificationsWidget.less
Moriel Schottlender a4659baec5 Add OOUI widgets for cross-wiki bundled notifications
* Add the ability to use bundled expandable
  notification groups
* Display bundled cross-wiki notifications following
  the design

Bug: T115419
Bug: T115423
Bug: T115422
Change-Id: I8c3eba6d627c3f06d51d74fc9774e3fc2d02915d
2015-12-14 17:22:34 -08:00

14 lines
238 B
Plaintext

.mw-echo-ui-notificationsWidget {
&-loadingOption {
padding: 2em;
.mw-echo-ui-notificationsWidget-bundle & {
padding: 0;
}
&.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
white-space: normal;
}
}
}