Monotone-Parent: b7f03c552580612d21be004dd0d73f3125fe3bcb

Monotone-Revision: f62c33ecad89ce9cd2887ae7f9c44c0e5d2eb834

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-26T22:00:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-26 22:00:54 +00:00
parent 20ff485ed3
commit 52fedd98b7
8 changed files with 120 additions and 32 deletions

View File

@@ -7,7 +7,9 @@ DIV.appointmentLabel
DIV#editorTabs
{
width: 100%;
left: 0px;
right: 0px;
bottom: 0px;
height: 38em;
}
@@ -125,3 +127,47 @@ SPAN.content > INPUT
LABEL#urlArea INPUT
{ position: static; }
DIV.freeBusyView
{ height: 24em;
overflow: auto; }
DIV#freeBusyFooter
{ position: absolute;
left: .5em;
right: .5em;
height: 6em;
line-height: 2em;
text-align: right;
bottom: 0px; }
DIV#freeBusyButtons
{ float: left;
text-align: center; }
DIV#freeBusyButtons A.button
{ width: 5em; }
DIV#freeBusyReplicas LABEL
{ line-height: 1.5em; }
DIV.elvis UL
{ cursor: default;
float: left;
width: 30%;
margin: 0px;
padding: 0px;
list-style-type: none;
list-style-image: none; }
DIV.elvis UL LI
{ white-space: nowrap;
margin: 0px;
padding: 0px; }
DIV.elvis UL IMG
{ margin-right: .5em; }
DIV.elvis UL LI SPAN.colorBox
{ float: left;
margin-right: .5em; }