r54613 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54612‎ | r54613 | r54614 >
Date:21:37, 7 August 2009
Author:tparscal
Status:ok
Tags:
Comment:
Fixed IE5 bug that made the simple search input area too large.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -311,7 +311,7 @@
312312 border-width: 0;
313313 padding: 0.25em;
314314 line-height: 1em;
315 - font-size: 9.75pt;
 315+ font-size: 0.9em;
316316 width: 9em;
317317 background-color: transparent;
318318 }
@@ -320,7 +320,7 @@
321321 margin: 0;
322322 padding: 0;
323323 width: 1.75em;
324 - height: 2em;
 324+ height: 1.5em;
325325 border: none;
326326 cursor: pointer;
327327 background-color: transparent;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -311,7 +311,7 @@
312312 border-width: 0;
313313 padding: 0.25em;
314314 line-height: 1em;
315 - font-size: 9.75pt;
 315+ font-size: 0.9em;
316316 width: 9em;
317317 background-color: transparent;
318318 }
@@ -320,7 +320,7 @@
321321 margin: 0;
322322 padding: 0;
323323 width: 1.75em;
324 - height: 2em;
 324+ height: 1.5em;
325325 border: none;
326326 cursor: pointer;
327327 background-color: transparent;

Follow-up revisions

RevisionCommit summaryAuthorDate
r54742Merge some fixes to Vector skin from trunk:...brion20:57, 10 August 2009

Status & tagging log