~ubuntu-branches/ubuntu/precise/lightning-extension/precise

« back to all changes in this revision

Viewing changes to calendar/base/themes/winstripe/win-classic/lightning-toolbar.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-02-07 12:00:41 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120207120041-qo3fapzsweii9cra
Tags: 1.3~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_3b1_BUILD1)
* Drop 02_fix_system_libxul_build.patch - this is fixed upstream
* Add mozilla/mfbt to tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ***** BEGIN LICENSE BLOCK *****
 
2
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 
3
 *
 
4
 * The contents of this file are subject to the Mozilla Public License Version
 
5
 * 1.1 (the "License"); you may not use this file except in compliance with
 
6
 * the License. You may obtain a copy of the License at
 
7
 * http://www.mozilla.org/MPL/
 
8
 *
 
9
 * Software distributed under the License is distributed on an "AS IS" basis,
 
10
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 
11
 * for the specific language governing rights and limitations under the
 
12
 * License.
 
13
 *
 
14
 * The Original Code is Mozilla Calendar code.
 
15
 *
 
16
 * The Initial Developer of the Original Code is
 
17
 *   Philipp Kewisch <mozilla@kewis.ch>
 
18
 * Portions created by the Initial Developer are Copyright (C) 2010
 
19
 * the Initial Developer. All Rights Reserved.
 
20
 *
 
21
 * Contributor(s):
 
22
 *   Richard Marti <mozilla@paenglab.ch>
 
23
 *
 
24
 * Alternatively, the contents of this file may be used under the terms of
 
25
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 
26
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 
27
 * in which case the provisions of the GPL or the LGPL are applicable instead
 
28
 * of those above. If you wish to allow use of your version of this file only
 
29
 * under the terms of either the GPL or the LGPL, and not to allow others to
 
30
 * use your version of this file under the terms of the MPL, indicate your
 
31
 * decision by deleting the provisions above and replace them with the notice
 
32
 * and other provisions required by the GPL or the LGPL. If you do not delete
 
33
 * the provisions above, a recipient may use your version of this file under
 
34
 * the terms of any one of the MPL, the GPL or the LGPL.
 
35
 *
 
36
 * ***** END LICENSE BLOCK ***** */
 
37
 
 
38
/* Lightning "Calendar" Toolbarbutton */
 
39
#lightning-button-calendar {
 
40
    list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
 
41
    -moz-image-region: rect(0px 24px 24px 0px);
 
42
}
 
43
 
 
44
#lightning-button-calendar[disabled] {
 
45
    -moz-image-region: rect(48px 24px 72px 0px);
 
46
}
 
47
toolbar[iconsize="small"] #lightning-button-calendar {
 
48
    -moz-image-region: rect(0px 64px 16px 48px);
 
49
}
 
50
 
 
51
toolbar[iconsize="small"] #lightning-button-calendar[disabled] {
 
52
    -moz-image-region: rect(32px 64px 48px 48px);
 
53
}
 
54
 
 
55
/* Lightning "Tasks" Toolbarbutton */
 
56
#lightning-button-tasks {
 
57
    list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
 
58
    -moz-image-region: rect(0px 48px 24px 24px);
 
59
}
 
60
 
 
61
#lightning-button-tasks[disabled] {
 
62
    -moz-image-region: rect(48px 48px 72px 24px);
 
63
}
 
64
 
 
65
toolbar[iconsize="small"] #lightning-button-tasks {
 
66
    -moz-image-region: rect(0px 80px 16px 64px);
 
67
}
 
68
toolbar[iconsize="small"] #lightning-button-tasks[disabled] {
 
69
    -moz-image-region: rect(32px 80px 48px 64px);
 
70
}
 
71
 
 
72
/* Toolbar buttons */
 
73
 
 
74
.calbar-toolbarbutton-1 {
 
75
  list-style-image: url(chrome://calendar/skin/toolbar-large.png);
 
76
}
 
77
 
 
78
toolbar[iconsize="small"] .calbar-toolbarbutton-1 {
 
79
  list-style-image: url(chrome://calendar/skin/toolbar-small.png);
 
80
}
 
81
 
 
82
#calendar-synchronize-button,
 
83
#task-synchronize-button {
 
84
  -moz-image-region: rect(0px 648px 24px 624px);
 
85
}
 
86
 
 
87
#calendar-synchronize-button[disabled],
 
88
#task-synchronize-button[disabled] {
 
89
  -moz-image-region: rect(48px 648px 72px 624px);
 
90
}
 
91
 
 
92
toolbar[iconsize="small"] #calendar-synchronize-button,
 
93
toolbar[iconsize="small"] #task-synchronize-button {
 
94
  -moz-image-region: rect(0px 432px 16px 416px);
 
95
}
 
96
 
 
97
toolbar[iconsize="small"] #calendar-synchronize-button[disabled],
 
98
toolbar[iconsize="small"] #task-synchronize-button[disabled] {
 
99
  -moz-image-region: rect(32px 432px 48px 416px);
 
100
}
 
101
 
 
102
#calendar-newevent-button,
 
103
#task-newevent-button {
 
104
  -moz-image-region: rect(0px 24px 24px 0px);
 
105
}
 
106
 
 
107
#calendar-newevent-button[disabled],
 
108
#task-newevent-button[disabled] {
 
109
  -moz-image-region: rect(48px 24px 72px 0px);
 
110
}
 
111
 
 
112
toolbar[iconsize="small"] #calendar-newevent-button,
 
113
toolbar[iconsize="small"] #task-newevent-button {
 
114
  -moz-image-region: rect(0px 16px 16px 0px);
 
115
}
 
116
 
 
117
toolbar[iconsize="small"] #calendar-newevent-button[disabled],
 
118
toolbar[iconsize="small"] #task-newevent-button[disabled] {
 
119
  -moz-image-region: rect(32px 16px 48px 0px);
 
120
}
 
121
 
 
122
#calendar-newtask-button,
 
123
#task-newtask-button {
 
124
  -moz-image-region: rect(0px 384px 24px 360px);
 
125
}
 
126
 
 
127
#calendar-newtask-button[disabled],
 
128
#task-newtask-button[disabled] {
 
129
  -moz-image-region: rect(48px 384px 72px 360px);
 
130
}
 
131
 
 
132
toolbar[iconsize="small"] #calendar-newtask-button,
 
133
toolbar[iconsize="small"] #task-newtask-button {
 
134
  -moz-image-region: rect(0px 256px 16px 240px);
 
135
}
 
136
 
 
137
toolbar[iconsize="small"] #calendar-newtask-button[disabled],
 
138
toolbar[iconsize="small"] #task-newtask-button[disabled] {
 
139
  -moz-image-region: rect(32px 256px 48px 240px);
 
140
}
 
141
 
 
142
#calendar-edit-button,
 
143
#task-edit-button {
 
144
  -moz-image-region: rect(0px 48px 24px 24px);
 
145
}
 
146
 
 
147
#calendar-edit-button[disabled],
 
148
#task-edit-button[disabled] {
 
149
  -moz-image-region: rect(48px 48px 72px 24px);
 
150
}
 
151
 
 
152
toolbar[iconsize="small"] #calendar-edit-button,
 
153
toolbar[iconsize="small"] #task-edit-button {
 
154
  -moz-image-region: rect(0px 32px 16px 16px);
 
155
}
 
156
 
 
157
toolbar[iconsize="small"] #calendar-edit-button[disabled],
 
158
toolbar[iconsize="small"] #task-edit-button[disabled] {
 
159
  -moz-image-region: rect(32px 32px 48px 16px);
 
160
}
 
161
 
 
162
#calendar-delete-button,
 
163
#task-delete-button {
 
164
  -moz-image-region: rect(0px 72px 24px 48px);
 
165
}
 
166
 
 
167
#calendar-delete-button[disabled],
 
168
#task-delete-button[disabled] {
 
169
  -moz-image-region: rect(48px 72px 72px 48px);
 
170
}
 
171
 
 
172
toolbar[iconsize="small"] #calendar-delete-button,
 
173
toolbar[iconsize="small"] #task-delete-button {
 
174
  -moz-image-region: rect(0px 48px 16px 32px);
 
175
}
 
176
 
 
177
toolbar[iconsize="small"] #calendar-delete-button[disabled],
 
178
toolbar[iconsize="small"] #task-delete-button[disabled] {
 
179
  -moz-image-region: rect(32px 48px 48px 32px);
 
180
}
 
181
 
 
182
#calendar-goto-today-button {
 
183
  -moz-image-region: rect(0px 408px 24px 384px);
 
184
}
 
185
 
 
186
#calendar-goto-today-button[disabled] {
 
187
  -moz-image-region: rect(48px 408px 72px 384px);
 
188
}
 
189
 
 
190
toolbar[iconsize="small"] #calendar-goto-today-button {
 
191
  -moz-image-region: rect(0px 272px 16px 256px);
 
192
}
 
193
 
 
194
toolbar[iconsize="small"] #calendar-goto-today-button[disabled] {
 
195
  -moz-image-region: rect(32px 272px 48px 256px);
 
196
}
 
197
 
 
198
#calendar-print-button,
 
199
#task-print-button {
 
200
  -moz-image-region: rect(0px 360px 24px 336px);
 
201
}
 
202
 
 
203
#calendar-print-button[disabled],
 
204
#task-print-button[disabled] {
 
205
  -moz-image-region: rect(48px 360px 72px 336px);
 
206
}
 
207
 
 
208
toolbar[iconsize="small"] #calendar-print-button,
 
209
toolbar[iconsize="small"] #task-print-button {
 
210
  -moz-image-region: rect(0px 240px 16px 224px);
 
211
}
 
212
 
 
213
toolbar[iconsize="small"] #calendar-print-button[disabled],
 
214
toolbar[iconsize="small"] #task-print-button[disabled] {
 
215
  -moz-image-region: rect(32px 240px 48px 224px);
 
216
}