Monotone-Parent: d194e61107e8f01a080539a4e1940aefffbc4116

Monotone-Revision: 18a1868903a3a17e253ed75c8d0312ab8c957834

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-05-15T19:56:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2007-05-15 19:56:24 +00:00
parent 57bd61bec4
commit efefc06f50

View file

@ -138,8 +138,7 @@ DIV#rightPanel
margin: 0px; margin: 0px;
margin-left: 5px; margin-left: 5px;
padding: 0px; padding: 0px;
overflow: hidden; overflow: hidden; }
}
DIV#appointmentsListView DIV#appointmentsListView
{ {
@ -148,9 +147,7 @@ DIV#appointmentsListView
background: #fff; background: #fff;
height: 15.5em; height: 15.5em;
margin: 0.5em 0px 0px 0px; margin: 0.5em 0px 0px 0px;
min-width: 600px; min-width: 600px; }
width: 100%;
}
DIV#calendarView DIV#calendarView
{ {
@ -295,11 +292,16 @@ DIV#calendarView A
border: 1px solid #deebf7; } border: 1px solid #deebf7; }
TABLE#appointmentsList TABLE#appointmentsList
{ display: table; { ddisplay: table; }
width: 100%; }
TABLE#appointmentsList td.tbtv_headercell TABLE#appointmentsList td.tbtv_subject_headercell
{ width: 25%; } { width: 35%; }
TABLE#appointmentsList td.headerDateTime
{ width: 17em; }
TABLE#appointmentsList td.headerLocation
{ width: 20%; }
#dateSelector TD._selected, #dateSelector TD._selected,
UL > LI._selected, UL > LI._selected,