mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 12:16:23 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user