See ChangeLog

Monotone-Parent: 517b0b095f30f6f2f92a4da5dfe0155872190daa
Monotone-Revision: b28dce204bf84148d4bd3df3df8b289cdd7a4168

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-09-27T20:15:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-09-27 20:15:06 +00:00
parent 94c033c919
commit 4359f406cb
10 changed files with 69 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
DIV#leftPanel
{ position: absolute;
top: 65px;
top: 80px;
left: 0px;
width: 19.25em;
bottom: 0px;
@@ -83,17 +83,17 @@ UL#tasksList LI
white-space: nowrap; }
UL#tasksList LI.overdue
{ color: #f00; }
{ color: #f00 !important; }
UL#tasksList LI.duetoday
{ color: #00f; }
{ color: #00f !important; }
UL#tasksList LI.completed
{ text-decoration: line-through;
color: #000; }
UL#tasksList LI.duelater
{ color: #999; }
{ color: #999 !important; }
UL#tasksList LI.important SPAN
{ color: #f00 !important;
@@ -120,7 +120,7 @@ UL#tasksList LI[class~="_selected"].completed
DIV#rightPanel
{ position: absolute;
top: 65px;
top: 80px;
left: 19.25em;
right: 0px;
bottom: 0px;