r81177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81176‎ | r81177 | r81178 >
Date:23:30, 28 January 2011
Author:krinkle
Status:ok
Tags:
Comment:
Removing more, no longer needed, overrides for the white table background (which is no longer the case since bug 26449 was solved in r79087 and r79091)
* table#mw-search-top-table (r52669 / 55748)
* table.allpageslist, table.mw-allpages-table-form, table.mw-allpages-table-chunk (r49500)
* (r32269, r55393, r78865)
Thanks to Fomafix!
See also r80495 CR
Modified paths:
  • /trunk/phase3/resources/mediawiki.special/mediawiki.special.changeslist.css (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -325,11 +325,7 @@
326326 font-weight: bold;
327327 }
328328
329 -table#mw-search-top-table {
330 - background-color: transparent;
331 -}
332329
333 -
334330 /*
335331 * Advanced PowerSearch box
336332 */
@@ -480,11 +476,7 @@
481477 }
482478
483479 /* Special:Allpages styling */
484 -table.allpageslist {
485 - background-color: transparent;
486 -}
487480 table.mw-allpages-table-form, table.mw-allpages-table-chunk {
488 - background-color: transparent;
489481 width: 100%;
490482 }
491483 td.mw-allpages-alphaindexline {
@@ -503,7 +495,6 @@
504496 table#mw-prefixindex-list-table,
505497 table#mw-prefixindex-nav-table {
506498 width: 98%;
507 - background-color: transparent;
508499 }
509500 td#mw-prefixindex-nav-form {
510501 font-size: smaller;
Index: trunk/phase3/resources/mediawiki.special/mediawiki.special.changeslist.css
@@ -3,7 +3,6 @@
44 */
55
66 table.mw-enhanced-rc {
7 - background: none;
87 border: 0;
98 border-spacing: 0;
109 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r822201.17wmf1: MFT r80495, r80765, r81177, r82000, r82155, r82156, r82191, r82200,...catrope07:23, 16 February 2011
r85148MFT: r80495, r80610, r80765, r81177, r81490, r81692, r81707, r81729, r81765, ...demon20:11, 1 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32269hackaround for table background hardcoded in monobookbrion22:51, 20 March 2008
r49500* Special:AllPages: Move hardcoded styles from code to CSSraymond09:36, 15 April 2009
r52669Fix background color of the searchbox and "did you mean" link table... since ...rainman00:25, 2 July 2009
r55393Update ChangesList output for enhanced changes to use CSS instead of obsolete...mrzman21:06, 20 August 2009
r78865(bug 17456) implement CollapsibleTables in core javascript. Using ResourceLo...happy-melon00:06, 23 December 2010
r79087Adding overflow:hidden to heading elements in Vector....krinkle20:53, 27 December 2010
r79091* Follow-up r79087. Applying to other skins that have similar article styling...krinkle23:23, 27 December 2010
r80495This override is no longer needed. ...krinkle15:33, 18 January 2011

Status & tagging log