r63842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63841‎ | r63842 | r63843 >
Date:22:52, 16 March 2010
Author:adam
Status:deferred
Tags:
Comment:
Template Editor: Crazy fix for inconsistent rendering between the PC and the Mac versions of FF. This CSS has strayed so far from normalcy.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html
@@ -76,16 +76,12 @@
7777 }
7878 .wikiEditor-template-dialog {
7979 cursor: pointer;
80 - vertical-align: -3px;
 80+ vertical-align: -12.4%; /* This arbitrary value because straight up px evaluate differently between win and mac FF apparently */
8181 display: inline-block;
8282 height: 16px;
8383 overflow: hidden;
8484 width: 22px;
8585 background-position: 50%; /*FF3*/
86 - /*
87 - padding-left: 11px;
88 - padding-right: 11px;
89 - */
9086 }
9187 .wikiEditor-template-name:hover {
9288 text-decoration: underline;

Follow-up revisions

RevisionCommit summaryAuthorDate
r63844Template Editor: Follow up to r63842. This fixes templates which are inline w...adam23:06, 16 March 2010

Status & tagging log