mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 02:52:43 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user