Monotone-Parent: 9d2034c400246e39f2d7a801f52ee4971e5b431a

Monotone-Revision: 807deb2239f073e058d501505aea6ff999ed1b25

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-24T21:26:23
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-24 21:26:23 +00:00
parent 05f79daf43
commit 1b65309e59
15 changed files with 169 additions and 165 deletions

View File

@@ -69,7 +69,8 @@ UL#tasksList, UL#calendarList
overflow-x: hidden; }
UL#calendarList
{ clear: both;
{ clear: left;
width: 100%;
height: 10.5em;
margin: 0px; }
@@ -266,13 +267,19 @@ TABLE#dateSelectorTable
border: 1px solid #deebf7; }
TABLE#eventsList
{ display: block;
position: relative;
width: 100%; }
{ width: 100%; }
TABLE#eventsList td.headerTitle,
TABLE#eventsList td.headerLocation
{ width: 35%; }
TABLE#eventsList TD.headerTitle,
TABLE#eventsList TD.headerDateTime
{ width: 30%; }
TABLE#eventsList TD,
TABLE#eventsList TH
{ overflow: hidden;
white-space: nowrap; } /* pre, normal, nowrap */
TABLE#eventsList TH
{ white-space: pre; }
._unfocused#dateSelector TD._selected,
UL._unfocused > LI._selected,