diff --git a/themes/wilma/css/ie6.css b/themes/wilma/css/ie6.css index a237cd4c..dedbdabe 100644 --- a/themes/wilma/css/ie6.css +++ b/themes/wilma/css/ie6.css @@ -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 { diff --git a/themes/wilma/css/ie7.css b/themes/wilma/css/ie7.css index 62908b32..a53fd0a7 100644 --- a/themes/wilma/css/ie7.css +++ b/themes/wilma/css/ie7.css @@ -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 {