Merge r1430 from rel-1.1-maint branch (IE fix for search bar width)

This commit is contained in:
nac26 2010-10-01 18:42:09 +00:00
parent 3ed20ae4fd
commit eba31a884a

View file

@ -150,10 +150,9 @@ select#search-form-modifier,
#searchForm label { display: none; } #searchForm label { display: none; }
div#searchBlock { div#searchBlock {
width: 19em;
height: 100%; height: 100%;
text-align: right; text-align: right;
padding: 0 20px 0 10px !important; /* fix for IE6 */ padding: 0 20px 0 20px !important; /* fix for IE6 */
padding: 10px 20px; padding: 10px 20px;
position: absolute; position: absolute;
top: 0; top: 0;