From 16da1cf374084bf5428f9256651f16664deb4284 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Tue, 30 Mar 2010 11:00:28 +1100 Subject: [PATCH] Tweaked find customer --- webroot/js/findcustomer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/js/findcustomer.js b/webroot/js/findcustomer.js index 1c5a71cb..d2501f5f 100644 --- a/webroot/js/findcustomer.js +++ b/webroot/js/findcustomer.js @@ -46,8 +46,8 @@ function findCustomer() { $("#dialog").dialog({ - position: 'center', - width: 400 + position: 'top', + width: 800 }); }