Monotone-Parent: 02427444a1cb327f2dac36a32e45c884ece5f85d

Monotone-Revision: 0f1a6cd04afde26d6c706fce6b58bc25810d6499

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-09T05:31:36
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
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; }