NIHVIVO-1838: Fixed positioning of search buttons in home page for IE 6 and 7

This commit is contained in:
mb863 2011-02-02 19:10:48 +00:00
parent 2421e0259d
commit f61107ff38
2 changed files with 4 additions and 5 deletions

View file

@ -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 {

View file

@ -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 {