Monotone-Parent: b16a5885abdf2a0bad1a1b9c031283b5ca1f6701

Monotone-Revision: 698643db13282c41be897a2e6e80b32f848e6c50

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-06-13T18:59:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-06-13 18:59:48 +00:00
parent 2237c077e3
commit 76ac155769

View File

@@ -20,7 +20,9 @@ DIV#tasksListView
bottom: 0px;
left: .2em;
right: .7em;
padding: 0px; }
padding: 0px;
overflow-x: hidden;
}
DIV#tasksListView H2
{ font-size: 10pt;
@@ -55,8 +57,9 @@ UL#tasksList, UL#calendarList
{ cursor: default;
margin: .25em;
padding: 0px;
overflow-x: hidden;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
@@ -270,7 +273,7 @@ TABLE#eventsList
position: relative;
width: 100%; }
TABLE#eventsList td.tbtv_subject_headercell,
TABLE#eventsList td.headerTitle,
TABLE#eventsList td.headerLocation
{ width: 35%; }