Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -351,6 +351,7 @@ |
352 | 352 | div#simpleSearch { |
353 | 353 | margin-top: 0.65em; |
354 | 354 | position: relative; |
| 355 | + min-height: 1px; /* Gotta trigger hasLayout for IE7 */ |
355 | 356 | border: solid 1px #AAAAAA; |
356 | 357 | background-color: white; |
357 | 358 | background-image: url(images/search-fade.png?1); |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -351,6 +351,7 @@ |
352 | 352 | div#simpleSearch { |
353 | 353 | margin-top: 0.65em; |
354 | 354 | position: relative; |
| 355 | + min-height: 1px; /* Gotta trigger hasLayout for IE7 */ |
355 | 356 | border: solid 1px #AAAAAA; |
356 | 357 | background-color: white; |
357 | 358 | background-image: url(images/search-fade.png?1); |