From 82b52a0348b702651ba2282e30d04a433e3b663f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 15 Nov 2006 18:00:07 +0000 Subject: [PATCH] Monotone-Parent: b586119baf713128ded66992e4cba15d97ca1553 Monotone-Revision: ea11e485c97e8d0b0f84fd388c651a0389f1d026 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-15T18:00:07 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 96843bd56..2b5b13ac2 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -307,6 +307,8 @@ TABLE.monthOverview TABLE.monthOverview TD.contentOfDay { vertical-align: top; overflow: hidden; + margin: 0px; + padding: 0px; height: 15%; } SPAN.dayCellLabel @@ -327,7 +329,9 @@ TABLE.monthOverview TD.selectedDay { background-color: #ffe79c; } TABLE.monthOverview TD -{ border: 2px solid #397d94; } +{ border: 2px solid #397d94; + padding: 0px; + margin: 0px; } TABLE.monthOverview TD.header { text-align: center; @@ -346,7 +350,7 @@ SPAN.monthsHeader overflow: hidden; width: 100%; margin: 0px; - height: 2.5em; + height: 2.75em; padding: .1em 1.5em; border: 0px; border-bottom: 1px solid #ccc; } @@ -653,18 +657,26 @@ DIV.daysViewFor7Days DIV.day0 { left: 85.7142%; border-right: 1px solid #397d94; } -TABLE.monthOverview DIV.appointment, +TABLE.monthOverview DIV.appointment +{ margin: 0px; + margin-top: 1px; + padding: 1px; + border: 0px; + height: auto; + width: auto; + position: static; + overflow: hidden; + background-color: #fff; } + TABLE.monthOverview DIV.appointmentInside -{ margin: 1px; +{ cursor: default; + margin: 0px; padding: 1px; border: 0px; height: auto; width: auto; position: static; } -TABLE.monthOverview DIV.appointment -{ background-color: #fff; - margin-top: 1px; } DIV.daysView > DIV.hours { position: absolute;