Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -310,6 +310,7 @@ |
311 | 311 | width: 10em; |
312 | 312 | background-color: transparent; |
313 | 313 | } |
| 314 | + /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
314 | 315 | div#p-search div#simpleSearch input#searchButton { |
315 | 316 | position: absolute; |
316 | 317 | top: 0; |
— | — | @@ -317,7 +318,7 @@ |
318 | 319 | margin: 0; |
319 | 320 | padding: 0; |
320 | 321 | width: 1.75em; |
321 | | - height: 100%; |
| 322 | + height: 2em; |
322 | 323 | border: none; |
323 | 324 | cursor: pointer; |
324 | 325 | background-color: transparent; |
— | — | @@ -325,6 +326,10 @@ |
326 | 327 | background-position: center center; |
327 | 328 | background-repeat: no-repeat; |
328 | 329 | } |
| 330 | + /* IGNORED BY IE6 */ |
| 331 | + div#p-search div#simpleSearch > input#searchButton { |
| 332 | + height: 100%; |
| 333 | + } |
329 | 334 | /* Panel */ |
330 | 335 | div#panel { |
331 | 336 | position: absolute; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -310,6 +310,7 @@ |
311 | 311 | width: 10em; |
312 | 312 | background-color: transparent; |
313 | 313 | } |
| 314 | + /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
314 | 315 | div#p-search div#simpleSearch input#searchButton { |
315 | 316 | position: absolute; |
316 | 317 | top: 0; |
— | — | @@ -317,7 +318,7 @@ |
318 | 319 | margin: 0; |
319 | 320 | padding: 0; |
320 | 321 | width: 1.75em; |
321 | | - height: 100%; |
| 322 | + height: 2em; |
322 | 323 | border: none; |
323 | 324 | cursor: pointer; |
324 | 325 | background-color: transparent; |
— | — | @@ -325,6 +326,10 @@ |
326 | 327 | background-position: center center; |
327 | 328 | background-repeat: no-repeat; |
328 | 329 | } |
| 330 | + /* IGNORED BY IE6 */ |
| 331 | + div#p-search div#simpleSearch > input#searchButton { |
| 332 | + height: 100%; |
| 333 | + } |
329 | 334 | /* Panel */ |
330 | 335 | div#panel { |
331 | 336 | position: absolute; |