2 * Styling for Special:Watchlist and Special:RecentChanges when preference 'usenewrc'
3 * a.k.a. Enhanced Recent Changes is enabled.
11 table
.mw-enhanced-rc th
,
12 table
.mw-enhanced-rc td
{
19 font-family: monospace
;
22 .mw-enhanced-rc-time {
23 font-family: monospace
;
26 table
.mw-enhanced-rc td
.mw-enhanced-rc-nested
{
30 /* Show/hide arrows in enhanced changeslist */
31 .mw-enhanced-rc .collapsible-expander {
35 /* If JS is disabled, the arrows or the placeholder space shouldn't be shown */
36 .client-nojs .mw-enhancedchanges-arrow-space {
41 * And if it's enabled, let's optimize the collapsing a little: hide the rows
42 * that would be hidden by jquery.makeCollapsible with CSS to save us some
43 * reflows and repaints. This doesn't work on browsers that don't fully support
44 * CSS2 (IE6), but it's okay, this will be done in JavaScript with old degraded
45 * performance instead.
47 .client-js table.mw-enhanced-rc.mw-collapsed tr + tr {
51 .mw-enhancedchanges-arrow-space {
52 display: inline-block
;
53 *display: inline
; /* IE7 and below */
59 .mw-enhanced-watched .mw-enhanced-rc-time {