mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 22:56:24 +00:00
Added invitation delegation support in Web interface. See ChangeLog.
Monotone-Parent: 4d711e074341810486c1842c6a345777cc3664bb Monotone-Revision: 2fc8598099b516f243935e73039200f1c004784e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-09-10T18:31:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -85,9 +85,29 @@ DIV.fakeTextArea
|
||||
border-width: 2px;
|
||||
border-style: inset;
|
||||
padding: 2px;
|
||||
height: 100px;
|
||||
white-space: pre-wrap; }
|
||||
height: 100px; }
|
||||
|
||||
DIV#descriptionDiv,
|
||||
DIV#attendeesDiv
|
||||
{ height: 120px; }
|
||||
|
||||
DIV#descriptionDiv DIV.fakeTextArea
|
||||
{ line-height: 1.5em;
|
||||
padding: 2px 4px;
|
||||
white-space: pre-wrap; }
|
||||
|
||||
#delegateEditor
|
||||
{ padding-bottom: 1em; }
|
||||
|
||||
#delegatedTo
|
||||
{ background-image: url("abcard.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 4px center;
|
||||
padding: 2px 2px 2px 24px;
|
||||
width: 260px; }
|
||||
|
||||
IMG#progressIndicator
|
||||
{ float: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
margin: 0 5px; }
|
||||
|
||||
Reference in New Issue
Block a user