mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-03 14:16:23 +00:00
Fix component editor for document URL
Monotone-Parent: 6b27e776287f9677560ff81cbb45e7471959c9e0 Monotone-Revision: eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-30T01:41:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -9,3 +9,32 @@ SPAN.datePicker INPUT.textField
|
||||
|
||||
SPAN.timeDateControl A.button
|
||||
{ border: 0; }
|
||||
|
||||
SPAN.content
|
||||
{ position: absolute;
|
||||
line-height: 2em;
|
||||
top: -.25em;
|
||||
left: 8em;
|
||||
right: 1em; }
|
||||
|
||||
SPAN.content > INPUT.textField,
|
||||
LABEL#commentArea textarea
|
||||
{ width: 380px; }
|
||||
|
||||
LABEL, SPAN.checkBoxList
|
||||
{ display: block;
|
||||
position: relative;
|
||||
line-height: 1.5em;
|
||||
height: 1.5em;
|
||||
margin-left: 0px;
|
||||
margin-bottom: .5em;
|
||||
width: 100%; }
|
||||
|
||||
LABEL#commentArea textarea
|
||||
{ padding-bottom: 0em;
|
||||
top: 0px;
|
||||
left: 8em;
|
||||
position: absolute;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
margin-left: 1px; }
|
||||
|
||||
Reference in New Issue
Block a user