Monotone-Parent: 322e00e8021fd7554dd59f896598748dfbef2057

Monotone-Revision: 8401d300c7705530b78217f0fadc87e309e920b7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-15T01:11:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-15 01:11:59 +00:00
parent c770faaf53
commit eb24bbc807

View File

@@ -291,28 +291,19 @@ TABLE._unfocused#appointmentsList TR._selected TD
color: #fff !important;;
}
TABLE.monthOverview
{ margin: 0 auto;
padding: 1em;
border-collapse: collapse; }
TABLE.monthOverview
{ position: absolute;
margin: 0 auto;
padding: 1em;
border-collapse: collapse;
display: table;
margin: 0px auto;
padding: 0px;
width: 98%;
height: 98%; }
TABLE.monthOverview
{ min-width: 60em;
height: 98%;
min-width: 60em;
min-height: 25em; }
TABLE.monthOverview DIV.appointmentView
{ border: 0px;
margin: 0px;
padding: 0px; }
TABLE.monthOverview TD.contentOfDay
{ vertical-align: top;
overflow: hidden;
@@ -662,6 +653,16 @@ DIV.daysViewFor7Days DIV.day0
{ left: 85.7142%;
border-right: 1px solid #397d94; }
TABLE.monthOverview DIV.appointment,
TABLE.monthOverview DIV.appointmentInside
{ display: inline !important;
position: static;
height: 1em;
margin: 0px;
padding: 0px;
border: 0px;
width: 100%; }
DIV.daysView > DIV.hours
{ position: absolute;
border: 0px;