Monotone-Parent: 02427444a1cb327f2dac36a32e45c884ece5f85d

Monotone-Revision: 0f1a6cd04afde26d6c706fce6b58bc25810d6499

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-09T05:31:36
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2008-08-09 05:31:36 +00:00
parent b1b5973092
commit eccfda3b8b
4 changed files with 25 additions and 31 deletions

View File

@ -321,7 +321,10 @@ SPAN.monthsHeader SPAN
SPAN.daysHeader A,
SPAN.weeksHeader A,
SPAN.monthsHeader A
{ padding: 0px .5em; }
{ border: 1px solid transparent;
color: #000;
line-height: 1.5em;
padding: 0px .5em; }
A.leftNavigationArrow,
A.rightNavigationArrow
@ -657,7 +660,8 @@ DIV.daysViewFor1Days DIV.day
DIV.monthView DIV.headerDay,
DIV.monthView DIV.day,
DIV.daysViewFor7Days DIV.day
{ width: 14.2857%; }
{ width: 14.2857%;
width: 14.1%; }
DIV.monthView DIV.day0,
DIV.daysViewFor7Days DIV.day0
@ -832,22 +836,22 @@ DIV.events > DIV.event
z-index: 1;
position: absolute;
left: 0px;
right: 1px;
margin-top: 1px;
right: 2px;
margin-top: 0px;
padding: 1px; }
DIV[class~="event"]._selected > DIV.eventInside
{ -moz-opacity: 0.7;
opacity: 0.7; }
DIV.event > DIV.eventInside
{ position: absolute;
overflow: hidden;
top: 1px;
bottom: 5px;
left: 2px;
top: 2px;
bottom: 3px;
left: 1px;
right: 2px; }
DIV.event._selected > DIV.eventInside
{ -moz-opacity: 0.7;
opacity: 0.7; }
DIV.shadow
{ position: absolute;
background-color: #000; }
@ -886,9 +890,9 @@ DIV.shadow4
DIV.gradient, DIV.text
{ position: absolute;
top: 2px;
left: 2px;
right: 2px;
top: 1px;
left: 1px;
right: 1px;
bottom: 2px;
height: 100%;
overflow: hidden; }
@ -904,7 +908,7 @@ DIV.monthView DIV.event
white-space: nowrap;
margin-top: 1px;
margin-left: 1px;
margin-right: 3px;
margin-right: 1px;
padding: 1px;
height: 2em; }

View File

@ -897,12 +897,6 @@ function newBaseEventDIV(eventRep, event, eventText) {
if (eventRep.userState && userStates[eventRep.userState])
eventDiv.addClassName(userStates[eventRep.userState]);
for (var i = 1; i < 5; i++) {
var shadowDiv = $(document.createElement("div"));
eventDiv.appendChild(shadowDiv);
shadowDiv.addClassName("shadow");
shadowDiv.addClassName("shadow" + i);
}
var innerDiv = $(document.createElement("div"));
eventDiv.appendChild(innerDiv);
innerDiv.addClassName("eventInside");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -45,7 +45,6 @@ A.button
{ color: #000;
padding: 1px 4px; }
A.button IMG
{ margin: 1px; }
@ -70,17 +69,14 @@ TD.mailer_fieldname
DIV#daysView > DIV.hours > DIV.hour
{ /* height: 43px = 4em = too much */ }
DIV[class~="event"]._selected > DIV.eventInside
DIV.event > DIV.eventInside
{ top: 3px;
bottom: 1px;
filter: alpha(opacity=100); }
DIV.event._selected DIV.eventInside
{ filter: alpha(opacity=70); }
DIV.shadow1,
DIV.shadow2,
DIV.shadow3,
{ filter: alpha(opacity=10); }
DIV.shadow4
{ filter: alpha(opacity=40); }
DIV#daysView DIV.event.starts0 { top: 0em; }
DIV#daysView DIV.event.starts1 { top: 1em; }
DIV#daysView DIV.event.starts2 { top: 2em; }