Monotone-Parent: 6f8a485e95de7a055c61014474ad3ddf8ed664c4

Monotone-Revision: 7659d2932f1f330c8827f3ede3db145afd30a8dc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T16:03:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 16:03:18 +00:00
parent f062050665
commit c64a30644e
5 changed files with 79 additions and 119 deletions

View File

@@ -4,9 +4,9 @@ BODY
DIV.appointmentLabel
{ display: block;
position: relative;
line-height: 1.8em;
line-height: 1.7.5em;
text-align: right;
width: 10em; }
width: 7.5em; }
DIV.appointmentRightLabel
{ display: inline;
@@ -76,13 +76,13 @@ INPUT#summary, INPUT#location,
SPAN.content
{ position: absolute;
top: 0px;
left: 10em;
left: 7.5em;
right: 0px; }
DIV#details TEXTAREA
{ position: absolute;
top: 0px;
left: 10em;
left: 7.5em;
vertical-align: bottom;
height: 5em;
right: 0px;
@@ -91,7 +91,7 @@ DIV#details TEXTAREA
DIV#details SELECT
{ position: absolute;
top: 0px;
left: 10em; }
left: 7.5em; }
LABEL#isPrivate, LABEL#conflictsLabel
{ position: absolute;