From 240a565bf057548115218f43aa4c69bbd4c22a73 Mon Sep 17 00:00:00 2001 From: lmh <> Date: Mon, 16 Oct 2006 02:55:37 +0000 Subject: [PATCH] Fixed zoom background position for search input box. git-svn-id: file:///home/svn/framework3/trunk@4030 4d416f70-5f16-0410-b530-b9f4589650da --- data/msfweb/public/stylesheets/windows.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/msfweb/public/stylesheets/windows.css b/data/msfweb/public/stylesheets/windows.css index 3abc72ec68..ab3c11d597 100644 --- a/data/msfweb/public/stylesheets/windows.css +++ b/data/msfweb/public/stylesheets/windows.css @@ -61,9 +61,13 @@ table .itemDescription:hover { } #module-search-box input { - background: url(/images/zoom.png) left no-repeat; + background-image: url(/images/zoom.png); + background-position: 5px; + background-repeat: no-repeat; padding-left: 2em; + height: 18px; border: 1px solid #444; + margin-bottom: 0.2em; } table.moduleInfo tr td {