From a4458e75bd70a293f21b7c5d230357639448bb1b Mon Sep 17 00:00:00 2001 From: PyroPeter Date: Sat, 7 Aug 2010 02:33:29 +0200 Subject: Fix the search-button to allow captions wider than 80px (e.g. in german translation) Change width to min-width. - Loui Signed-off-by: PyroPeter Signed-off-by: Loui Chang --- web/html/css/containers.css | 2 +- web/template/pkg_search_form.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/html/css/containers.css b/web/html/css/containers.css index fd3bea2..fc092de 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -185,6 +185,6 @@ input.button { color: #6c83b0; border: 1px solid #6c83b0; font-size: 12px; - padding: 2px; + padding: 2px 8px; } diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 0947ba8..9a82713 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -6,9 +6,9 @@ " maxlength='35' /> - + - + -- cgit v1.2.3-54-g00ecf