skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Mon Jan 12 16:43:02 CET 2015


 skins/chameleon/styles.less |   27 ++-------------------------
 1 file changed, 2 insertions(+), 25 deletions(-)

New commits:
commit 25d11fbf648f752abb86f05bd52a4d3831dcbc8a
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 12 16:42:57 2015 +0100

    Fix attendee status icons (#4139)

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 99ea1c7..9666f5a 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -2325,6 +2325,8 @@ input.button.delete:hover {
 #task-partstat .changersvp,
 .task-attendees span.attendee,
 .event-attendees span.attendee,
+.attendees-list .attendee,
+.event-attendees span.organizer,
 .edit-attendees-table td.confirmstate span,
 div.calendar-invitebox .rsvp-status.declined,
 div.calendar-invitebox .rsvp-status.tentative,
@@ -2339,11 +2341,6 @@ div.tasklist-invitebox .rsvp-status.needs-action {
 	background-image: url(images/attendee-status.png);
 }
 
-.attendees-list .attendee,
-.event-attendees span.organizer {
-	background: url(images/listicons.png) 0 -2040px no-repeat;
-}
-
 .attendees-list span.attendee {
 	display: inline-block;
 	line-height: 14px;
@@ -2362,26 +2359,6 @@ div.tasklist-invitebox .rsvp-status.needs-action {
 	line-height: 15px;
 }
 
-.attendees-list .organizer {
-	background-position: -30px -2020px;
-}
-
-.event-attendees span.organizer {
-	background-position: right -2024px;
-}
-
-.attendees-list .opt-participant {
-	background-position: 0 -2060px;
-}
-
-.attendees-list .non-participant {
-	background-position: 0 -2080px;
-}
-
-.attendees-list .chair {
-	background-position: 0 -2100px;
-}
-
 .attendees-list .spacer,
 .attendees-list .total {
 	background: none;




More information about the commits mailing list