Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -356,6 +356,10 @@ |
357 | 357 | background-repeat: repeat-x; |
358 | 358 | } |
359 | 359 | div#simpleSearch label { |
| 360 | + /* |
| 361 | + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent |
| 362 | + * this from ever being shown anyways. |
| 363 | + */ |
360 | 364 | font-size: 13px; |
361 | 365 | top: 0.25em; |
362 | 366 | } |
— | — | @@ -364,6 +368,10 @@ |
365 | 369 | border-width: 0; |
366 | 370 | padding: 3px; |
367 | 371 | line-height: 1em; |
| 372 | + /* |
| 373 | + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent |
| 374 | + * this from ever being shown anyways. |
| 375 | + */ |
368 | 376 | font-size: 13px; |
369 | 377 | width: 14em; |
370 | 378 | background-color: transparent; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -356,6 +356,10 @@ |
357 | 357 | background-repeat: repeat-x; |
358 | 358 | } |
359 | 359 | div#simpleSearch label { |
| 360 | + /* |
| 361 | + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent |
| 362 | + * this from ever being shown anyways. |
| 363 | + */ |
360 | 364 | font-size: 13px; |
361 | 365 | top: 0.25em; |
362 | 366 | } |
— | — | @@ -364,6 +368,10 @@ |
365 | 369 | border-width: 0; |
366 | 370 | padding: 3px; |
367 | 371 | line-height: 1em; |
| 372 | + /* |
| 373 | + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent |
| 374 | + * this from ever being shown anyways. |
| 375 | + */ |
368 | 376 | font-size: 13px; |
369 | 377 | width: 14em; |
370 | 378 | background-color: transparent; |