Merge "Further tweaks to pipe trick documentation (follow-up Iaf365e31)"
[mediawiki.git] / resources / mediawiki.special / mediawiki.special.changeslist.css
blobfcdeba1bad161bbd04394586e38af10bc8da551d
1 /**
2 * Styling for Special:Watchlist and Special:RecentChanges
3 */
5 table.mw-enhanced-rc {
6 border: 0;
7 border-spacing: 0;
10 table.mw-enhanced-rc th,
11 table.mw-enhanced-rc td {
12 padding: 0;
13 vertical-align: top;
16 td.mw-enhanced-rc {
17 white-space: nowrap;
18 font-family: monospace;
21 .mw-enhanced-rc-time {
22 font-family: monospace;
25 table.mw-enhanced-rc td.mw-enhanced-rc-nested {
26 padding-left: 1em;
29 /* Show/hide arrows in enhanced changeslist */
30 .mw-enhanced-rc .collapsible-expander {
31 float: none;
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;
39 .mw-enhancedchanges-arrow-space {
40 display: inline-block;
41 *display: inline; /* IE7 and below */
42 zoom: 1;
43 width: 15px;
44 height: 15px;
47 /* let it look like it is clickable */
48 .mw-enhancedchanges-arrow.mw-collapsible-toggle {
49 cursor: pointer;
52 .mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
53 /* @embed */
54 background: url(images/arrow-collapsed-ltr.png) no-repeat left center;
57 .mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
58 /* @embed */
59 background: url(images/arrow-expanded.png) no-repeat left center;
62 .mw-changeslist-line-watched .mw-title {
63 font-weight: bold;