mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
070656731d
The items should resemble the popup items, but the styles clashed with the popup's cross-wiki notification item, so the image size was smaller and the border was incomplete. Bug: T136572 Change-Id: I3c3f825d469ccee1e711da21f627eeb9491e9480
34 lines
492 B
Plaintext
34 lines
492 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;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-echo-ui-sortedListWidget {
|
|
margin-bottom: @bundle-group-padding / 2;
|
|
}
|
|
}
|