batch-rails-4 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/app/assets/stylesheets/batch-webfont-ie7.scss +1049 -0
- data/app/assets/stylesheets/batch-webfont.scss +1 -1
- data/lib/batch-rails-4/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01647055ea875579edf3357fe7a5aefa7623c677
|
4
|
+
data.tar.gz: f701f0b8504a8b1d61067b069fea8eb929a76ee2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30f90fdde44278766f494490534a8ee1dd8f100e58e7cd255d54a3f41ffab9f9a28200fa59d97e8f5a64886ab5845c728874cd652115ef34e329bc8de7c54f6f
|
7
|
+
data.tar.gz: ca11e69c6820ec6142d52a9a7af874a586ec8522c108e758fb8af805d05c49fcd58e1fe2d67474511a3ffc00346b7b7646be474241f846e490d813007f7cd0a3
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
batch-rails-4
|
1
|
+
batch-rails-4 [![Code Climate](https://codeclimate.com/github/zethussuen/batch-rails-4.png)](https://codeclimate.com/github/zethussuen/batch-rails-4)
|
2
2
|
=============
|
3
3
|
Batch (@AdamWhitcroft) Webfont Integration for Rails 4.x
|
4
4
|
|
@@ -8,6 +8,6 @@ For usage, please refer to the gh-page: http://zethussuen.github.io/batch-rails-
|
|
8
8
|
|
9
9
|
Changelog
|
10
10
|
=============
|
11
|
-
0.2.2: Fixed batch-home icon class typo
|
11
|
+
0.2.2: Fixed batch-home icon class typo
|
12
12
|
0.2.1: removed duplicate classes, changed to use sass font-url() for production environments
|
13
13
|
0.2.0: updated font-typos, removed empty dir's
|
@@ -0,0 +1,1049 @@
|
|
1
|
+
/*!
|
2
|
+
* Batch Webfont 1.3 for Internet Explorer 7
|
3
|
+
* -------------------------------------------------------
|
4
|
+
* Icon source: @AdamWhitcroft
|
5
|
+
* http://adamwhitcroft.com/batch/
|
6
|
+
*
|
7
|
+
* License
|
8
|
+
* -------------------------------------------------------
|
9
|
+
* http://adamwhitcroft.com/batch/license/
|
10
|
+
*
|
11
|
+
* CSS
|
12
|
+
* -------------------------------------------------------
|
13
|
+
* Author: @zethussuen
|
14
|
+
*/
|
15
|
+
/* FONT PATH
|
16
|
+
* -------------------------- */
|
17
|
+
|
18
|
+
a [class^="batch-"],
|
19
|
+
a [class*=" batch-"] {
|
20
|
+
cursor: pointer;
|
21
|
+
}
|
22
|
+
|
23
|
+
/* Batch Unicode */
|
24
|
+
.batch-speech-left {
|
25
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
26
|
+
}
|
27
|
+
.batch-speech-middle {
|
28
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
29
|
+
}
|
30
|
+
.batch-speech-right {
|
31
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
32
|
+
}
|
33
|
+
.batch-speech-text-left {
|
34
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
35
|
+
}
|
36
|
+
.batch-speech-text-middle {
|
37
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
38
|
+
}
|
39
|
+
.batch-speech-text-right {
|
40
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
41
|
+
}
|
42
|
+
.batch-speech-text-alt-left {
|
43
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
44
|
+
}
|
45
|
+
.batch-speech-text-alt-middle {
|
46
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
47
|
+
}
|
48
|
+
.batch-speech-text-alt-right {
|
49
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
50
|
+
}
|
51
|
+
.batch-speech-chat-left {
|
52
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
53
|
+
}
|
54
|
+
.batch-speech-chat-right {
|
55
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
56
|
+
}
|
57
|
+
.batch-browser {
|
58
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
59
|
+
}
|
60
|
+
.batch-browser-new {
|
61
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
62
|
+
}
|
63
|
+
.batch-browser-close {
|
64
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
65
|
+
}
|
66
|
+
.batch-browser-quit {
|
67
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
68
|
+
}
|
69
|
+
.batch-browser-upload {
|
70
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
71
|
+
}
|
72
|
+
.batch-browser-download {
|
73
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
74
|
+
}
|
75
|
+
.batch-browser-terminal {
|
76
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
77
|
+
}
|
78
|
+
.batch-browser-windows {
|
79
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
80
|
+
}
|
81
|
+
.batch-browser-alt {
|
82
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
83
|
+
}
|
84
|
+
.batch-browser-alt-new {
|
85
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
86
|
+
}
|
87
|
+
.batch-browser-alt-close {
|
88
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
89
|
+
}
|
90
|
+
.batch-browser-alt-quit {
|
91
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
92
|
+
}
|
93
|
+
.batch-browser-alt-upload {
|
94
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
95
|
+
}
|
96
|
+
.batch-browser-alt-download {
|
97
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
98
|
+
}
|
99
|
+
.batch-browser-alt-terminal {
|
100
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
101
|
+
}
|
102
|
+
.batch-browser-alt-windows {
|
103
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
104
|
+
}
|
105
|
+
.batch-plus {
|
106
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
107
|
+
}
|
108
|
+
.batch-minus {
|
109
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
110
|
+
}
|
111
|
+
.batch-marquee {
|
112
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
113
|
+
}
|
114
|
+
.batch-marquee-plus {
|
115
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
116
|
+
}
|
117
|
+
.batch-marquee-minus {
|
118
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
119
|
+
}
|
120
|
+
.batch-marquee-upload {
|
121
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
122
|
+
}
|
123
|
+
.batch-marquee-download {
|
124
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
125
|
+
}
|
126
|
+
.batch-marquee-upload {
|
127
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
128
|
+
}
|
129
|
+
.batch-box {
|
130
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
131
|
+
}
|
132
|
+
.batch-grid {
|
133
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
134
|
+
}
|
135
|
+
.batch-grid-alt {
|
136
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
137
|
+
}
|
138
|
+
.batch-list {
|
139
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
140
|
+
}
|
141
|
+
.batch-list-alt {
|
142
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
143
|
+
}
|
144
|
+
.batch-in {
|
145
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
146
|
+
}
|
147
|
+
.batch-out {
|
148
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
149
|
+
}
|
150
|
+
.batch-inbox {
|
151
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
152
|
+
}
|
153
|
+
.batch-outbox {
|
154
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
155
|
+
}
|
156
|
+
.batch-outgoing {
|
157
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
158
|
+
}
|
159
|
+
.batch-align-justify {
|
160
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
161
|
+
}
|
162
|
+
.batch-align-left {
|
163
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
164
|
+
}
|
165
|
+
.batch-align-center {
|
166
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
167
|
+
}
|
168
|
+
.batch-align-right {
|
169
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
170
|
+
}
|
171
|
+
.batch-align-justify-alt {
|
172
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
173
|
+
}
|
174
|
+
.batch-align-left-alt {
|
175
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
176
|
+
}
|
177
|
+
.batch-align-center-alt {
|
178
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
179
|
+
}
|
180
|
+
.batch-align-right-alt {
|
181
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
182
|
+
}
|
183
|
+
.batch-mute {
|
184
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
185
|
+
}
|
186
|
+
.batch-audio-low {
|
187
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
188
|
+
}
|
189
|
+
.batch-audio-mid {
|
190
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
191
|
+
}
|
192
|
+
.batch-audio-high {
|
193
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
194
|
+
}
|
195
|
+
.batch-bright {
|
196
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
197
|
+
}
|
198
|
+
.batch-dim {
|
199
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
200
|
+
}
|
201
|
+
.batch-contrast {
|
202
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
203
|
+
}
|
204
|
+
.batch-image {
|
205
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
206
|
+
}
|
207
|
+
.batch-video {
|
208
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
209
|
+
}
|
210
|
+
.batch-video-alt {
|
211
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
212
|
+
}
|
213
|
+
.batch-user {
|
214
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
215
|
+
}
|
216
|
+
.batch-user-alt {
|
217
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
218
|
+
}
|
219
|
+
.batch-users {
|
220
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
221
|
+
}
|
222
|
+
.batch-user-circle {
|
223
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
224
|
+
}
|
225
|
+
.batch-user-card {
|
226
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
227
|
+
}
|
228
|
+
.batch-user-card-alt {
|
229
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
230
|
+
}
|
231
|
+
.batch-heart-fill {
|
232
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
233
|
+
}
|
234
|
+
.batch-heart-half {
|
235
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
236
|
+
}
|
237
|
+
.batch-heart {
|
238
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
239
|
+
}
|
240
|
+
.batch-cog {
|
241
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
242
|
+
}
|
243
|
+
.batch-cog-alt {
|
244
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
245
|
+
}
|
246
|
+
.batch-cogs {
|
247
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
248
|
+
}
|
249
|
+
.batch-flask {
|
250
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
251
|
+
}
|
252
|
+
.batch-flask-alt {
|
253
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
254
|
+
}
|
255
|
+
.batch-switch-on {
|
256
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
257
|
+
}
|
258
|
+
.batch-switch-off {
|
259
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
260
|
+
}
|
261
|
+
.batch-toggle-on {
|
262
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
263
|
+
}
|
264
|
+
.batch-toggle-off {
|
265
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
266
|
+
}
|
267
|
+
.batch-trash {
|
268
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
269
|
+
}
|
270
|
+
.batch-trash-alt {
|
271
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
272
|
+
}
|
273
|
+
.batch-floppy {
|
274
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
275
|
+
}
|
276
|
+
.batch-floppy-alt {
|
277
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
278
|
+
}
|
279
|
+
.batch-notes {
|
280
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
281
|
+
}
|
282
|
+
.batch-calendar {
|
283
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
284
|
+
}
|
285
|
+
.batch-reminder {
|
286
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
287
|
+
}
|
288
|
+
.batch-clipboard {
|
289
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
290
|
+
}
|
291
|
+
.batch-clipboard-alt {
|
292
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
293
|
+
}
|
294
|
+
.batch-terminal {
|
295
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
296
|
+
}
|
297
|
+
.batch-code {
|
298
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
299
|
+
}
|
300
|
+
.batch-code-alt {
|
301
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
302
|
+
}
|
303
|
+
.batch-curlybraces {
|
304
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
305
|
+
}
|
306
|
+
.batch-brackets {
|
307
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
308
|
+
}
|
309
|
+
.batch-cmd {
|
310
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
311
|
+
}
|
312
|
+
.batch-infinity {
|
313
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
314
|
+
}
|
315
|
+
.batch-tilde {
|
316
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
317
|
+
}
|
318
|
+
.batch-power {
|
319
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
320
|
+
}
|
321
|
+
.batch-keys {
|
322
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
323
|
+
}
|
324
|
+
.batch-mixer {
|
325
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
326
|
+
}
|
327
|
+
.batch-wave {
|
328
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
329
|
+
}
|
330
|
+
.batch-wave-alt {
|
331
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
332
|
+
}
|
333
|
+
.batch-vinyl {
|
334
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
335
|
+
}
|
336
|
+
.batch-spool {
|
337
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
338
|
+
}
|
339
|
+
.batch-casette {
|
340
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
341
|
+
}
|
342
|
+
.batch-voicemail {
|
343
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
344
|
+
}
|
345
|
+
.batch-microphone {
|
346
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
347
|
+
}
|
348
|
+
.batch-microphone-alt {
|
349
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
350
|
+
}
|
351
|
+
.batch-bullhorn {
|
352
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
353
|
+
}
|
354
|
+
.batch-bullhorn-alt {
|
355
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
356
|
+
}
|
357
|
+
.batch-headset {
|
358
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
359
|
+
}
|
360
|
+
.batch-camera-fill {
|
361
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
362
|
+
}
|
363
|
+
.batch-camera {
|
364
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
365
|
+
}
|
366
|
+
.batch-camera-alt {
|
367
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
368
|
+
}
|
369
|
+
.batch-pin {
|
370
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
371
|
+
}
|
372
|
+
.batch-pin-alt {
|
373
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
374
|
+
}
|
375
|
+
.batch-map {
|
376
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
377
|
+
}
|
378
|
+
.batch-map-alt {
|
379
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
380
|
+
}
|
381
|
+
.batch-rolodex {
|
382
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
383
|
+
}
|
384
|
+
.batch-battery-100 {
|
385
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
386
|
+
}
|
387
|
+
.batch-battery-80 {
|
388
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
389
|
+
}
|
390
|
+
.batch-battery-60 {
|
391
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
392
|
+
}
|
393
|
+
.batch-battery-40 {
|
394
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
395
|
+
}
|
396
|
+
.batch-battery-20 {
|
397
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
398
|
+
}
|
399
|
+
.batch-battery-0 {
|
400
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
401
|
+
}
|
402
|
+
.batch-battery-charge {
|
403
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
404
|
+
}
|
405
|
+
.batch-battery-alt-100 {
|
406
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
407
|
+
}
|
408
|
+
.batch-battery-alt-80 {
|
409
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
410
|
+
}
|
411
|
+
.batch-battery-alt-60 {
|
412
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
413
|
+
}
|
414
|
+
.batch-battery-alt-40 {
|
415
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
416
|
+
}
|
417
|
+
.batch-battery-alt-20 {
|
418
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
419
|
+
}
|
420
|
+
.batch-battery-alt-0 {
|
421
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
422
|
+
}
|
423
|
+
.batch-battery-alt-charge {
|
424
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
425
|
+
}
|
426
|
+
.batch-clock {
|
427
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
428
|
+
}
|
429
|
+
.batch-flux {
|
430
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
431
|
+
}
|
432
|
+
.batch-sleep {
|
433
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
434
|
+
}
|
435
|
+
.batch-nope {
|
436
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
437
|
+
}
|
438
|
+
.batch-search {
|
439
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
440
|
+
}
|
441
|
+
.batch-zoomin {
|
442
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
443
|
+
}
|
444
|
+
.batch-zoomout {
|
445
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
446
|
+
}
|
447
|
+
.batch-search-alt {
|
448
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
449
|
+
}
|
450
|
+
.batch-zoomin-alt {
|
451
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
452
|
+
}
|
453
|
+
.batch-zoomout-alt {
|
454
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
455
|
+
}
|
456
|
+
.batch-eye {
|
457
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
458
|
+
}
|
459
|
+
.batch-eye-alt {
|
460
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
461
|
+
}
|
462
|
+
.batch-wifi-low {
|
463
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
464
|
+
}
|
465
|
+
.batch-wifi-half {
|
466
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
467
|
+
}
|
468
|
+
.batch-wifi-high {
|
469
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
470
|
+
}
|
471
|
+
.batch-expand {
|
472
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
473
|
+
}
|
474
|
+
.batch-contract {
|
475
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
476
|
+
}
|
477
|
+
.batch-expand-alt {
|
478
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
479
|
+
}
|
480
|
+
.batch-contract-alt {
|
481
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
482
|
+
}
|
483
|
+
.batch-expand-alt-2 {
|
484
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
485
|
+
}
|
486
|
+
.batch-maximize {
|
487
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
488
|
+
}
|
489
|
+
.batch-contract-alt-2 {
|
490
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
491
|
+
}
|
492
|
+
.batch-menu-down {
|
493
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
494
|
+
}
|
495
|
+
.batch-menu-up {
|
496
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
497
|
+
}
|
498
|
+
.batch-menu {
|
499
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
500
|
+
}
|
501
|
+
.batch-menu-alt {
|
502
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
503
|
+
}
|
504
|
+
.batch-tag {
|
505
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
506
|
+
}
|
507
|
+
.batch-tag-alt {
|
508
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
509
|
+
}
|
510
|
+
.batch-tagged {
|
511
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
512
|
+
}
|
513
|
+
.batch-tagged-alt {
|
514
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
515
|
+
}
|
516
|
+
.batch-refresh {
|
517
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
518
|
+
}
|
519
|
+
.batch-repeat {
|
520
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
521
|
+
}
|
522
|
+
.batch-repeat-alt {
|
523
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
524
|
+
}
|
525
|
+
.batch-shuffle {
|
526
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
527
|
+
}
|
528
|
+
.batch-return {
|
529
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
530
|
+
}
|
531
|
+
.batch-wiggle {
|
532
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
533
|
+
}
|
534
|
+
.batch-split {
|
535
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
536
|
+
}
|
537
|
+
.batch-split-alt {
|
538
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
539
|
+
}
|
540
|
+
.batch-merge {
|
541
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
542
|
+
}
|
543
|
+
.batch-swap {
|
544
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
545
|
+
}
|
546
|
+
.batch-swap-alt {
|
547
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
548
|
+
}
|
549
|
+
.batch-transfer {
|
550
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
551
|
+
}
|
552
|
+
.batch-crate {
|
553
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
554
|
+
}
|
555
|
+
.batch-crate-inbox {
|
556
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
557
|
+
}
|
558
|
+
.batch-crate-outbox {
|
559
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
560
|
+
}
|
561
|
+
.batch-key {
|
562
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
563
|
+
}
|
564
|
+
.batch-key-alt {
|
565
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
566
|
+
}
|
567
|
+
.batch-lock {
|
568
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
569
|
+
}
|
570
|
+
.batch-unlocked {
|
571
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
572
|
+
}
|
573
|
+
.batch-safe {
|
574
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
575
|
+
}
|
576
|
+
.batch-spinner {
|
577
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
578
|
+
}
|
579
|
+
.batch-spinner-alt {
|
580
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
581
|
+
}
|
582
|
+
.batch-spinner-alt-thick {
|
583
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
584
|
+
}
|
585
|
+
.batch-stamp {
|
586
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
587
|
+
}
|
588
|
+
.batch-stamp-alt {
|
589
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
590
|
+
}
|
591
|
+
.batch-mail {
|
592
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
593
|
+
}
|
594
|
+
.batch-mail-alt {
|
595
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
596
|
+
}
|
597
|
+
.batch-mail-frame {
|
598
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
599
|
+
}
|
600
|
+
.batch-addressbook {
|
601
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
602
|
+
}
|
603
|
+
.batch-addressbook-alt {
|
604
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
605
|
+
}
|
606
|
+
.batch-book {
|
607
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
608
|
+
}
|
609
|
+
.batch-book-lines {
|
610
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
611
|
+
}
|
612
|
+
.batch-book-alt {
|
613
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
614
|
+
}
|
615
|
+
.batch-book-alt-lines {
|
616
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
617
|
+
}
|
618
|
+
.batch-paperroll {
|
619
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
620
|
+
}
|
621
|
+
.batch-paperroll-alt {
|
622
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
623
|
+
}
|
624
|
+
.batch-paper-ripped {
|
625
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
626
|
+
}
|
627
|
+
.batch-database {
|
628
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
629
|
+
}
|
630
|
+
.batch-database-add {
|
631
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
632
|
+
}
|
633
|
+
.batch-database-drop {
|
634
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
635
|
+
}
|
636
|
+
.batch-support {
|
637
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
638
|
+
}
|
639
|
+
.batch-support-alt {
|
640
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
641
|
+
}
|
642
|
+
.batch-support-alt-2 {
|
643
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
644
|
+
}
|
645
|
+
.batch-podcast {
|
646
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
647
|
+
}
|
648
|
+
.batch-podcast-alt {
|
649
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
650
|
+
}
|
651
|
+
.batch-folder {
|
652
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿠"')
|
653
|
+
}
|
654
|
+
.batch-folder-add {
|
655
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿡"')
|
656
|
+
}
|
657
|
+
.batch-folder-delete {
|
658
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿢"')
|
659
|
+
}
|
660
|
+
.batch-folders {
|
661
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿣"')
|
662
|
+
}
|
663
|
+
.batch-folder-alt {
|
664
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿤"')
|
665
|
+
}
|
666
|
+
.batch-folder-alt-add {
|
667
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿥"')
|
668
|
+
}
|
669
|
+
.batch-folder-alt-delete {
|
670
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿦"')
|
671
|
+
}
|
672
|
+
.batch-folders-alt {
|
673
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿧"')
|
674
|
+
}
|
675
|
+
.batch-cloud {
|
676
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿨"')
|
677
|
+
}
|
678
|
+
.batch-cloud-upload {
|
679
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿩"')
|
680
|
+
}
|
681
|
+
.batch-cloud-download {
|
682
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿪"')
|
683
|
+
}
|
684
|
+
.batch-cloud-add {
|
685
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿫"')
|
686
|
+
}
|
687
|
+
.batch-cloud-delete {
|
688
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿬"')
|
689
|
+
}
|
690
|
+
.batch-cloud-alt-add {
|
691
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿭"')
|
692
|
+
}
|
693
|
+
.batch-cloud-alt-delete {
|
694
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'࿮"')
|
695
|
+
}
|
696
|
+
.batch-store {
|
697
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ༀ"')
|
698
|
+
}
|
699
|
+
.batch-store-alt {
|
700
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༁"')
|
701
|
+
}
|
702
|
+
.batch-card {
|
703
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༂"')
|
704
|
+
}
|
705
|
+
.batch-card-fill {
|
706
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༃"')
|
707
|
+
}
|
708
|
+
.batch-card-alt {
|
709
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༄"')
|
710
|
+
}
|
711
|
+
.batch-card-fill-alt {
|
712
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༅"')
|
713
|
+
}
|
714
|
+
.batch-wallet {
|
715
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༆"')
|
716
|
+
}
|
717
|
+
.batch-wallet-alt {
|
718
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༇"')
|
719
|
+
}
|
720
|
+
.batch-newspaper-lines {
|
721
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༈"')
|
722
|
+
}
|
723
|
+
.batch-newspaper {
|
724
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༉"')
|
725
|
+
}
|
726
|
+
.batch-document {
|
727
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༊"')
|
728
|
+
}
|
729
|
+
.batch-document-add {
|
730
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'་"')
|
731
|
+
}
|
732
|
+
.batch-document-delete {
|
733
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༌"')
|
734
|
+
}
|
735
|
+
.batch-clip {
|
736
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'།"')
|
737
|
+
}
|
738
|
+
.batch-clip-alt {
|
739
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༎"')
|
740
|
+
}
|
741
|
+
.batch-align-topedges {
|
742
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༐"')
|
743
|
+
}
|
744
|
+
.batch-align-verticalcenters {
|
745
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༑"')
|
746
|
+
}
|
747
|
+
.batch-align-bottomedges {
|
748
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༒"')
|
749
|
+
}
|
750
|
+
.batch-align-leftedges {
|
751
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༓"')
|
752
|
+
}
|
753
|
+
.batch-align-horizontalcenters {
|
754
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༔"')
|
755
|
+
}
|
756
|
+
.batch-align-rightedges {
|
757
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༕"')
|
758
|
+
}
|
759
|
+
.batch-distribute-topedges {
|
760
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༖"')
|
761
|
+
}
|
762
|
+
.batch-distribute-verticalcenters {
|
763
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༗"')
|
764
|
+
}
|
765
|
+
.batch-distribute-bottomedges {
|
766
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༘"')
|
767
|
+
}
|
768
|
+
.batch-distribute-leftedges {
|
769
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༙"')
|
770
|
+
}
|
771
|
+
.batch-distribute-rightedges {
|
772
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༚"')
|
773
|
+
}
|
774
|
+
.batch-distribute-horizontalcenters {
|
775
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༛"')
|
776
|
+
}
|
777
|
+
.batch-unite {
|
778
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༜"')
|
779
|
+
}
|
780
|
+
.batch-subtract {
|
781
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༝"')
|
782
|
+
}
|
783
|
+
.batch-intersect {
|
784
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༞"')
|
785
|
+
}
|
786
|
+
.batch-exclude {
|
787
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༠"')
|
788
|
+
}
|
789
|
+
.batch-sidebar-left {
|
790
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༡"')
|
791
|
+
}
|
792
|
+
.batch-sidebar-both {
|
793
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༢"')
|
794
|
+
}
|
795
|
+
.batch-sidebar-right {
|
796
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༣"')
|
797
|
+
}
|
798
|
+
.batch-content-left {
|
799
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༤"')
|
800
|
+
}
|
801
|
+
.batch-content-right {
|
802
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༥"')
|
803
|
+
}
|
804
|
+
.batch-content-left-alt {
|
805
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༦"')
|
806
|
+
}
|
807
|
+
.batch-content-right-alt {
|
808
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༧"')
|
809
|
+
}
|
810
|
+
.batch-rulers {
|
811
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༨"')
|
812
|
+
}
|
813
|
+
.batch-swatch {
|
814
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༩"')
|
815
|
+
}
|
816
|
+
.batch-swatches {
|
817
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༪"')
|
818
|
+
}
|
819
|
+
.batch-crop {
|
820
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༫"')
|
821
|
+
}
|
822
|
+
.batch-bulb {
|
823
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༬"')
|
824
|
+
}
|
825
|
+
.batch-bulb-alt {
|
826
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༭"')
|
827
|
+
}
|
828
|
+
.batch-ink {
|
829
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༮"')
|
830
|
+
}
|
831
|
+
.batch-printer {
|
832
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༰"')
|
833
|
+
}
|
834
|
+
.batch-printer-alt {
|
835
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༱"')
|
836
|
+
}
|
837
|
+
.batch-bell {
|
838
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༲"')
|
839
|
+
}
|
840
|
+
.batch-bell-alt {
|
841
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༳"')
|
842
|
+
}
|
843
|
+
.batch-bell-silent {
|
844
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༴"')
|
845
|
+
}
|
846
|
+
.batch-bell-alt-silent {
|
847
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༵"')
|
848
|
+
}
|
849
|
+
.batch-pen {
|
850
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༶"')
|
851
|
+
}
|
852
|
+
.batch-featherpen {
|
853
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༷"')
|
854
|
+
}
|
855
|
+
.batch-feather {
|
856
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༸"')
|
857
|
+
}
|
858
|
+
.batch-pencil {
|
859
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༹"')
|
860
|
+
}
|
861
|
+
.batch-marker {
|
862
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༺"')
|
863
|
+
}
|
864
|
+
.batch-featherpen-alt {
|
865
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༻"')
|
866
|
+
}
|
867
|
+
.batch-feather-alt {
|
868
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༼"')
|
869
|
+
}
|
870
|
+
.batch-pencil-alt {
|
871
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༽"')
|
872
|
+
}
|
873
|
+
.batch-marker-alt {
|
874
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'༾"')
|
875
|
+
}
|
876
|
+
.batch-dot {
|
877
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཀ"')
|
878
|
+
}
|
879
|
+
.batch-dots {
|
880
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཁ"')
|
881
|
+
}
|
882
|
+
.batch-timeline {
|
883
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ག"')
|
884
|
+
}
|
885
|
+
.batch-link {
|
886
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'གྷ"')
|
887
|
+
}
|
888
|
+
.batch-link-alt {
|
889
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ང"')
|
890
|
+
}
|
891
|
+
.batch-anchor {
|
892
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཅ"')
|
893
|
+
}
|
894
|
+
.batch-asterisk {
|
895
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཆ"')
|
896
|
+
}
|
897
|
+
.batch-compass {
|
898
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཇ"')
|
899
|
+
}
|
900
|
+
.batch-arrow-up {
|
901
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'཈"')
|
902
|
+
}
|
903
|
+
.batch-arrow-down {
|
904
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཉ"')
|
905
|
+
}
|
906
|
+
.batch-arrow-left {
|
907
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཊ"')
|
908
|
+
}
|
909
|
+
.batch-arrow-right {
|
910
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཋ"')
|
911
|
+
}
|
912
|
+
.batch-positive {
|
913
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཌ"')
|
914
|
+
}
|
915
|
+
.batch-negative {
|
916
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཌྷ"')
|
917
|
+
}
|
918
|
+
.batch-remove {
|
919
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཎ"')
|
920
|
+
}
|
921
|
+
.batch-email {
|
922
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཐ"')
|
923
|
+
}
|
924
|
+
.batch-ampersand {
|
925
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ད"')
|
926
|
+
}
|
927
|
+
.batch-envelope {
|
928
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'དྷ"')
|
929
|
+
}
|
930
|
+
.batch-envelope-send {
|
931
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ན"')
|
932
|
+
}
|
933
|
+
.batch-envelope-receive {
|
934
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'པ"')
|
935
|
+
}
|
936
|
+
.batch-trash {
|
937
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཕ"')
|
938
|
+
}
|
939
|
+
.batch-outgoing-alt {
|
940
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'བ"')
|
941
|
+
}
|
942
|
+
.batch-reply-all {
|
943
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'བྷ"')
|
944
|
+
}
|
945
|
+
.batch-reply {
|
946
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'མ"')
|
947
|
+
}
|
948
|
+
.batch-share {
|
949
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཙ"')
|
950
|
+
}
|
951
|
+
.batch-bang-alt {
|
952
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཚ"')
|
953
|
+
}
|
954
|
+
.batch-bang {
|
955
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཛ"')
|
956
|
+
}
|
957
|
+
.batch-star-alt {
|
958
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཛྷ"')
|
959
|
+
}
|
960
|
+
.batch-star {
|
961
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཝ"')
|
962
|
+
}
|
963
|
+
.batch-flag {
|
964
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཞ"')
|
965
|
+
}
|
966
|
+
.batch-flag-alt {
|
967
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'འ"')
|
968
|
+
}
|
969
|
+
.batch-home {
|
970
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཡ"')
|
971
|
+
}
|
972
|
+
.batch-home-alt {
|
973
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ར"')
|
974
|
+
}
|
975
|
+
.batch-home-alt-2 {
|
976
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ལ"')
|
977
|
+
}
|
978
|
+
.batch-checkbox-yes {
|
979
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཤ"')
|
980
|
+
}
|
981
|
+
.batch-checkbox-no {
|
982
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཥ"')
|
983
|
+
}
|
984
|
+
.batch-alarm {
|
985
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ས"')
|
986
|
+
}
|
987
|
+
.batch-stopwatch {
|
988
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཧ"')
|
989
|
+
}
|
990
|
+
.batch-skip-back {
|
991
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཨ"')
|
992
|
+
}
|
993
|
+
.batch-rewind {
|
994
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཀྵ"')
|
995
|
+
}
|
996
|
+
.batch-stop {
|
997
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཪ"')
|
998
|
+
}
|
999
|
+
.batch-play {
|
1000
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཫ"')
|
1001
|
+
}
|
1002
|
+
.batch-pause {
|
1003
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཬ"')
|
1004
|
+
}
|
1005
|
+
.batch-fastforward {
|
1006
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'཭"')
|
1007
|
+
}
|
1008
|
+
.batch-skip-forward {
|
1009
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'཮"')
|
1010
|
+
}
|
1011
|
+
.batch-profile {
|
1012
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'཰"')
|
1013
|
+
}
|
1014
|
+
.batch-profile-add {
|
1015
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཱ"')
|
1016
|
+
}
|
1017
|
+
.batch-profile-delete {
|
1018
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ི"')
|
1019
|
+
}
|
1020
|
+
.batch-profile-add-alt {
|
1021
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཱི"')
|
1022
|
+
}
|
1023
|
+
.batch-profile-delete-alt {
|
1024
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ུ"')
|
1025
|
+
}
|
1026
|
+
.batch-fork {
|
1027
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཱུ"')
|
1028
|
+
}
|
1029
|
+
.batch-merge {
|
1030
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ྲྀ"')
|
1031
|
+
}
|
1032
|
+
.batch-commit {
|
1033
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཷ"')
|
1034
|
+
}
|
1035
|
+
.batch-watcher {
|
1036
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ླྀ"')
|
1037
|
+
}
|
1038
|
+
.batch-watcher-add {
|
1039
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཹ"')
|
1040
|
+
}
|
1041
|
+
.batch-watcher-delete {
|
1042
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ེ"')
|
1043
|
+
}
|
1044
|
+
.batch-settings {
|
1045
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ཻ"')
|
1046
|
+
}
|
1047
|
+
.batch-commithistory {
|
1048
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'ོ"')
|
1049
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: batch-rails-4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zethus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- app/assets/fonts/batch-icons-webfont.ttf
|
85
85
|
- app/assets/fonts/batch-icons-webfont.woff
|
86
86
|
- app/assets/fonts/batch_webfont_reference.pdf
|
87
|
+
- app/assets/stylesheets/batch-webfont-ie7.scss
|
87
88
|
- app/assets/stylesheets/batch-webfont.scss
|
88
89
|
- lib/batch-rails-4/engine.rb
|
89
90
|
- lib/batch-rails-4/version.rb
|