2016-04-10 13:31:02 +00:00
|
|
|
@import '../echo.variables';
|
2016-02-26 22:27:14 +00:00
|
|
|
|
2016-04-10 13:31:02 +00:00
|
|
|
.mw-echo-ui-subGroupListWidget {
|
2015-10-16 23:18:25 +00:00
|
|
|
|
|
|
|
&:not(:first-child) {
|
2016-03-04 00:19:45 +00:00
|
|
|
padding-top: @bundle-group-padding;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
|
2016-05-19 20:55:21 +00:00
|
|
|
&-header {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&-row {
|
|
|
|
display: table-row;
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
display: table-cell;
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: bottom;
|
2016-06-29 10:01:24 +00:00
|
|
|
|
|
|
|
.oo-ui-labelElement-label {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2016-05-19 20:55:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-markAllReadButton {
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
2016-02-26 22:27:14 +00:00
|
|
|
}
|
|
|
|
|
2016-04-10 13:31:02 +00:00
|
|
|
.mw-echo-ui-sortedListWidget {
|
2016-02-26 22:27:14 +00:00
|
|
|
margin-bottom: @bundle-group-padding / 2;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
}
|