r101758 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101757‎ | r101758 | r101759 >
Date:00:18, 3 November 2011
Author:brion
Status:ok
Tags:
Comment:
MFT r101756 -- bug 31870: fix Special:Abusefilter pass/fail icons broken by r81905.
Modified paths:
  • /branches/REL1_18/extensions/AbuseFilter/abusefilter.css (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/AbuseFilter/abusefilter.css
@@ -65,8 +65,10 @@
6666 #mw-abusefilter-syntaxresult,
6767 li.mw-abusefilter-changeslist-nomatch,
6868 li.mw-abusefilter-changeslist-match {
69 - background: no-repeat left center;
 69+ /* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */
 70+ background-repeat: no-repeat;
7071 padding-left: 25px;
 72+ background-position: left center;
7173 }
7274
7375 table.mw-abusefilter-diff {
@@ -120,4 +122,4 @@
121123 }
122124 /* @noflip */.sitedir-rtl .TablePager_col_af_public_comments {
123125 direction: rtl;
124 -}
\ No newline at end of file
 126+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r1026021.18wmf1 Merge r101758reedy23:31, 9 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81905while to foreach...reedy17:25, 10 February 2011
r101756* (bug 31870) Fix regression in AbuseFilter: pass/fail checkmark images for s...brion00:13, 3 November 2011

Status & tagging log