From 401525ba7e621c96effe6f9052bae2428f11be5a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 May 2011 13:51:41 +0000 Subject: [PATCH] Reduce size of list --- htdocs/cashdesk/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/cashdesk/css/style.css b/htdocs/cashdesk/css/style.css index ea193978fe6..c79d46fbeb5 100644 --- a/htdocs/cashdesk/css/style.css +++ b/htdocs/cashdesk/css/style.css @@ -277,12 +277,12 @@ p.titre { /* --------------------- Combo lists ------------------- */ .select_design { width: 370px; - font-size: 12px verdana,arial,helvetica overflow: auto; } .select_design select { border: 1px solid #6d3f6d; + font: 12px verdana,arial,helvetica; background: #fff; }