Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | margin: 0; |
347 | 347 | margin-top: 0.4em; |
348 | 348 | } |
349 | | - input#simpleSearch { |
| 349 | + div#simpleSearch { |
350 | 350 | margin-top: 0.5em; |
351 | 351 | position: relative; |
352 | 352 | border: solid 1px #AAAAAA; |
— | — | @@ -354,11 +354,11 @@ |
355 | 355 | background-position: top left; |
356 | 356 | background-repeat: repeat-x; |
357 | 357 | } |
358 | | - input#simpleSearch label { |
| 358 | + div#simpleSearch label { |
359 | 359 | font-size: 0.8em; |
360 | 360 | top: 0.25em; |
361 | 361 | } |
362 | | - input#simpleSearch input#searchInput { |
| 362 | + div#simpleSearch input#searchInput { |
363 | 363 | margin: 0; |
364 | 364 | border-width: 0; |
365 | 365 | padding: 0.25em; |
— | — | @@ -368,7 +368,7 @@ |
369 | 369 | background-color: transparent; |
370 | 370 | } |
371 | 371 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
372 | | - input#simpleSearch button#searchButton { |
| 372 | + div#simpleSearch button#searchButton { |
373 | 373 | margin: 0; |
374 | 374 | padding: 0; |
375 | 375 | width: 1.75em; |
— | — | @@ -381,7 +381,7 @@ |
382 | 382 | background-repeat: no-repeat; |
383 | 383 | } |
384 | 384 | /* IGNORED BY IE6 */ |
385 | | - input#simpleSearch > button#searchButton { |
| 385 | + div#simpleSearch > button#searchButton { |
386 | 386 | height: 100%; |
387 | 387 | } |
388 | 388 | /* Panel */ |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | margin: 0; |
347 | 347 | margin-top: 0.4em; |
348 | 348 | } |
349 | | - input#simpleSearch { |
| 349 | + div#simpleSearch { |
350 | 350 | margin-top: 0.5em; |
351 | 351 | position: relative; |
352 | 352 | border: solid 1px #AAAAAA; |
— | — | @@ -354,11 +354,11 @@ |
355 | 355 | background-position: top right; |
356 | 356 | background-repeat: repeat-x; |
357 | 357 | } |
358 | | - input#simpleSearch label { |
| 358 | + div#simpleSearch label { |
359 | 359 | font-size: 0.8em; |
360 | 360 | top: 0.25em; |
361 | 361 | } |
362 | | - input#simpleSearch input#searchInput { |
| 362 | + div#simpleSearch input#searchInput { |
363 | 363 | margin: 0; |
364 | 364 | border-width: 0; |
365 | 365 | padding: 0.25em; |
— | — | @@ -368,7 +368,7 @@ |
369 | 369 | background-color: transparent; |
370 | 370 | } |
371 | 371 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
372 | | - input#simpleSearch button#searchButton { |
| 372 | + div#simpleSearch button#searchButton { |
373 | 373 | margin: 0; |
374 | 374 | padding: 0; |
375 | 375 | width: 1.75em; |
— | — | @@ -381,7 +381,7 @@ |
382 | 382 | background-repeat: no-repeat; |
383 | 383 | } |
384 | 384 | /* IGNORED BY IE6 */ |
385 | | - input#simpleSearch > button#searchButton { |
| 385 | + div#simpleSearch > button#searchButton { |
386 | 386 | height: 100%; |
387 | 387 | } |
388 | 388 | /* Panel */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1677,7 +1677,7 @@ |
1678 | 1678 | * to ensure that client-side caches do not keep obsolete copies of global |
1679 | 1679 | * styles. |
1680 | 1680 | */ |
1681 | | -$wgStyleVersion = '282'; |
| 1681 | +$wgStyleVersion = '283'; |
1682 | 1682 | |
1683 | 1683 | |
1684 | 1684 | # Server-side caching: |