mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user