r68109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68108‎ | r68109 | r68110 >
Date:22:29, 15 June 2010
Author:adam
Status:ok
Tags:
Comment:
Complimetary CSS changes for r68108. Changes here pertaining to consistency in rendering. Removing the line height, and ensuring the text input doesn't decide to render lower than it should.
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
@@ -369,7 +369,7 @@
370370 margin: 0;
371371 border-width: 0;
372372 padding: 3px;
373 - line-height: 1em;
 373+ vertical-align: top;
374374 /*
375375 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
376376 * this from ever being shown anyways.
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -369,7 +369,7 @@
370370 margin: 0;
371371 border-width: 0;
372372 padding: 3px;
373 - line-height: 1em;
 373+ vertical-align: top;
374374 /*
375375 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
376376 * this from ever being shown anyways.

Follow-up revisions

RevisionCommit summaryAuthorDate
r687451.16wmf4: Merge Vector fixes from trunk: r68079, r68105, r68109, r68177, r682...catrope21:18, 29 June 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68108Simple and Expandable Search - fixing allignment of the magnifying glass butt...adam22:27, 15 June 2010

Status & tagging log