Monotone-Parent: 698643db13282c41be897a2e6e80b32f848e6c50

Monotone-Revision: bfda58d04b099f51965cef31e50d14c9d1647dec

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-06-13T19:14:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-06-13 19:14:18 +00:00
parent 76ac155769
commit 5ebaeedde2

View File

@@ -21,7 +21,7 @@ DIV#tasksListView
left: .2em;
right: .7em;
padding: 0px;
overflow-x: hidden;
overflow: hidden;
}
DIV#tasksListView H2
@@ -57,9 +57,6 @@ UL#tasksList, UL#calendarList
{ cursor: default;
margin: .25em;
padding: 0px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
@@ -68,7 +65,9 @@ UL#tasksList, UL#calendarList
-moz-border-top-colors: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent;
list-style-type: none;
list-style-image: none; }
list-style-image: none;
overflow-y: auto;
overflow-x: hidden; }
UL#calendarList
{ clear: both;