From 615a1610654cda40f208c282b76842f0d6eeee80 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 15 Nov 2006 01:24:14 +0000 Subject: [PATCH] Monotone-Parent: 8401d300c7705530b78217f0fadc87e309e920b7 Monotone-Revision: 28e11c54ddf1e9ef4ca16aa921f2c2ec4db9b77f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-15T01:24:14 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 5086d11ce..c22a434c0 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -655,13 +655,16 @@ DIV.daysViewFor7Days DIV.day0 TABLE.monthOverview DIV.appointment, TABLE.monthOverview DIV.appointmentInside -{ display: inline !important; - position: static; - height: 1em; - margin: 0px; - padding: 0px; +{ margin: 0px; + padding: 1px; border: 0px; - width: 100%; } + height: auto; + width: auto; + position: static; } + +TABLE.monthOverview DIV.appointment +{ background-color: #fff; + margin-top: 1px; } DIV.daysView > DIV.hours { position: absolute;