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
This commit is contained in:
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-right: 1px solid #ccc;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
left: 5em; left: 5em;
margin-left: 1px; margin-left: 2px;
margin-right: 16px; margin-right: 16px;
right: 0px; right: 0px;
overflow: hidden; } overflow: hidden; }

View file

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