mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
Moriel Schottlender f210528a74 Fix bundled notification width
Bug: T129469
Change-Id: Iaabeab59543d3e271ef84926fb7c7d000a2abd04
2016-03-10 15:22:14 -08:00

42 lines
639 B
Plaintext

@import '../../echo.variables';
.mw-echo-ui-bundledNotificationGroupWidget {
&:not(:first-child) {
padding-top: @bundle-group-padding;
}
&-title {
font-weight: bold;
color: #666666;
margin-bottom: @bundle-group-padding;
}
.mw-echo-ui-notificationsWidget {
margin-bottom: @bundle-group-padding / 2;
}
.mw-echo-ui-notificationItemWidget {
padding: 0.5em;
border: 1px solid #DDDDDD;
box-sizing: border-box;
&:not(:last-child) {
border-bottom: 0;
}
&-icon img {
height: 1.5em;
width: 1.5em;
}
&-content {
padding-left: 0.5em + 1.5em;
}
&-markAsReadButton {
padding-top: 0;
}
}
}