NIHVIVO-1838: Fixed positioning of search buttons in home page for IE 6 and 7
This commit is contained in:
parent
2421e0259d
commit
f61107ff38
2 changed files with 4 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
|||
body {
|
||||
background-position: center, 0;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
background-color: #f3f3f0;
|
||||
background-image: url(../images/header-background.jpg);
|
||||
}
|
||||
|
@ -17,10 +16,10 @@ body {
|
|||
#search-home h3 {
|
||||
margin-left: 0;
|
||||
}
|
||||
#search-field .submit {
|
||||
#search-field input.search {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#search-home-field input.submit {
|
||||
#search-home-field input.search {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#login {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/* Fix for homepage */
|
||||
#search-field .submit {
|
||||
#search-field input.search {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#search-home-field input.submit {
|
||||
#search-home-field input.search {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#login-form p.submit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue