mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
Monotone-Parent: f5a202f926a2d73ac9d25fd623999b41d3cd2fa6
Monotone-Revision: 98d2dca0548783ca240a264a33a0b24e7b1f868f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-25T20:49:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
DIV#leftPanel
|
||||
{
|
||||
position: absolute;
|
||||
top: 5.5em;
|
||||
top: 5.2em;
|
||||
left: 0px;
|
||||
width: 18em;
|
||||
bottom: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
DIV#dateSelectorView
|
||||
DIV#schedulerTabs
|
||||
{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 18em;
|
||||
top: 0px;
|
||||
overflow: auto;
|
||||
left: .2em;
|
||||
width: 17.2em;
|
||||
height: 14em;
|
||||
}
|
||||
|
||||
DIV#tasksView
|
||||
@@ -80,7 +79,7 @@ DIV#calendarView A
|
||||
{
|
||||
position: absolute;
|
||||
cursor: e-resize;
|
||||
top: 5.5em;
|
||||
top: 5em;
|
||||
left: 18em;
|
||||
width: 5px;
|
||||
bottom: 0px;
|
||||
@@ -100,7 +99,6 @@ DIV#calendarView A
|
||||
#dateSelector
|
||||
{
|
||||
width: 16em;
|
||||
margin: .5em auto;
|
||||
background: #fff;
|
||||
border-top: 1px solid #fff;
|
||||
border-left: 1px solid #fff;
|
||||
@@ -246,7 +244,8 @@ TABLE.weekOverview TD.hourOfDay
|
||||
background: #eef; }
|
||||
|
||||
SPAN.daysHeader,
|
||||
SPAN.weeksHeader
|
||||
SPAN.weeksHeader,
|
||||
SPAN.monthsHeader
|
||||
{ display: block;
|
||||
white-space: nowrap;
|
||||
background: #dbdad5;
|
||||
@@ -259,7 +258,8 @@ SPAN.weeksHeader
|
||||
border-bottom: 1px solid #ccc; }
|
||||
|
||||
SPAN.daysHeader SPAN,
|
||||
SPAN.weeksHeader SPAN
|
||||
SPAN.weeksHeader SPAN,
|
||||
SPAN.monthsHeader SPAN
|
||||
{ display: block;
|
||||
margin: .1em;
|
||||
float: left;
|
||||
@@ -270,7 +270,8 @@ SPAN.weeksHeader SPAN
|
||||
vertical-align: top; }
|
||||
|
||||
SPAN.daysHeader A,
|
||||
SPAN.weeksHeader A
|
||||
SPAN.weeksHeader A,
|
||||
SPAN.monthsHeader A
|
||||
{ padding: 0px .5em; }
|
||||
|
||||
A.leftNavigationArrow,
|
||||
@@ -283,7 +284,8 @@ A.rightNavigationArrow
|
||||
A.leftNavigationArrow:hover,
|
||||
A.rightNavigationArrow:hover,
|
||||
SPAN.daysHeader A:hover,
|
||||
SPAN.weeksHeader A:hover
|
||||
SPAN.weeksHeader A:hover,
|
||||
SPAN.monthsHeader A:hover
|
||||
{ border-left: 1px solid #fff;
|
||||
border-top: 1px solid #fff;
|
||||
border-right: 1px solid #ccc;
|
||||
@@ -292,23 +294,24 @@ SPAN.weeksHeader A:hover
|
||||
A.leftNavigationArrow:active,
|
||||
A.rightNavigationArrow:active,
|
||||
SPAN.daysHeader A:active,
|
||||
SPAN.weeksHeader A:active
|
||||
SPAN.weeksHeader A:active,
|
||||
SPAN.monthsHeader A:active
|
||||
{ border-left: 1px solid #ccc;
|
||||
border-top: 1px solid #ccc;
|
||||
border-right: 1px solid #fff;
|
||||
border-bottom: 1px solid #fff; }
|
||||
|
||||
.week2
|
||||
.week2, .month2
|
||||
{
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.day2, .week1
|
||||
.day2, .week1, .month1
|
||||
{
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.day1, .week0
|
||||
.day1, .week0, .month0
|
||||
{
|
||||
font-size: large;
|
||||
}
|
||||
@@ -318,7 +321,7 @@ SPAN.weeksHeader A:active
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
.day0, .week0
|
||||
.day0, .week0, .month0
|
||||
{ border-top: 1px solid #aaa !important;
|
||||
border-left: 1px solid #aaa !important;
|
||||
border-bottom: 1px solid #fff !important;
|
||||
|
||||
Reference in New Issue
Block a user