mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 19:42:48 +00:00
Monotone-Parent: e80fcb63581735f3366500b850eb549e8db6292f
Monotone-Revision: cba2c1a4663c3def7a5d54e73def008d13226f40 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-12-12T17:48:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,6 +19,7 @@ DIV#freeBusyView
|
||||
top: 2em;
|
||||
bottom: 14.5em;
|
||||
left: 13em;
|
||||
right: 0px;
|
||||
overflow: auto;
|
||||
border-top: 2px solid #222;
|
||||
border-left: 2px solid #222;
|
||||
@@ -58,7 +59,7 @@ TABLE#freeBusy TD.attendees IMG
|
||||
top: 0.5em; }
|
||||
|
||||
TABLE#freeBusy TD.attendees INPUT
|
||||
{ background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
|
||||
{ background-image: url("abcard.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px center;
|
||||
width: 11.5em;
|
||||
@@ -66,6 +67,27 @@ TABLE#freeBusy TD.attendees INPUT
|
||||
padding-left: 24px;
|
||||
margin-left: 5px; }
|
||||
|
||||
TABLE#freeBusy TR.needs-action TD.attendees
|
||||
{ background-image: url("needs-action.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center; }
|
||||
|
||||
TABLE#freeBusy TR.declined TD.attendees
|
||||
{ background-image: url("declined.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center; }
|
||||
|
||||
TABLE#freeBusy TR.accepted TD.attendees
|
||||
{ background-image: url("accepted.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center; }
|
||||
|
||||
TABLE#freeBusy TR.needs-action INPUT,
|
||||
TABLE#freeBusy TR.accepted INPUT,
|
||||
TABLE#freeBusy TR.declined INPUT
|
||||
{ margin-left: 1.5em;
|
||||
width: 10em; }
|
||||
|
||||
TABLE#freeBusy TR.futureAttendee INPUT
|
||||
{ background-image: none; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user