summaryrefslogtreecommitdiff
path: root/resources/mediawiki.special/mediawiki.special.changeslist.css
blob: cb4d21568ba1d58dfb9577ee1d44155297d225c2 (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
40
41
42
43
44
45
46
47
/**
 * Styling for Special:Watchlist and Special:RecentChanges
 */

table.mw-enhanced-rc {
	border: 0;
	border-spacing: 0;
}

table.mw-enhanced-rc th, table.mw-enhanced-rc td {
	padding: 0;
	vertical-align: top;
}

td.mw-enhanced-rc {
	white-space: nowrap;
	font-family: monospace;
}

.mw-enhanced-rc-time {
	font-family: monospace;
}

table.mw-enhanced-rc td.mw-enhanced-rc-nested {
	padding-left: 1em;
}

/* Show/hide arrows in enhanced changeslist */
.mw-enhanced-rc .collapsible-expander {
	float: none;
}

/* If JS is disabled, the arrow is still needed
   for spacing, but ideally shouldn't be shown */
.mw-enhanced-rc .mw-rc-openarrow {
	visibility: hidden;
}

.mw-enhanced-rc.mw-made-collapsible .mw-rc-openarrow,
.mw-enhanced-rc .mw-rc-closearrow {
	visibility: visible;
	display: none;
}
.mw-enhanced-rc.mw-made-collapsible .mw-collapsible-toggle-collapsed .mw-rc-openarrow,
.mw-enhanced-rc.mw-made-collapsible .mw-collapsible-toggle-expanded .mw-rc-closearrow {
	display: inline;
}