mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 19:12:44 +00:00
Monotone-Parent: ba4a2781f0982ee29cc5b9a3157f3d1eefd505b6
Monotone-Revision: 345979d6c93d231dc9fbc75bb84322c6b400f189 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-22T19:22:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -42,7 +42,7 @@ DIV#appointmentsListView
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
height: 18em;
|
||||
height: 15.7em;
|
||||
top: 2em;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -111,33 +111,31 @@ DIV#calendarView A
|
||||
#dateSelector #header
|
||||
{ background: #efefef;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
margin: 0px; }
|
||||
padding: .2em 0px;
|
||||
margin: 0px;
|
||||
border: 0px; }
|
||||
|
||||
#dateSelector #header A
|
||||
{
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
position: relative;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
#leftArrow
|
||||
{
|
||||
left: 1em;
|
||||
}
|
||||
|
||||
#rightArrow
|
||||
{
|
||||
right: 1em;
|
||||
}
|
||||
|
||||
#dateSelector #header #monthLabel
|
||||
{ font-size: medium;
|
||||
#dateSelector #header SPAN
|
||||
{ cursor: default;
|
||||
font-size: medium;
|
||||
vertical-align: middle;
|
||||
font-weight: bold;
|
||||
margin: 0px; }
|
||||
border: 1px solid transparent;
|
||||
margin: .5em .2em; }
|
||||
|
||||
#dateSelector #header SPAN:hover
|
||||
{ border-left: 1px solid #fff;
|
||||
border-top: 1px solid #fff;
|
||||
border-right: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc; }
|
||||
|
||||
#dateSelector .dayOfWeek
|
||||
{ color: #00f; }
|
||||
@@ -189,6 +187,9 @@ DIV#calendarView A
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
TABLE#appointmentsList
|
||||
{ width: auto; }
|
||||
|
||||
TABLE#appointmentsList TR._selected TD
|
||||
{
|
||||
background: #4b6983;
|
||||
@@ -275,3 +276,14 @@ DIV#calendarContent
|
||||
right: 0px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.menu LI.currentMonth,
|
||||
.menu LI.currentYear
|
||||
{
|
||||
border-top: 1px solid #aaa;
|
||||
border-left: 1px solid #aaa;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
background: #ccc;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user