Monotone-Parent: 2b2e1fe5da7fe7b7fc1d4bc80c975f7b9c4ad502

Monotone-Revision: 6f3f424424e1dc4ae51e22f8072993e3bd8ff14a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-31T22:59:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-31 22:59:57 +00:00
parent f677057573
commit c8394a8848
3 changed files with 48 additions and 4 deletions

View File

@@ -296,6 +296,15 @@ TABLE.weekOverview
padding: 1em;
border-collapse: collapse; }
TABLE.weekOverview TD.dayOfToday
{ background-color: #deebf7; }
TABLE.weekOverview TD.weekEndDay
{ background-color: #fffbe7; }
TABLE.weekOverview TD.selectedDay
{ background-color: #ffe79c; }
TABLE.dayOverview TD,
TABLE.weekOverview TD
{ border: 1px solid #99f; }
@@ -310,12 +319,12 @@ TABLE.dayOverview TD.header
TABLE.weekOverview TD.header
{ text-align: center;
color: #77a;
width: 15%;
width: 14%;
font-weight: bold;
background: #eef; }
TABLE.dayOverview TD.nullheader,
TABLE.weekOverview TD.nullheader
TABLE.dayOverview TD.nullHeader,
TABLE.weekOverview TD.nullHeader
{ border: 0px solid #fff; }
TABLE.dayOverview TD.hourOfDay,
@@ -457,7 +466,7 @@ DIV#calendarContent
color: #222;
}
SPAN.appointmentView
DIV.appointmentView
{ display: block;
overflow: hidden;
white-space: nowrap;