Removing more, no longer needed, overrides for the white table background (which...
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.changeslist.css
1 /**
2 * Styling for Special:Watchlist and Special:RecentChanges
3 */
4
5 table.mw-enhanced-rc {
6 border: 0;
7 border-spacing: 0;
8 }
9
10 table.mw-enhanced-rc th, table.mw-enhanced-rc td {
11 padding: 0;
12 vertical-align: top;
13 }
14
15 td.mw-enhanced-rc {
16 white-space: nowrap;
17 font-family: monospace;
18 }
19
20 .mw-enhanced-rc-time {
21 font-family: monospace;
22 }
23
24 table.mw-enhanced-rc td.mw-enhanced-rc-nested {
25 padding-left: 1em;
26 }
27
28 /* Show/hide arrows in enhanced changeslist */
29 .mw-enhanced-rc .collapsible-expander {
30 float: none;
31 }
32
33 /* If JS is disabled, the arrow is still needed
34 for spacing, but ideally shouldn't be shown */
35 .mw-enhanced-rc .mw-rc-openarrow {
36 visibility: hidden;
37 }
38
39 .mw-enhanced-rc.mw-made-collapsible .mw-rc-openarrow,
40 .mw-enhanced-rc .mw-rc-closearrow {
41 visibility: visible;
42 display: none;
43 }
44 .mw-enhanced-rc.mw-made-collapsible .mw-collapsible-toggle-collapsed .mw-rc-openarrow,
45 .mw-enhanced-rc.mw-made-collapsible .mw-collapsible-toggle-expanded .mw-rc-closearrow {
46 display: inline;
47 }