r53370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53369‎ | r53370 | r53371 >
Date:18:11, 16 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Improved simple search apearance in IE5 and IE6.
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
@@ -310,6 +310,7 @@
311311 width: 10em;
312312 background-color: transparent;
313313 }
 314+ /* OVERRIDDEN BY COMPLIANT BROWSERS */
314315 div#p-search div#simpleSearch input#searchButton {
315316 position: absolute;
316317 top: 0;
@@ -317,7 +318,7 @@
318319 margin: 0;
319320 padding: 0;
320321 width: 1.75em;
321 - height: 100%;
 322+ height: 2em;
322323 border: none;
323324 cursor: pointer;
324325 background-color: transparent;
@@ -325,6 +326,10 @@
326327 background-position: center center;
327328 background-repeat: no-repeat;
328329 }
 330+ /* IGNORED BY IE6 */
 331+ div#p-search div#simpleSearch > input#searchButton {
 332+ height: 100%;
 333+ }
329334 /* Panel */
330335 div#panel {
331336 position: absolute;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -310,6 +310,7 @@
311311 width: 10em;
312312 background-color: transparent;
313313 }
 314+ /* OVERRIDDEN BY COMPLIANT BROWSERS */
314315 div#p-search div#simpleSearch input#searchButton {
315316 position: absolute;
316317 top: 0;
@@ -317,7 +318,7 @@
318319 margin: 0;
319320 padding: 0;
320321 width: 1.75em;
321 - height: 100%;
 322+ height: 2em;
322323 border: none;
323324 cursor: pointer;
324325 background-color: transparent;
@@ -325,6 +326,10 @@
326327 background-position: center center;
327328 background-repeat: no-repeat;
328329 }
 330+ /* IGNORED BY IE6 */
 331+ div#p-search div#simpleSearch > input#searchButton {
 332+ height: 100%;
 333+ }
329334 /* Panel */
330335 div#panel {
331336 position: absolute;

Status & tagging log