Mantis 78

Monotone-Parent: 244b022b573e6f31bb6d274bcd23e14acd12414b
Monotone-Revision: f9dd483f39d42723f222b997f3c1e66833300458

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-27T12:48:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-27 12:48:27 +00:00
parent 949d2af8cc
commit 1acef513be
18 changed files with 403 additions and 163 deletions

View File

@@ -41,3 +41,53 @@ LABEL#commentArea textarea
padding: 0px;
margin: 0px;
margin-left: 1px; }
SPAN.headerContent
{
width: 80%;
height: 1px;
background: #aaaaaa;
top: 0.9em;
}
LABEL.title
{
margin-top: 20px;
font-weight: bold;
}
LABEL.titleNoSpace
{
margin-top: 0px;
}
DIV#windowButtons
{
width: 100%;
position: absolute;
bottom: 4em;
}
LABEL.calendarName
{ text-align: right;
margin-top: 10px;
margin-bottom: 10px;
width: 97%;
}
DIV#attendeesMenu
{ overflow: auto; }
DIV.fakeTextArea
{ overflow: auto;
background: white;
border-width: 2px;
border-style: inset;
padding: 2px;
height: 100%;
}
DIV#descriptionDiv {
height: 80px;
}
SPAN.fixedHeight {
height: 60px;
}