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:
Wolfgang Sourdeau 2006-10-13 23:35:25 +00:00
parent a9a7cd5645
commit e8e6b4775f
2 changed files with 32 additions and 21 deletions

View file

@ -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,

View file

@ -684,7 +684,7 @@ DIV.tabsContainer
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; }
DIV.tabsContainer UL
DIV.tabsContainer > UL
{ cursor: default;
list-style-type: none;
list-style-image: none;
@ -692,7 +692,7 @@ DIV.tabsContainer UL
margin-top: -1.5em;
padding: 0px; }
DIV.tabsContainer UL LI
DIV.tabsContainer > UL LI
{ z-index: 3;
float: left;
padding: 0px .5em;
@ -707,21 +707,22 @@ DIV.tabsContainer UL LI
background: #fff;
background: #c4c2bd; }
DIV.tabsContainer UL LI.first,
DIV.tabsContainer UL LI.active
DIV.tabsContainer > UL LI.first,
DIV.tabsContainer > UL LI.active
{ border-left: 2px solid #fffffb;
margin-left: -2px;
-moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight; }
DIV.tabsContainer UL LI.active
DIV.tabsContainer > UL LI.active
{ z-index: 5;
background: #dbdad5;
padding-top: 2px;
padding-bottom: 2px;
margin-top: -2px; }
DIV.tabsContainer DIV.tab
DIV.tabsContainer > DIV.tab
{ position: absolute;
overflow: auto;
top: .5em;
left: .5em;
right: .5em;