merge of '5aaf09a46fc504e57187524d01cb8ccb8d9c8e1e'

and '7b387d165ebb8390cda766a1c2730b608923acbb'

Monotone-Parent: 5aaf09a46fc504e57187524d01cb8ccb8d9c8e1e
Monotone-Parent: 7b387d165ebb8390cda766a1c2730b608923acbb
Monotone-Revision: 4670a90c9e9ff683de9c0300911f03d344608d48

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-15T15:00:44
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-08-15 15:00:44 +00:00
commit 9325ae4909
2 changed files with 20 additions and 22 deletions

View File

@ -421,7 +421,7 @@ DIV#calendarHeader DIV.days
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
left: 5em;
margin-left: 1px;
margin-left: 2px;
margin-right: 16px;
right: 0px;
overflow: hidden; }

View File

@ -46,18 +46,27 @@ LABEL, SPAN.checkBoxList
position: relative;
line-height: 1.5em;
height: 1.5em;
margin-left: .5em;
margin-left: 0px;
margin-bottom: .5em;
width: 100%; }
SELECT
{ margin-left: 1px; }
LABEL#commentArea
{ height: 15em; }
LABEL#commentArea textarea
{ padding: 0;
margin: 0;
{ padding-bottom: 0em;
top: 0px;
left: 8em;
width: 380px;
height: 15em; }
height: 15em;
vertical-align: bottom;
position: absolute;
padding: 0px;
margin: 0px;
margin-left: 1px; }
SPAN.checkBoxList#participantsCB
{ height: 7em; }
@ -83,15 +92,6 @@ SPAN.content
SPAN.content A
{ line-height: 2em; }
TEXTAREA
{ position: absolute;
top: 0px;
left: 8em;
vertical-align: bottom;
bottom: 1em;
right: 1em;
padding-bottom: 0em; }
A#changeUrlButton
{ margin-left: 1em; }
@ -125,14 +125,12 @@ SPAN#categoriesCB LABEL
{ margin-left: 0px;
margin-right: 1em; }
SPAN#allDay > INPUT
{ position: static; }
SPAN.content > INPUT
{ position: absolute;
top: 0px;
left: 0px;
right: 0px; }
{ width: 380px; }
SPAN#allDay > INPUT
{ position: static;
width: auto; }
LABEL#urlArea INPUT
{ position: static; }
@ -157,4 +155,4 @@ DIV#attendeesMenu LI.needs-action
DIV#attendeesMenu LI.declined
{ background-image: url("declined.png");
background-repeat: no-repeat;
background-position: 5px center; }
background-position: 5px center; }