govuk_admin_template 6.4.0 → 6.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,919 +0,0 @@
1
- /*
2
- IE7 Bootstrap 3 fixes
3
- via https://github.com/coliff/bootstrap-ie7
4
-
5
- * Doesn't fix IE6, but it helps.
6
- * Fixes glyphicon font
7
- * Fixes small layout issues mostly by applying hasLayout
8
- * Creates a limited grid system that works without box sizing support
9
- * Uses important to override highly specific styles included by RespondJS
10
- */
11
-
12
- .col-xs-1,
13
- .col-md-1,
14
- .col-sm-1 {
15
- width: 60px !important;
16
- }
17
-
18
- .col-xs-2,
19
- .col-md-2,
20
- .col-sm-2 {
21
- width: 140px !important;
22
- }
23
-
24
- .col-xs-3,
25
- .col-md-3,
26
- .col-sm-3 {
27
- width: 220px !important;
28
- }
29
-
30
- .col-xs-4,
31
- .col-md-4,
32
- .col-sm-4 {
33
- width: 300px !important;
34
- }
35
-
36
- .col-xs-5,
37
- .col-md-5,
38
- .col-sm-5 {
39
- width: 380px !important;
40
- }
41
-
42
- .col-xs-6,
43
- .col-md-6,
44
- .col-sm-6 {
45
- width: 460px !important;
46
- }
47
-
48
- .col-xs-7,
49
- .col-md-7,
50
- .col-sm-7 {
51
- width: 540px !important;
52
- }
53
-
54
- .col-xs-8,
55
- .col-md-8,
56
- .col-sm-8 {
57
- width: 620px !important;
58
- }
59
-
60
- .col-xs-9,
61
- .col-md-9,
62
- .col-sm-9 {
63
- width: 700px !important;
64
- }
65
-
66
- .col-xs-10,
67
- .col-md-10,
68
- .col-sm-10 {
69
- width: 780px !important;
70
- }
71
-
72
- .col-xs-11,
73
- .col-md-11,
74
- .col-sm-11 {
75
- width: 860px !important;
76
- }
77
-
78
- .col-xs-12,
79
- .col-md-12,
80
- .col-sm-12 {
81
- width: 940px !important;
82
- }
83
-
84
- .col-xs-1,
85
- .col-xs-2,
86
- .col-xs-3,
87
- .col-xs-4,
88
- .col-xs-5,
89
- .col-xs-6,
90
- .col-xs-7,
91
- .col-xs-8,
92
- .col-xs-9,
93
- .col-xs-10,
94
- .col-xs-11,
95
- .col-xs-12,
96
- .col-sm-1,
97
- .col-sm-2,
98
- .col-sm-3,
99
- .col-sm-4,
100
- .col-sm-5,
101
- .col-sm-6,
102
- .col-sm-7,
103
- .col-sm-8,
104
- .col-sm-9,
105
- .col-sm-10,
106
- .col-sm-11,
107
- .col-sm-12,
108
- .col-md-1,
109
- .col-md-2,
110
- .col-md-3,
111
- .col-md-4,
112
- .col-md-5,
113
- .col-md-6,
114
- .col-md-7,
115
- .col-md-8,
116
- .col-md-9,
117
- .col-md-10,
118
- .col-md-11,
119
- .col-md-12 {
120
- padding-left: 0;
121
- padding-right: 0;
122
- min-height: 1px;
123
- margin-left: 20px;
124
- margin-right: 0;
125
- float: left;
126
- }
127
-
128
- .row {
129
- margin-left: -20px;
130
- }
131
-
132
- .row:before,
133
- .row:after {
134
- display: table;
135
- line-height: 0;
136
- content: "";
137
- }
138
-
139
- .row:after {
140
- clear: both;
141
- }
142
-
143
- audio,
144
- canvas,
145
- video {
146
- display: inline;
147
- zoom: 1;
148
- }
149
-
150
- html {
151
- font-size: 100%;
152
- }
153
-
154
- body {
155
- margin: 0;
156
- }
157
-
158
- ul,
159
- ol,
160
- dl {
161
- margin-left: 0;
162
- margin-right: 0;
163
- }
164
-
165
- legend {
166
- margin-left: -7px;
167
- }
168
-
169
- img {
170
- width: auto;
171
- height: auto;
172
- border: 0;
173
- -ms-interpolation-mode: bicubic;
174
- }
175
-
176
- /*
177
- Remove inner spacing in IE 7 without affecting normal text inputs.
178
- Reduce Bootstrap 3 button padding from 6px to 4px to keep buttons same height.
179
- */
180
- button,
181
- input[type="reset"],
182
- input[type="submit"] {
183
- overflow: visible;
184
- padding-top: 4px;
185
- padding-bottom: 4px;
186
- }
187
-
188
- /* Remove excess padding in IE 7 */
189
- input[type="checkbox"],
190
- input[type="radio"] {
191
- margin-top: 5px;
192
- margin-right: 10px;
193
- height: 13px;
194
- width: 13px;
195
- }
196
-
197
- /* Bootstrap 3 text inputs have height that doesn't include
198
- 12px of padding due to border-box. Reduce height from 34px
199
- to 22px to account for padding in IE7 */
200
- input[type="text"],
201
- input[type="password"] {
202
- height: 22px;
203
- padding-left: 0;
204
- padding-right: 0;
205
- }
206
-
207
- textarea.form-control {
208
- padding-left: 0;
209
- padding-right: 0;
210
- }
211
-
212
- /* Fix inline-block on inline forms
213
- Most commonly used on date select fields */
214
- .form-inline .form-control {
215
- display: inline-block;
216
- zoom: 1;
217
- display: inline;
218
- }
219
-
220
- .container,
221
- .container-fluid {
222
- zoom: 1;
223
- width: 940px;
224
- }
225
-
226
- .container-fluid {
227
- width: 970px;
228
- }
229
-
230
- header .container,
231
- header .container-fluid {
232
- width: auto;
233
- }
234
-
235
- .row {
236
- zoom: 1;
237
- }
238
-
239
- .dl-horizontal {
240
- zoom: 1;
241
- }
242
-
243
- .help-block {
244
- display: inline;
245
- zoom: 1;
246
- }
247
-
248
- .form-horizontal .form-group {
249
- zoom: 1;
250
- }
251
-
252
- .dropdown-toggle {
253
- margin-bottom: -3px;
254
- }
255
-
256
- .dropdown-menu .divider {
257
- width: 100%;
258
- margin: -5px 0 5px;
259
- }
260
-
261
- .list-group {
262
- margin-left: 0;
263
- }
264
-
265
- ul .list-group-item {
266
- list-style: none;
267
- }
268
-
269
- .sr-only {
270
- clip: rect(0 0 0 0);
271
- }
272
-
273
- .list-inline > li {
274
- display: inline;
275
- zoom: 1;
276
- }
277
-
278
- /* Cleanup navigation tabs
279
- * Clear container
280
- * Give selected tab more contrast and hide faulty border-top
281
- */
282
-
283
- .nav-tabs {
284
- overflow: hidden;
285
- }
286
-
287
- .nav-tabs li.active a {
288
- background: #ddd;
289
- border: 1px solid #ddd;
290
- }
291
-
292
- /*
293
- Cleanup breadcrumb
294
- * Remove default indent for unordered list
295
- * Display breadcrumbs inline with some margin, generated
296
- content doesn't appear, so there's no divider.
297
- */
298
-
299
- .breadcrumb > li {
300
- display: inline;
301
- margin-right: 10px;
302
- }
303
-
304
-
305
- /*
306
- Fix glyphicons via generated content fallback
307
- Background on this fix: https://github.com/FortAwesome/Font-Awesome/issues/38
308
- */
309
-
310
- .glyphicon {
311
- text-decoration: inherit;
312
- line-height: normal;
313
- }
314
- .glyphicon-adjust {
315
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
316
- }
317
- .glyphicon-align-center {
318
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
319
- }
320
- .glyphicon-align-justify {
321
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
322
- }
323
- .glyphicon-align-left {
324
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
325
- }
326
- .glyphicon-align-right {
327
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
328
- }
329
- .glyphicon-arrow-down {
330
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
331
- }
332
- .glyphicon-arrow-left {
333
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
334
- }
335
- .glyphicon-arrow-right {
336
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
337
- }
338
- .glyphicon-arrow-up {
339
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
340
- }
341
- .glyphicon-asterisk {
342
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='*');
343
- }
344
- .glyphicon-backward {
345
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
346
- }
347
- .glyphicon-ban-circle {
348
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
349
- }
350
- .glyphicon-barcode {
351
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
352
- }
353
- .glyphicon-bell {
354
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
355
- }
356
- .glyphicon-bold {
357
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
358
- }
359
- .glyphicon-book {
360
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
361
- }
362
- .glyphicon-bookmark {
363
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
364
- }
365
- .glyphicon-briefcase {
366
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
367
- }
368
- .glyphicon-bullhorn {
369
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
370
- }
371
- .glyphicon-calendar {
372
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
373
- }
374
- .glyphicon-camera {
375
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
376
- }
377
- .glyphicon-certificate {
378
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
379
- }
380
- .glyphicon-check {
381
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
382
- }
383
- .glyphicon-chevron-down {
384
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
385
- }
386
- .glyphicon-chevron-left {
387
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
388
- }
389
- .glyphicon-chevron-right {
390
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
391
- }
392
- .glyphicon-chevron-up {
393
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
394
- }
395
- .glyphicon-circle-arrow-down {
396
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
397
- }
398
- .glyphicon-circle-arrow-left {
399
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
400
- }
401
- .glyphicon-circle-arrow-right {
402
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
403
- }
404
- .glyphicon-circle-arrow-up {
405
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
406
- }
407
- .glyphicon-cloud {
408
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='☁');
409
- }
410
- .glyphicon-cloud-download {
411
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
412
- }
413
- .glyphicon-cloud-upload {
414
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
415
- }
416
- .glyphicon-cog {
417
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
418
- }
419
- .glyphicon-collapse {
420
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
421
- }
422
- .glyphicon-collapse-down {
423
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
424
- }
425
- .glyphicon-collapse-top {
426
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
427
- }
428
- .glyphicon-collapse-up {
429
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
430
- }
431
- .glyphicon-comment {
432
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
433
- }
434
- .glyphicon-compressed {
435
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
436
- }
437
- .glyphicon-copyright-mark {
438
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
439
- }
440
- .glyphicon-credit-card {
441
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
442
- }
443
- .glyphicon-cutlery {
444
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
445
- }
446
- .glyphicon-dashboard {
447
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
448
- }
449
- .glyphicon-download {
450
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
451
- }
452
- .glyphicon-download-alt {
453
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
454
- }
455
- .glyphicon-earphone {
456
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
457
- }
458
- .glyphicon-edit {
459
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
460
- }
461
- .glyphicon-eject {
462
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
463
- }
464
- .glyphicon-envelope {
465
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='✉');
466
- }
467
- .glyphicon-euro {
468
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='€');
469
- }
470
- .glyphicon-exclamation-sign {
471
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
472
- }
473
- .glyphicon-expand {
474
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
475
- }
476
- .glyphicon-export {
477
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
478
- }
479
- .glyphicon-eye-close {
480
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
481
- }
482
- .glyphicon-eye-open {
483
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
484
- }
485
- .glyphicon-facetime-video {
486
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
487
- }
488
- .glyphicon-fast-backward {
489
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
490
- }
491
- .glyphicon-fast-forward {
492
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
493
- }
494
- .glyphicon-file {
495
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
496
- }
497
- .glyphicon-film {
498
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
499
- }
500
- .glyphicon-filter {
501
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
502
- }
503
- .glyphicon-fire {
504
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
505
- }
506
- .glyphicon-flag {
507
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
508
- }
509
- .glyphicon-flash {
510
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
511
- }
512
- .glyphicon-floppy-disk {
513
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
514
- }
515
- .glyphicon-floppy-open {
516
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
517
- }
518
- .glyphicon-floppy-remove {
519
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
520
- }
521
- .glyphicon-floppy-save {
522
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
523
- }
524
- .glyphicon-floppy-saved {
525
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
526
- }
527
- .glyphicon-folder-close {
528
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
529
- }
530
- .glyphicon-folder-open {
531
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
532
- }
533
- .glyphicon-font {
534
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
535
- }
536
- .glyphicon-forward {
537
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
538
- }
539
- .glyphicon-fullscreen {
540
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
541
- }
542
- .glyphicon-gbp {
543
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
544
- }
545
- .glyphicon-gift {
546
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
547
- }
548
- .glyphicon-glass {
549
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
550
- }
551
- .glyphicon-globe {
552
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
553
- }
554
- .glyphicon-hand-down {
555
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
556
- }
557
- .glyphicon-hand-left {
558
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
559
- }
560
- .glyphicon-hand-right {
561
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
562
- }
563
- .glyphicon-hand-up {
564
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
565
- }
566
- .glyphicon-hdd {
567
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
568
- }
569
- .glyphicon-hd-video {
570
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
571
- }
572
- .glyphicon-header {
573
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
574
- }
575
- .glyphicon-headphones {
576
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
577
- }
578
- .glyphicon-heart {
579
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
580
- }
581
- .glyphicon-heart-empty {
582
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
583
- }
584
- .glyphicon-home {
585
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
586
- }
587
- .glyphicon-import {
588
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
589
- }
590
- .glyphicon-inbox {
591
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
592
- }
593
- .glyphicon-indent-left {
594
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
595
- }
596
- .glyphicon-indent-right {
597
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
598
- }
599
- .glyphicon-info-sign {
600
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
601
- }
602
- .glyphicon-italic {
603
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
604
- }
605
- .glyphicon-leaf {
606
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
607
- }
608
- .glyphicon-link {
609
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
610
- }
611
- .glyphicon-list {
612
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
613
- }
614
- .glyphicon-list-alt {
615
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
616
- }
617
- .glyphicon-lock {
618
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
619
- }
620
- .glyphicon-log-in {
621
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
622
- }
623
- .glyphicon-log-out {
624
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
625
- }
626
- .glyphicon-magnet {
627
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
628
- }
629
- .glyphicon-map-marker {
630
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
631
- }
632
- .glyphicon-minus {
633
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='−');
634
- }
635
- .glyphicon-minus-sign {
636
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
637
- }
638
- .glyphicon-move {
639
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
640
- }
641
- .glyphicon-music {
642
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
643
- }
644
- .glyphicon-new-window {
645
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
646
- }
647
- .glyphicon-off {
648
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
649
- }
650
- .glyphicon-ok {
651
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
652
- }
653
- .glyphicon-ok-circle {
654
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
655
- }
656
- .glyphicon-ok-sign {
657
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
658
- }
659
- .glyphicon-open {
660
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
661
- }
662
- .glyphicon-paperclip {
663
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
664
- }
665
- .glyphicon-pause {
666
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
667
- }
668
- .glyphicon-pencil {
669
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='✏');
670
- }
671
- .glyphicon-phone {
672
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
673
- }
674
- .glyphicon-phone-alt {
675
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
676
- }
677
- .glyphicon-picture {
678
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
679
- }
680
- .glyphicon-plane {
681
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
682
- }
683
- .glyphicon-play {
684
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
685
- }
686
- .glyphicon-play-circle {
687
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
688
- }
689
- .glyphicon-plus {
690
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='+');
691
- }
692
- .glyphicon-plus-sign {
693
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
694
- }
695
- .glyphicon-print {
696
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
697
- }
698
- .glyphicon-pushpin {
699
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
700
- }
701
- .glyphicon-qrcode {
702
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
703
- }
704
- .glyphicon-question-sign {
705
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
706
- }
707
- .glyphicon-random {
708
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
709
- }
710
- .glyphicon-record {
711
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
712
- }
713
- .glyphicon-refresh {
714
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
715
- }
716
- .glyphicon-registration-mark {
717
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
718
- }
719
- .glyphicon-remove {
720
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
721
- }
722
- .glyphicon-remove-circle {
723
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
724
- }
725
- .glyphicon-remove-sign {
726
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
727
- }
728
- .glyphicon-repeat {
729
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
730
- }
731
- .glyphicon-resize-full {
732
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
733
- }
734
- .glyphicon-resize-horizontal {
735
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
736
- }
737
- .glyphicon-resize-small {
738
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
739
- }
740
- .glyphicon-resize-vertical {
741
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
742
- }
743
- .glyphicon-retweet {
744
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
745
- }
746
- .glyphicon-road {
747
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
748
- }
749
- .glyphicon-save {
750
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
751
- }
752
- .glyphicon-saved {
753
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
754
- }
755
- .glyphicon-screenshot {
756
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
757
- }
758
- .glyphicon-sd-video {
759
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
760
- }
761
- .glyphicon-search {
762
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
763
- }
764
- .glyphicon-send {
765
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
766
- }
767
- .glyphicon-share {
768
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
769
- }
770
- .glyphicon-share-alt {
771
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
772
- }
773
- .glyphicon-shopping-cart {
774
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
775
- }
776
- .glyphicon-signal {
777
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
778
- }
779
- .glyphicon-sort {
780
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
781
- }
782
- .glyphicon-sort-by-alphabet {
783
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
784
- }
785
- .glyphicon-sort-by-alphabet-alt {
786
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
787
- }
788
- .glyphicon-sort-by-attributes {
789
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
790
- }
791
- .glyphicon-sort-by-attributes-alt {
792
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
793
- }
794
- .glyphicon-sort-by-order {
795
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
796
- }
797
- .glyphicon-sort-by-order-alt {
798
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
799
- }
800
- .glyphicon-sound-5-1 {
801
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
802
- }
803
- .glyphicon-sound-6-1 {
804
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
805
- }
806
- .glyphicon-sound-7-1 {
807
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
808
- }
809
- .glyphicon-sound-dolby {
810
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
811
- }
812
- .glyphicon-sound-stereo {
813
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
814
- }
815
- .glyphicon-star {
816
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
817
- }
818
- .glyphicon-star-empty {
819
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
820
- }
821
- .glyphicon-stats {
822
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
823
- }
824
- .glyphicon-step-backward {
825
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
826
- }
827
- .glyphicon-step-forward {
828
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
829
- }
830
- .glyphicon-stop {
831
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
832
- }
833
- .glyphicon-subtitles {
834
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
835
- }
836
- .glyphicon-tag {
837
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
838
- }
839
- .glyphicon-tags {
840
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
841
- }
842
- .glyphicon-tasks {
843
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
844
- }
845
- .glyphicon-text-height {
846
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
847
- }
848
- .glyphicon-text-width {
849
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
850
- }
851
- .glyphicon-th {
852
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
853
- }
854
- .glyphicon-th-large {
855
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
856
- }
857
- .glyphicon-th-list {
858
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
859
- }
860
- .glyphicon-thumbs-down {
861
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
862
- }
863
- .glyphicon-thumbs-up {
864
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
865
- }
866
- .glyphicon-time {
867
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
868
- }
869
- .glyphicon-tint {
870
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
871
- }
872
- .glyphicon-tower {
873
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
874
- }
875
- .glyphicon-transfer {
876
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
877
- }
878
- .glyphicon-trash {
879
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
880
- }
881
- .glyphicon-tree-conifer {
882
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
883
- }
884
- .glyphicon-tree-deciduous {
885
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
886
- }
887
- .glyphicon-unchecked {
888
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
889
- }
890
- .glyphicon-upload {
891
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
892
- }
893
- .glyphicon-usd {
894
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
895
- }
896
- .glyphicon-user {
897
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
898
- }
899
- .glyphicon-volume-down {
900
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
901
- }
902
- .glyphicon-volume-off {
903
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
904
- }
905
- .glyphicon-volume-up {
906
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
907
- }
908
- .glyphicon-warning-sign {
909
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
910
- }
911
- .glyphicon-wrench {
912
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
913
- }
914
- .glyphicon-zoom-in {
915
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
916
- }
917
- .glyphicon-zoom-out {
918
- zoom: expression(this.runtimeStyle['zoom']='1',this.innerHTML='');
919
- }