r63844 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63843‎ | r63844 | r63845 >
Date:23:06, 16 March 2010
Author:adam
Status:deferred
Tags:
Comment:
Template Editor: Follow up to r63842. This fixes templates which are inline with text as well
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html
@@ -62,6 +62,7 @@
6363 font-family: sans-serif;
6464 text-decoration: none;
6565 padding-left: 0.33em;
 66+ line-height: 16px;
6667 }
6768 .wikiEditor-template-expand {
6869 cursor: pointer;
@@ -70,13 +71,14 @@
7172 margin-left: 2px;
7273 height: 16px;
7374 margin-bottom: -1px;
 75+ line-height: 16px;
7476 overflow: hidden;
7577 width: 13px;
7678 background-position: 50%; /*FF3*/
7779 }
7880 .wikiEditor-template-dialog {
7981 cursor: pointer;
80 - vertical-align: -12.4%; /* This arbitrary value because straight up px evaluate differently between win and mac FF apparently */
 82+ vertical-align: -18%; /* This arbitrary value because straight up px evaluate differently between win and mac FF apparently */
8183 display: inline-block;
8284 height: 16px;
8385 overflow: hidden;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63842Template Editor: Crazy fix for inconsistent rendering between the PC and the ...adam22:52, 16 March 2010

Status & tagging log