mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 12:35:27 +00:00
Monotone-Parent: 20842c7bedd067f662544c3f0ea6480a9e8bfef3
Monotone-Revision: d1fc78da59aed56556acf8d76fa72b4ea0d54fdc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-15T14:46:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user