From 6730c7ad1c715aafa700e9d939e10edc33fcccfd Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 17 Dec 2007 22:18:30 +0000 Subject: [PATCH] Monotone-Parent: 2f99ef62585c941c8c8ea1a94d1fc31d843c589f Monotone-Revision: 2315fd857fb9cd19617eedf26be41092290b416f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-12-17T22:18:30 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAttendeesEditor.css | 17 ++++++----------- UI/WebServerResources/iefixes.css | 12 +++++------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/UI/WebServerResources/UIxAttendeesEditor.css b/UI/WebServerResources/UIxAttendeesEditor.css index f18682828..76e5bb819 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.css +++ b/UI/WebServerResources/UIxAttendeesEditor.css @@ -18,7 +18,7 @@ DIV#freeBusyView margin-top: 0.5em; top: 2em; bottom: 14.5em; - left: 13em; + left: 15em; right: 0px; overflow: auto; border-top: 2px solid #222; @@ -47,7 +47,7 @@ TABLE#freeBusy TD.attendees padding: 0px .5em; padding-right: 0px; margin: 0px; - width: 13em; + width: 15em; border: 0px !important; background-color: #d4d0c8; overflow: hidden; @@ -62,10 +62,11 @@ TABLE#freeBusy TD.attendees INPUT { background-image: url("abcard.gif"); background-repeat: no-repeat; background-position: 2px center; - width: 11.5em; + width: 12em; margin: 0px; padding-left: 24px; - margin-left: 5px; } + margin-left: 5px; + margin-left: 1.5em; } TABLE#freeBusy TR.needs-action TD.attendees { background-image: url("needs-action.png"); @@ -82,12 +83,6 @@ TABLE#freeBusy TR.accepted TD.attendees background-repeat: no-repeat; background-position: 5px center; } -TABLE#freeBusy TR.needs-action INPUT, -TABLE#freeBusy TR.accepted INPUT, -TABLE#freeBusy TR.declined INPUT -{ margin-left: 1.5em; - width: 10em; } - TABLE#freeBusy TR.futureAttendee INPUT { background-image: none; } @@ -207,7 +202,7 @@ DIV#freeBusyViewButtons padding: 3px; height: 2em; top: 0px; - left: 13em; } + left: 15em; } DIV#freeBusyZoomButtons { position: absolute; diff --git a/UI/WebServerResources/iefixes.css b/UI/WebServerResources/iefixes.css index 80702119c..0dd08ca0d 100644 --- a/UI/WebServerResources/iefixes.css +++ b/UI/WebServerResources/iefixes.css @@ -77,6 +77,9 @@ DIV#attendeesMenu { overflow: scroll; overflow-x: hidden; } +DIV#attendeesView +{ left: 0px; } + DIV#freeBusyView { border-bottom: 1px solid #fff; border-right: 1px solid #fff; @@ -93,10 +96,5 @@ TABLE#freeBusy TD.attendees TABLE#freeBusy TD.attendees INPUT { border-bottom: 1px solid #ccc; - border-right: 1px solid #ccc; } - -TABLE#freeBusy TR.needs-action INPUT, -TABLE#freeBusy TR.accepted INPUT, -TABLE#freeBusy TR.declined INPUT -{ margin-left: 2.0em; - width: 10.0em; } + border-right: 1px solid #ccc; + margin-left: 2.0em; }