mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SubGroupListWidget.less
James D. Forrester 988eea9da4 build: Bump stylelint and make pass
grunt-stylelint              0.6.0  →   0.7.0
 stylelint-config-wikimedia   0.3.0  →   0.4.1

Change-Id: Id87b8df04d415e1f1058a4042a31408236402037
2017-02-17 15:41:15 -08:00

37 lines
532 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;
.oo-ui-labelElement-label {
white-space: normal;
}
}
&-markAllReadButton {
display: table-cell;
text-align: right;
}
}
}
.mw-echo-ui-sortedListWidget {
margin-bottom: @bundle-group-padding / 2;
}
}