Monotone-Parent: c7902ca79ab1fa5240ba208b293adef99e330d88

Monotone-Revision: 6e5e04b64e7ab43a669ba1a00625f1cc6919f00e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-13T16:57:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-02-13 16:57:39 +00:00
parent 91337107be
commit 20f23f60bb
4 changed files with 40 additions and 33 deletions

View File

@@ -59,8 +59,8 @@ UL#tasksList, UL#calendarList
background-color: #CCDDEC;
list-style-type: none;
list-style-image: none;
overflow: auto;
overflow-x: hidden; }
overflow: hidden;
overflow-y: auto; }
UL#calendarList
{ clear: left;
@@ -478,11 +478,28 @@ DIV.eventView
/* new draggable presentation */
DIV#daysView DIV.days
DIV#daysView DIV.hours
{ position: absolute;
top: 0px;
left: 50px;
right: 0px; }
left: 0px;
height: 960px;
width: 50px; }
DIV#daysView DIV.hour
{ position: relative;
left: 0px;
top: 0px;
padding-top: 2px;
padding-right: 2px;
text-align: right;
right: 0px;
height: 37px;
font-weight: bold;
border-bottom: 1px solid #ccc; }
DIV#daysView DIV.days
{ position: relative;
margin-left: 50px; }
DIV.multicolumnDayView DIV.lastDayUser
{ border-right: 1px solid #ccc; }
@@ -669,18 +686,6 @@ DIV.monthView DIV.day6,
DIV.daysViewFor7Days DIV.day6
{ left: 85.7142%; }
DIV#daysView DIV.hour
{ position: relative;
left: 0px;
top: 0px;
padding-top: 2px;
padding-right: 2px;
text-align: right;
width: 48px;
height: 37px;
font-weight: bold;
border-bottom: 1px solid #ccc; }
/* "left" and "width" for #daysView DIV.event are computed in JS code */
#daysView DIV.event
{ cursor: default;