mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 04:18:51 +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:
@@ -124,7 +124,8 @@ A#attendeesHref
|
||||
DIV#attendeesMenu LI
|
||||
{ padding-left: 10px; }
|
||||
|
||||
DIV#attendeesMenu .attendee
|
||||
DIV#attendeesMenu .attendee,
|
||||
DIV#attendeesMenu DIV
|
||||
{ background-repeat: no-repeat;
|
||||
background-position: 5px center;
|
||||
padding-left: 22px; }
|
||||
@@ -138,10 +139,12 @@ DIV#attendeesMenu .needs-action
|
||||
DIV#attendeesMenu .declined
|
||||
{ background-image: url("declined.png"); }
|
||||
|
||||
DIV#attendeesMenu .delegated
|
||||
{ background-image: url("delegated.png"); }
|
||||
|
||||
DIV#attendeesMenu .delegate
|
||||
{ margin-left: 10px; }
|
||||
|
||||
/* read-only view */
|
||||
DIV#attendeesMenu DIV
|
||||
{ cursor: pointer;
|
||||
padding-left: 20px; }
|
||||
|
||||
DIV#attendeesMenu DIV:hover
|
||||
{ text-decoration: underline; }
|
||||
{ padding-left: 20px; }
|
||||
|
||||
Reference in New Issue
Block a user