Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -319,6 +319,9 @@ |
320 | 320 | background-position: top left; |
321 | 321 | background-repeat: repeat-x; |
322 | 322 | } |
| 323 | + #simpleSearch label { |
| 324 | + font-size: 0.8em; |
| 325 | + } |
323 | 326 | #simpleSearch input#searchInput { |
324 | 327 | margin: 0; |
325 | 328 | border-width: 0; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -319,6 +319,9 @@ |
320 | 320 | background-position: top right; |
321 | 321 | background-repeat: repeat-x; |
322 | 322 | } |
| 323 | + #simpleSearch label { |
| 324 | + font-size: 0.8em; |
| 325 | + } |
323 | 326 | #simpleSearch input#searchInput { |
324 | 327 | margin: 0; |
325 | 328 | border-width: 0; |