Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -380,10 +380,10 @@ |
381 | 381 | } |
382 | 382 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
383 | 383 | div#simpleSearch button#searchButton { |
384 | | - margin: 0; |
385 | 384 | padding: 0; |
386 | | - width: 1.75em; |
387 | | - height: 16px; |
| 385 | + margin: 5px 5px 0 5px; |
| 386 | + height: 13px; |
| 387 | + width: 12px; |
388 | 388 | border: none; |
389 | 389 | cursor: pointer; |
390 | 390 | background-color: transparent; |
— | — | @@ -391,10 +391,6 @@ |
392 | 392 | background-position: center center; |
393 | 393 | background-repeat: no-repeat; |
394 | 394 | } |
395 | | - /* IGNORED BY IE6 */ |
396 | | - div#simpleSearch > button#searchButton { |
397 | | - height: 100%; |
398 | | - } |
399 | 395 | /* Panel */ |
400 | 396 | div#mw-panel { |
401 | 397 | position: absolute; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -380,10 +380,10 @@ |
381 | 381 | } |
382 | 382 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
383 | 383 | div#simpleSearch button#searchButton { |
384 | | - margin: 0; |
385 | 384 | padding: 0; |
386 | | - width: 1.75em; |
387 | | - height: 16px; |
| 385 | + margin: 5px 5px 0 5px; |
| 386 | + height: 13px; |
| 387 | + width: 12px; |
388 | 388 | border: none; |
389 | 389 | cursor: pointer; |
390 | 390 | background-color: transparent; |
— | — | @@ -391,10 +391,6 @@ |
392 | 392 | background-position: center center; |
393 | 393 | background-repeat: no-repeat; |
394 | 394 | } |
395 | | - /* IGNORED BY IE6 */ |
396 | | - div#simpleSearch > button#searchButton { |
397 | | - height: 100%; |
398 | | - } |
399 | 395 | /* Panel */ |
400 | 396 | div#mw-panel { |
401 | 397 | position: absolute; |