summaryrefslogtreecommitdiff
blob: 083efbfa89739c2d006b28ca4bbc30c6a35294fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@import '../echo.variables';

.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 {
		margin-bottom: @bundle-group-padding / 2;
	}
}