mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SubGroupListWidget.less
Moriel Schottlender fd45db9eb2 Styling changes to Special:Notifications headers and toolbar
Bug: T136580
Bug: T136568
Change-Id: I1a7f08cca8884ada42eca50ba802b4d1e0b788e0
2016-05-31 00:40:07 +00:00

56 lines
782 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-subGroupListWidget {
&:not(:first-child) {
padding-top: @bundle-group-padding;
}
&-header {
display: table;
width: 100%;
&-row {
display: table-row;
&-title {
display: table-cell;
width: 100%;
vertical-align: bottom;
}
&-markAllReadButton {
display: table-cell;
text-align: right;
}
}
}
.mw-echo-ui-sortedListWidget {
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;
}
}
}