Add icon for role NON-PARTICIPANT
This commit is contained in:
parent
51fe7c26fb
commit
0b07e01b15
4 changed files with 17 additions and 7 deletions
|
@ -441,7 +441,7 @@ a.miniColors-trigger {
|
|||
.event-attendees span.attendee {
|
||||
padding-right: 18px;
|
||||
margin-right: 0.5em;
|
||||
background: url(images/attendee-status.gif) right 0 no-repeat;
|
||||
background: url(images/attendee-status.png) right 0 no-repeat;
|
||||
}
|
||||
|
||||
.event-attendees span.attendee a.mailtolink {
|
||||
|
@ -467,7 +467,7 @@ a.miniColors-trigger {
|
|||
}
|
||||
|
||||
.event-attendees span.delegated {
|
||||
background-position: right -160px;
|
||||
background-position: right -180px;
|
||||
}
|
||||
|
||||
.event-attendees span.organizer {
|
||||
|
@ -789,7 +789,7 @@ td.topalign {
|
|||
.edit-attendees-table td.confirmstate span {
|
||||
display: block;
|
||||
width: 20px;
|
||||
background: url(images/attendee-status.gif) 5px 0 no-repeat;
|
||||
background: url(images/attendee-status.png) 5px 0 no-repeat;
|
||||
}
|
||||
|
||||
.edit-attendees-table td.confirmstate span.needs-action {
|
||||
|
@ -808,7 +808,7 @@ td.topalign {
|
|||
}
|
||||
|
||||
.edit-attendees-table td.confirmstate span.delegated {
|
||||
background-position: 5px -160px;
|
||||
background-position: 5px -180px;
|
||||
}
|
||||
|
||||
#attendees-freebusy-table {
|
||||
|
@ -840,7 +840,7 @@ td.topalign {
|
|||
|
||||
.attendees-list .attendee {
|
||||
padding: 4px 4px 4px 1px;
|
||||
background: url(images/attendee-status.gif) 2px -97px no-repeat;
|
||||
background: url(images/attendee-status.png) 2px -97px no-repeat;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
@ -868,10 +868,14 @@ td.topalign {
|
|||
background-position: 2px -117px;
|
||||
}
|
||||
|
||||
.attendees-list .chair {
|
||||
.attendees-list .non-participant {
|
||||
background-position: 2px -137px;
|
||||
}
|
||||
|
||||
.attendees-list .chair {
|
||||
background-position: 2px -157px;
|
||||
}
|
||||
|
||||
.attendees-list .loading {
|
||||
background: url(images/loading_blue.gif) 1px 50% no-repeat;
|
||||
}
|
||||
|
@ -1519,9 +1523,10 @@ div.calendar-invitebox .rsvp-status.loading {
|
|||
|
||||
div.calendar-invitebox .rsvp-status.declined,
|
||||
div.calendar-invitebox .rsvp-status.tentative,
|
||||
div.calendar-invitebox .rsvp-status.delegated,
|
||||
div.calendar-invitebox .rsvp-status.accepted {
|
||||
padding: 0 0 1px 22px;
|
||||
background: url(images/attendee-status.gif) 2px -20px no-repeat;
|
||||
background: url(images/attendee-status.png) 2px -20px no-repeat;
|
||||
}
|
||||
|
||||
div.calendar-invitebox .rsvp-status.declined {
|
||||
|
@ -1532,6 +1537,10 @@ div.calendar-invitebox .rsvp-status.tentative {
|
|||
background-position: 2px -60px;
|
||||
}
|
||||
|
||||
div.calendar-invitebox .rsvp-status.delegated {
|
||||
background-position: 2px -180px;
|
||||
}
|
||||
|
||||
/* iTIP attend reply page */
|
||||
|
||||
.calendaritipattend .centerbox {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
BIN
plugins/calendar/skins/larry/images/attendee-status.png
Normal file
BIN
plugins/calendar/skins/larry/images/attendee-status.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -182,6 +182,7 @@
|
|||
<span class="attendee organizer"><roundcube:label name="calendar.roleorganizer" /></span>
|
||||
<span class="attendee req-participant"><roundcube:label name="calendar.rolerequired" /></span>
|
||||
<span class="attendee opt-participant"><roundcube:label name="calendar.roleoptional" /></span>
|
||||
<span class="attendee non-participant"><roundcube:label name="calendar.rolenonparticipant" /></span>
|
||||
<span class="attendee chair"><roundcube:label name="calendar.rolechair" /></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue