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 @@
63
63
font-family: sans-serif;
64
64
text-decoration: none;
65
65
padding-left: 0.33em;
66
+ line-height: 16px;
66
67
}
67
68
.wikiEditor-template-expand {
68
69
cursor: pointer;
—
—
@@ -70,13 +71,14 @@
71
72
margin-left: 2px;
72
73
height: 16px;
73
74
margin-bottom: -1px;
75
+ line-height: 16px;
74
76
overflow: hidden;
75
77
width: 13px;
76
78
background-position: 50%; /*FF3*/
77
79
}
78
80
.wikiEditor-template-dialog {
79
81
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 */
81
83
display: inline-block;
82
84
height: 16px;
83
85
overflow: hidden;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63842
Template Editor: Crazy fix for inconsistent rendering between the PC and the ...
adam
22:52, 16 March 2010
Status & tagging log
01:33, 18 June 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63844
[
removed:
new
added:
deferred]