From 13ca2e117edccdda005e911261a42c3200f7c674 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 13 Feb 2010 14:53:52 +0100 Subject: [PATCH] increase month box height a to 140px --- www/js/jqueryhcal/jqueryhcal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/jqueryhcal/jqueryhcal.css b/www/js/jqueryhcal/jqueryhcal.css index 21ef463..ce9d68d 100644 --- a/www/js/jqueryhcal/jqueryhcal.css +++ b/www/js/jqueryhcal/jqueryhcal.css @@ -1,5 +1,5 @@ .calTable{ - border:1px solid #ccc; border-collapse:collapse; float:left; width:172px; height:134px; + border:1px solid #ccc; border-collapse:collapse; float:left; width:172px; height:140px; margin:0 10px 10px 0; background:#fff url(/media/img/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px; text-align:center;} -- 2.20.1