mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 20:06:59 +00:00
00d6928144
Change-Id: I86362ffc4649146cb6e25e4493c37731c5915677
41 lines
665 B
Plaintext
41 lines
665 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
@import '../echo.variables.less';
|
|
|
|
.mw-echo-ui-subGroupListWidget {
|
|
&:not( :first-child ) {
|
|
padding-top: @bundle-group-padding;
|
|
}
|
|
|
|
&-header {
|
|
display: table;
|
|
width: 100%;
|
|
|
|
&-row {
|
|
display: table-row;
|
|
|
|
&-cell {
|
|
display: table-cell;
|
|
}
|
|
|
|
&-title {
|
|
width: 100%;
|
|
vertical-align: bottom;
|
|
white-space: nowrap;
|
|
|
|
.oo-ui-labelElement-label {
|
|
white-space: normal;
|
|
}
|
|
}
|
|
|
|
&-markAllReadButton {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-echo-ui-sortedListWidget {
|
|
border: @border-width-base @border-style-base @border-color-subtle;
|
|
margin-bottom: @bundle-group-padding / 2;
|
|
}
|
|
}
|