mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user