Merge r1430 from rel-1.1-maint branch (IE fix for search bar width)
This commit is contained in:
parent
3ed20ae4fd
commit
eba31a884a
1 changed files with 1 additions and 2 deletions
|
@ -150,10 +150,9 @@ select#search-form-modifier,
|
|||
#searchForm label { display: none; }
|
||||
|
||||
div#searchBlock {
|
||||
width: 19em;
|
||||
height: 100%;
|
||||
text-align: right;
|
||||
padding: 0 20px 0 10px !important; /* fix for IE6 */
|
||||
padding: 0 20px 0 20px !important; /* fix for IE6 */
|
||||
padding: 10px 20px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue