~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-updates

« back to all changes in this revision

Viewing changes to calendar/base/themes/common/calendar-attendees.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-xpf89hktfitzuqc3
Tags: 1.9+build1-0ubuntu0.11.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3
3
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
 
5
 
.status-icon > .menu-iconic-left, .role-icon > .menu-iconic-left {
 
5
.status-icon > .menu-iconic-left,
 
6
.role-icon > .menu-iconic-left,
 
7
.usertype-icon > .menu-iconic-left {
6
8
    visibility: inherit;
7
9
}
8
10
 
81
83
.role-icon[role="NON-PARTICIPANT"][disabled="true"] {
82
84
    -moz-image-region: rect(0px 222px 16px 201px);
83
85
}
 
86
 
 
87
.usertype-icon,
 
88
.usertype-icon[cutype="INDIVIDUAL"] {
 
89
    margin: 0 3px;
 
90
    list-style-image: url(chrome://calendar/skin/attendee-icons.png);
 
91
    -moz-image-region: rect(0px 16px 16px 0px);
 
92
}
 
93
.usertype-icon[disabled="true"],
 
94
.usertype-icon[cutype="INDIVIDUAL"][disabled="true"] {
 
95
    -moz-image-region: rect(16px 16px 32px 0px);
 
96
}
 
97
 
 
98
.usertype-icon[cutype="GROUP"] {
 
99
    -moz-image-region: rect(0px 32px 16px 16px);
 
100
}
 
101
.usertype-icon[cutype="GROUP"][disabled="true"] {
 
102
    -moz-image-region: rect(16px 32px 32px 16px);
 
103
}
 
104
 
 
105
.usertype-icon[cutype="RESOURCE"] {
 
106
    -moz-image-region: rect(0px 48px 16px 32px);
 
107
}
 
108
.usertype-icon[cutype="RESOURCE"][disabled="true"] {
 
109
    -moz-image-region: rect(16px 48px 32px 32px);
 
110
}
 
111
 
 
112
.usertype-icon[cutype="ROOM"] {
 
113
    -moz-image-region: rect(0px 64px 16px 48px);
 
114
}
 
115
.usertype-icon[cutype="ROOM"][disabled="true"] {
 
116
    -moz-image-region: rect(16px 64px 32px 48px);
 
117
}