r57404 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57403‎ | r57404 | r57405 >
Date:20:42, 5 October 2009
Author:werdna
Status:ok (Comments)
Tags:
Comment:
Add mw-small-spinner class to core, used in LiquidThreads
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -806,3 +806,11 @@
807807 position: relative;
808808 top: -16px;
809809 }
 810+
 811+.mw-small-spinner {
 812+ padding: 10px !important;
 813+ margin-right: 0.6em;
 814+ background-image: url(images/spinner.gif);
 815+ background-position: middle middle;
 816+ background-repeat: no-repeat;
 817+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r57406Fix LiquidThreads watch / unwatch AJAX loader thingy for Wikimedia (merged r5...werdna20:52, 5 October 2009

Comments

#Comment by Locos epraix (talk | contribs)   01:28, 6 October 2009

in core?

#Comment by Platonides (talk | contribs)   15:32, 8 October 2009

middle middle is not a valid value for background-position This raises the following Warning: Error in parsing value for 'background-position'. Declaration dropped. You probably wanted background-position: center center;

Status & tagging log