From 2cf6585e23a19efbf3bf83266d07977e70fafe9b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 15 Mar 2007 15:02:03 +0000 Subject: [PATCH] Monotone-Parent: ba23cab4772265b55c0083fe0c2b207e3deceda2 Monotone-Revision: b4dce0cefe0dcb2486fbf6db19f6628a53b18241 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-15T15:02:03 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 964adc9d9..dd4bd5375 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -905,7 +905,7 @@ DIV.appointment > DIV.appointmentInside { position: absolute; overflow: hidden; top: 1px; - bottom: 2px; + bottom: 5px; left: 2px; right: 2px; } @@ -917,28 +917,28 @@ DIV.shadow1 { left: 0px; right: 0px; top: 2px; - bottom: 0px; + bottom: 3px; -moz-opacity: 0.1; } DIV.shadow2 { left: 1px; right: 1px; top: 1px; - bottom: -1px; + bottom: 2px; -moz-opacity: 0.1; } DIV.shadow3 { left: 2px; right: 2px; top: 0px; - bottom: 0px; + bottom: 3px; -moz-opacity: 0.1; } DIV.shadow4 { left: 3px; right: 3px; top: 3px; - bottom: 1px; + bottom: 4px; -moz-opacity: 0.4; } DIV.gradient, DIV.text @@ -957,7 +957,7 @@ DIV.monthView DIV.appointment { position: relative; cursor: default; white-space: nowrap; - margin: 4px; + margin: 2px; padding: 1px; height: 1.5em; }