Merge "(bug 17602) fix Monobook action tabs not quite touching the page body"
[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,
11 table.mw-enhanced-rc td {
12 padding: 0;
13 vertical-align: top;
14 }
15
16 td.mw-enhanced-rc {
17 white-space: nowrap;
18 font-family: monospace;
19 }
20
21 .mw-enhanced-rc-time {
22 font-family: monospace;
23 }
24
25 table.mw-enhanced-rc td.mw-enhanced-rc-nested {
26 padding-left: 1em;
27 }
28
29 /* Show/hide arrows in enhanced changeslist */
30 .mw-enhanced-rc .collapsible-expander {
31 float: none;
32 }
33
34 /* If JS is disabled, the arrows or the placeholder space shouldn't be shown */
35 .client-nojs .mw-enhancedchanges-arrow-space {
36 display: none;
37 }
38
39 .mw-enhancedchanges-arrow-space {
40 display: inline-block;
41 *display: inline; /* IE7 and below */
42 zoom: 1;
43 width: 15px;
44 height: 15px;
45 }
46
47 /* let it look like it is clickable */
48 .mw-enhancedchanges-arrow.mw-collapsible-toggle {
49 cursor: pointer;
50 }
51
52 .mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
53 /* @embed */
54 background: url(images/arrow-collapsed-ltr.png) no-repeat left bottom;
55 }
56
57 .mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
58 /* @embed */
59 background: url(images/arrow-expanded.png) no-repeat left bottom;
60 }
61
62 .mw-changeslist-line-watched .mw-title,
63 .mw-enhanced-watched .mw-enhanced-rc-time {
64 font-weight: bold;
65 }