From 0bfbfd8b0b85636ed3dffe5aa354445532cb5bc8 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 27 Aug 2014 09:47:48 +0000 Subject: [PATCH] * Calendar: Fix sidebar calendar in pixelegg to not flicking while the mouse is over on dates, and gets expanded with sidebar column resize --- phpgwapi/js/jscalendar/calendar-blue.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/js/jscalendar/calendar-blue.css b/phpgwapi/js/jscalendar/calendar-blue.css index 3357e979fd..d4f5d34ae2 100644 --- a/phpgwapi/js/jscalendar/calendar-blue.css +++ b/phpgwapi/js/jscalendar/calendar-blue.css @@ -9,6 +9,7 @@ div.calendar { position: relative; } cursor: default; background: #eef; font-family: tahoma,verdana,sans-serif; + border-collapse: initial; } /* Header part -- contains navigation buttons and day names. */ @@ -65,7 +66,7 @@ div.calendar { position: relative; } /* The body part -- contains all the days in month. */ .calendar tbody .day { /* Cells containing month days dates */ - width: 2em; + width: 100px; color: #456; text-align: right; padding: 2px 4px 2px 2px;