mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 22:32:45 +00:00
Monotone-Parent: 46d8b975e3331072d720cf1a857776556c26b874
Monotone-Revision: 1e97b12194e5cae80c0311c2b27ce13e9d77c030 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-13T23:35:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -36,16 +36,15 @@ DIV#tasksListView H2
|
||||
DIV#tasksListView LABEL
|
||||
{ margin: .25em; }
|
||||
|
||||
UL#tasksList
|
||||
{ position: absolute;
|
||||
cursor: default;
|
||||
width: 100%;
|
||||
DIV#calendarsList
|
||||
{ height: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px; }
|
||||
|
||||
UL#tasksList, UL#uixselector-calendarsList-display
|
||||
{ cursor: default;
|
||||
margin: .25px;
|
||||
padding: 0px;
|
||||
top: 3em;
|
||||
left: .25em;
|
||||
right: .25em;
|
||||
bottom: .25em;
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
@@ -57,6 +56,18 @@ UL#tasksList
|
||||
list-style-type: none;
|
||||
list-style-image: none; }
|
||||
|
||||
UL#tasksList
|
||||
{ position: absolute;
|
||||
width: 100%;
|
||||
top: 3em;
|
||||
left: .25em;
|
||||
right: .25em;
|
||||
bottom: .25em; }
|
||||
|
||||
UL#uixselector-calendarsList-display
|
||||
{ height: 10.5em;
|
||||
margin: 0px; }
|
||||
|
||||
UL#tasksList LI
|
||||
{ white-space: nowrap; }
|
||||
|
||||
@@ -143,7 +154,6 @@ DIV#calendarView A
|
||||
|
||||
#dateSelector
|
||||
{
|
||||
width: 100%;
|
||||
margin: 0px auto;
|
||||
background: #fff;
|
||||
border-top: 1px solid #fff;
|
||||
@@ -245,19 +255,19 @@ TABLE#appointmentsList
|
||||
{ width: auto; }
|
||||
|
||||
#dateSelector TD._selected,
|
||||
UL#tasksList LI._selected,
|
||||
UL > LI._selected,
|
||||
TABLE#appointmentsList TR._selected TD
|
||||
{
|
||||
background: #4b6983;
|
||||
color: #fff;
|
||||
background: #4b6983 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
._unfocused#dateSelector TD._selected,
|
||||
UL._unfocused#tasksList LI._selected,
|
||||
UL._unfocused > LI._selected,
|
||||
TABLE._unfocused#appointmentsList TR._selected TD
|
||||
{
|
||||
background: #dbdad5;
|
||||
color: #fff;
|
||||
background: #dbdad5 !important;;
|
||||
color: #fff !important;;
|
||||
}
|
||||
|
||||
TABLE.dayOverview,
|
||||
|
||||
Reference in New Issue
Block a user