From eba31a884a438d3c9956ed4e18e7b52821894a10 Mon Sep 17 00:00:00 2001 From: nac26 Date: Fri, 1 Oct 2010 18:42:09 +0000 Subject: [PATCH] Merge r1430 from rel-1.1-maint branch (IE fix for search bar width) --- themes/vivo-basic/css/screen.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index caa43272..2b4708bf 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -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;