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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html') diff --git a/web/html/css/containers.css b/web/html/css/containers.css index fd3bea24..fc092de1 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; } -- cgit v1.2.3-24-g4f1b