mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 15:59:29 +00:00
Fix to properly show the "Add Attendee" when multiple attendees are defined.
Monotone-Parent: b6c5d167d41a064b4f0368af6cac50707b98be82 Monotone-Revision: 28ba6a8fb0de57f2cd4f4b6c185e5b0303c886ec Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-16T17:58:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -162,6 +162,7 @@ TABLE#freeBusyAttendees TR.futureAttendee INPUT
|
||||
TABLE#freeBusyAttendees TR.futureAttendee TD,
|
||||
TABLE#freeBusyData TR.futureData TD
|
||||
{ border: 0;
|
||||
height: 3em;
|
||||
line-height: 3em; }
|
||||
|
||||
SPAN.freeBusyZoneElement
|
||||
|
||||
@@ -482,7 +482,7 @@ function newAttendee(previousAttendee) {
|
||||
var attendeesDiv = $$('TABLE#freeBusy TD.freeBusyAttendees DIV').first();
|
||||
var dataDiv = $$('TABLE#freeBusy TD.freeBusyData DIV').first();
|
||||
|
||||
dataDiv.scrollTop = attendeesDiv.scrollTop;
|
||||
dataDiv.scrollTop = attendeesDiv.scrollTop = table.clientHeight;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -87,6 +87,9 @@ TABLE#freeBusyAttendees TD.attendeeStatus,
|
||||
TABLE#freeBusyAttendees TD.attendeeStatus DIV
|
||||
{ width: 24px; }
|
||||
|
||||
TABLE#freeBusyData TD
|
||||
{ height: 25px; }
|
||||
|
||||
TABLE
|
||||
{ empty-cells: show; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user