From e14a562650e6f9a5d8d7b3bad8ab8a1b7fa5351c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 17 Feb 2010 20:59:53 +0000 Subject: [PATCH] Monotone-Parent: d87771d12e3555983af005b4fedf0224cf4caf31 Monotone-Revision: 458a831451900b6ab1db412ef19cbed51677733c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-17T20:59:53 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAttendeesEditor.css | 16 ++++------------ UI/WebServerResources/iefixes.css | 14 -------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/UI/WebServerResources/UIxAttendeesEditor.css b/UI/WebServerResources/UIxAttendeesEditor.css index c2da4169c..7eb95eecd 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.css +++ b/UI/WebServerResources/UIxAttendeesEditor.css @@ -7,10 +7,7 @@ DIV#attendeesView left: 1em; right: 1em; top: 1em; - bottom: 1em; - margin: 0px; - padding: 0px; - border: 0px; } + bottom: 1em; } DIV#freeBusyView { background-color: #fff; @@ -94,7 +91,7 @@ TABLE#freeBusyData TD border-left: 1px solid #cecbff; border-top: 0px; border-right: 0px; - height: 2em; + height: 24px; background-color: #fff; } TABLE#freeBusyAttendees TD @@ -137,13 +134,13 @@ SPAN.freeBusyZoneElement border: 0px; } TABLE#freeBusyHeader TR.freeBusyHeader3 SPAN.freeBusyZoneElement -{ height: .25em; } +{ height: 2px; } TABLE#freeBusyHeader TR.freeBusyHeader3 SPAN.freeBusyZoneElement.busy { background-color: #f03 !important; } TABLE#freeBusyData TD SPAN.freeBusyZoneElement -{ height: 98%; /* not nice under Safari */ } +{ height: 23px; } SPAN.colorBox.free, TABLE#freeBusyData TD SPAN.freeBusyZoneElement @@ -206,8 +203,6 @@ TABLE#freeBusyData TD.noFreeBusy DIV#freeBusyViewButtons { position: absolute; - margin: 0px; - border: 0px; padding: 0px 3px 3px 3px; line-height: 2em; top: 0px; @@ -227,9 +222,6 @@ DIV#freeBusyViewButtons INPUT DIV#freeBusyZoomButtons { position: absolute; - margin: 0px; - border: 0px; - padding: 0px; height: 2em; top: 0px; right: 0px; } diff --git a/UI/WebServerResources/iefixes.css b/UI/WebServerResources/iefixes.css index 7f1db9742..7218ab5d9 100644 --- a/UI/WebServerResources/iefixes.css +++ b/UI/WebServerResources/iefixes.css @@ -80,20 +80,6 @@ DIV#attendeesMenu LI.separator DIV#attendeesView { left: 0.5em; } -DIV#freeBusyView -{ cursor: default; - border-bottom: 1px solid #fff; - border-right: 1px solid #fff; - border-top: 2px solid #222; - border-left: 2px solid #222; - left: 0.5em; } - -TABLE#freeBusyData TD.noFreeBusy -{ height: 2.2em; } - -TABLE#freeBusyData TD SPAN.freeBusyZoneElement -{ height: 103%; } - TABLE { empty-cells: show; }