sufia 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/Gemfile +1 -4
  2. data/README.md +1 -1
  3. data/app/assets/javascripts/sufia.js +5 -312
  4. data/app/assets/javascripts/sufia/permissions.js +216 -0
  5. data/app/assets/javascripts/sufia/tabs.js +58 -0
  6. data/app/assets/stylesheets/generic_files.css +4 -0
  7. data/app/assets/stylesheets/jquery-ui.css +474 -0
  8. data/app/assets/stylesheets/{sufia.css → sufia.css.scss} +4 -1
  9. data/app/controllers/directory_controller.rb +17 -11
  10. data/app/controllers/users_controller.rb +5 -3
  11. data/app/models/datastreams/file_content_datastream.rb +2 -53
  12. data/app/views/batch/_metadata.html.erb +0 -1
  13. data/app/views/batch_edits/_metadata.html.erb +0 -1
  14. data/app/views/batch_edits/edit.html.erb +0 -1
  15. data/app/views/dashboard/_facet_pagination.html.erb +20 -39
  16. data/app/views/dashboard/_index_partials/_thumbnail_display.html.erb +1 -1
  17. data/app/views/dashboard/facet.html.erb +29 -34
  18. data/app/views/generic_files/_descriptions.html.erb +0 -1
  19. data/app/views/generic_files/_groups_description.html.erb +5 -0
  20. data/app/views/generic_files/_multiple_upload.html.erb +135 -0
  21. data/app/views/generic_files/_permission.html.erb +2 -5
  22. data/app/views/generic_files/_versioning.html.erb +0 -1
  23. data/app/views/generic_files/edit.html.erb +0 -3
  24. data/app/views/generic_files/new.html.erb +2 -138
  25. data/app/views/layouts/hydra-head.html.erb +1 -0
  26. data/app/views/users/index.html.erb +6 -4
  27. data/config/locales/sufia.en.yml +2 -0
  28. data/lib/sufia.rb +1 -1
  29. data/lib/sufia/file_content.rb +8 -0
  30. data/lib/sufia/file_content/extract_metadata.rb +53 -0
  31. data/lib/sufia/file_content/versions.rb +23 -0
  32. data/lib/sufia/files_controller_behavior.rb +17 -33
  33. data/lib/sufia/generic_file.rb +0 -8
  34. data/lib/sufia/generic_file/characterization.rb +0 -1
  35. data/lib/sufia/generic_file/thumbnail.rb +2 -4
  36. data/lib/sufia/jobs/unzip_job.rb +0 -1
  37. data/lib/sufia/user.rb +0 -3
  38. data/lib/sufia/version.rb +1 -1
  39. data/spec/controllers/batch_controller_spec.rb +11 -12
  40. data/spec/controllers/catalog_controller_spec.rb +2 -3
  41. data/spec/controllers/generic_files_controller_spec.rb +14 -16
  42. data/spec/controllers/single_use_link_controller_spec.rb +0 -1
  43. data/spec/models/batch_update_job_spec.rb +2 -3
  44. data/spec/models/checksum_audit_log_spec.rb +1 -2
  45. data/spec/models/file_content_datastream_spec.rb +1 -6
  46. data/spec/models/generic_file_spec.rb +2 -9
  47. data/spec/models/single_use_link_spec.rb +0 -2
  48. data/spec/models/transcode_video_job_spec.rb +1 -1
  49. data/spec/support/Gemfile +3 -5
  50. data/sufia.gemspec +2 -2
  51. data/vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.effect-highlight.js +50 -0
  52. data/vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.effect.js +1276 -0
  53. data/vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.position.js +498 -0
  54. metadata +26 -21
  55. data/app/assets/stylesheets/font-awesome-ie7.css +0 -645
  56. data/app/assets/stylesheets/font-awesome.css +0 -303
  57. data/app/views/catalog/_facet_pagination.html.erb +0 -28
  58. data/app/views/catalog/facet.html.erb +0 -27
  59. data/public/robots.txt +0 -4
  60. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sufia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000 Z
12
+ date: 2013-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -66,7 +66,7 @@ dependencies:
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: '5.1'
69
+ version: '5.2'
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
- version: '5.1'
77
+ version: '5.2'
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: noid
80
80
  requirement: !ruby/object:Gem::Requirement
@@ -380,37 +380,37 @@ dependencies:
380
380
  - !ruby/object:Gem::Version
381
381
  version: 1.1.4
382
382
  - !ruby/object:Gem::Dependency
383
- name: will_paginate
383
+ name: activerecord-import
384
384
  requirement: !ruby/object:Gem::Requirement
385
385
  none: false
386
386
  requirements:
387
- - - '='
387
+ - - ! '>='
388
388
  - !ruby/object:Gem::Version
389
- version: 3.0.3
389
+ version: '0'
390
390
  type: :runtime
391
391
  prerelease: false
392
392
  version_requirements: !ruby/object:Gem::Requirement
393
393
  none: false
394
394
  requirements:
395
- - - '='
395
+ - - ! '>='
396
396
  - !ruby/object:Gem::Version
397
- version: 3.0.3
397
+ version: '0'
398
398
  - !ruby/object:Gem::Dependency
399
- name: activerecord-import
399
+ name: font-awesome-sass-rails
400
400
  requirement: !ruby/object:Gem::Requirement
401
401
  none: false
402
402
  requirements:
403
- - - ! '>='
403
+ - - ~>
404
404
  - !ruby/object:Gem::Version
405
- version: '0'
405
+ version: '2.0'
406
406
  type: :runtime
407
407
  prerelease: false
408
408
  version_requirements: !ruby/object:Gem::Requirement
409
409
  none: false
410
410
  requirements:
411
- - - ! '>='
411
+ - - ~>
412
412
  - !ruby/object:Gem::Version
413
- version: '0'
413
+ version: '2.0'
414
414
  description: Engine for PSU scholarsphere
415
415
  email:
416
416
  - justin.coyne@yourmediashelf.com
@@ -488,6 +488,8 @@ files:
488
488
  - app/assets/images/video-still.png
489
489
  - app/assets/javascripts/contact_form.js
490
490
  - app/assets/javascripts/sufia.js
491
+ - app/assets/javascripts/sufia/permissions.js
492
+ - app/assets/javascripts/sufia/tabs.js
491
493
  - app/assets/javascripts/terms_of_service.js
492
494
  - app/assets/stylesheets/blacklight_more_facets.css
493
495
  - app/assets/stylesheets/bootstrap.min.css
@@ -497,14 +499,13 @@ files:
497
499
  - app/assets/stylesheets/fileupload/pbar-ani.gif
498
500
  - app/assets/stylesheets/fileupload/style.css
499
501
  - app/assets/stylesheets/fileupload/thumbnail-scaling.css
500
- - app/assets/stylesheets/font-awesome-ie7.css
501
- - app/assets/stylesheets/font-awesome.css
502
502
  - app/assets/stylesheets/generic_files.css
503
503
  - app/assets/stylesheets/jquery-ui-1.8.1.custom.css
504
504
  - app/assets/stylesheets/jquery-ui-1.8.23.custom.css
505
+ - app/assets/stylesheets/jquery-ui.css
505
506
  - app/assets/stylesheets/reset_body.css
506
507
  - app/assets/stylesheets/scholarsphere-bootstrap.css
507
- - app/assets/stylesheets/sufia.css
508
+ - app/assets/stylesheets/sufia.css.scss
508
509
  - app/assets/stylesheets/video-js.css
509
510
  - app/controllers/authorities_controller.rb
510
511
  - app/controllers/batch_controller.rb
@@ -579,7 +580,6 @@ files:
579
580
  - app/views/catalog/_email_form.html.erb
580
581
  - app/views/catalog/_facet_layout.html.erb
581
582
  - app/views/catalog/_facet_limit.html.erb
582
- - app/views/catalog/_facet_pagination.html.erb
583
583
  - app/views/catalog/_facet_selected.html.erb
584
584
  - app/views/catalog/_facets.html.erb
585
585
  - app/views/catalog/_folder_control.html.erb
@@ -609,7 +609,6 @@ files:
609
609
  - app/views/catalog/citation.html.erb
610
610
  - app/views/catalog/email.erb
611
611
  - app/views/catalog/endnote.endnote.erb
612
- - app/views/catalog/facet.html.erb
613
612
  - app/views/catalog/index.atom.builder
614
613
  - app/views/catalog/index.html.erb
615
614
  - app/views/catalog/index.rss.builder
@@ -655,7 +654,9 @@ files:
655
654
  - app/views/generic_files/_descriptions.html.erb
656
655
  - app/views/generic_files/_extra_fields_modal.html.erb
657
656
  - app/views/generic_files/_field_form
657
+ - app/views/generic_files/_groups_description.html.erb
658
658
  - app/views/generic_files/_media_display.html.erb
659
+ - app/views/generic_files/_multiple_upload.html.erb
659
660
  - app/views/generic_files/_permission.html.erb
660
661
  - app/views/generic_files/_rights_modal.html.erb
661
662
  - app/views/generic_files/_show_actions.html.erb
@@ -751,6 +752,9 @@ files:
751
752
  - lib/sufia/active_record/redis.rb
752
753
  - lib/sufia/controller.rb
753
754
  - lib/sufia/downloads_controller_behavior.rb
755
+ - lib/sufia/file_content.rb
756
+ - lib/sufia/file_content/extract_metadata.rb
757
+ - lib/sufia/file_content/versions.rb
754
758
  - lib/sufia/files_controller_behavior.rb
755
759
  - lib/sufia/generic_file.rb
756
760
  - lib/sufia/generic_file/audit.rb
@@ -787,7 +791,6 @@ files:
787
791
  - lib/tasks/resque.rake
788
792
  - public/.gitkeep
789
793
  - public/favicon.ico
790
- - public/robots.txt
791
794
  - solr_conf/conf/schema.xml
792
795
  - solr_conf/conf/solrconfig.xml
793
796
  - solr_conf/solr.xml
@@ -888,7 +891,6 @@ files:
888
891
  - tasks/sufia.rake
889
892
  - vendor/assets/fonts/Lato-Light.eot
890
893
  - vendor/assets/fonts/Lato-Light.ttf
891
- - vendor/assets/fonts/fontawesome-webfont.eot
892
894
  - vendor/assets/fonts/fontawesome-webfont.svg
893
895
  - vendor/assets/fonts/fontawesome-webfont.ttf
894
896
  - vendor/assets/fonts/fontawesome-webfont.woff
@@ -908,7 +910,10 @@ files:
908
910
  - vendor/assets/javascripts/fileupload/tmpl.js
909
911
  - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.autocomplete.js
910
912
  - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.core.js
913
+ - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.effect-highlight.js
914
+ - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.effect.js
911
915
  - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.menu.js
916
+ - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.position.js
912
917
  - vendor/assets/javascripts/jquery-ui-1.9.2/jquery.ui.widget.js
913
918
  - vendor/assets/javascripts/jquery.validate.js
914
919
  - vendor/assets/javascripts/jquery.zclip.min.js
@@ -1,645 +0,0 @@
1
- [class^="icon-"],
2
- [class*=" icon-"] {
3
- font-family: FontAwesome;
4
- font-style: normal;
5
- font-weight: normal;
6
- }
7
- .btn.dropdown-toggle [class^="icon-"],
8
- .btn.dropdown-toggle [class*=" icon-"] {
9
- /* keeps button heights with and without icons the same */
10
-
11
- line-height: 1.4em;
12
- }
13
- .icon-large {
14
- font-size: 1.3333em;
15
- }
16
- .icon-glass {
17
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
18
- }
19
- .icon-music {
20
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
21
- }
22
- .icon-search {
23
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
24
- }
25
- .icon-envelope {
26
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
27
- }
28
- .icon-heart {
29
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
30
- }
31
- .icon-star {
32
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
33
- }
34
- .icon-star-empty {
35
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
36
- }
37
- .icon-user {
38
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
39
- }
40
- .icon-film {
41
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
42
- }
43
- .icon-th-large {
44
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
45
- }
46
- .icon-th {
47
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
48
- }
49
- .icon-th-list {
50
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
51
- }
52
- .icon-ok {
53
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
54
- }
55
- .icon-remove {
56
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
57
- }
58
- .icon-zoom-in {
59
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
60
- }
61
- .icon-zoom-out {
62
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
63
- }
64
- .icon-off {
65
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
66
- }
67
- .icon-signal {
68
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
69
- }
70
- .icon-cog {
71
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
72
- }
73
- .icon-trash {
74
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
75
- }
76
- .icon-home {
77
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
78
- }
79
- .icon-file {
80
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
81
- }
82
- .icon-time {
83
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
84
- }
85
- .icon-road {
86
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
87
- }
88
- .icon-download-alt {
89
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
90
- }
91
- .icon-download {
92
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
93
- }
94
- .icon-upload {
95
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
96
- }
97
- .icon-inbox {
98
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
99
- }
100
- .icon-play-circle {
101
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
102
- }
103
- .icon-repeat {
104
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
105
- }
106
- .icon-refresh {
107
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
108
- }
109
- .icon-list-alt {
110
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
111
- }
112
- .icon-lock {
113
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
114
- }
115
- .icon-flag {
116
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
117
- }
118
- .icon-headphones {
119
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
120
- }
121
- .icon-volume-off {
122
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
123
- }
124
- .icon-volume-down {
125
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
126
- }
127
- .icon-volume-up {
128
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
129
- }
130
- .icon-qrcode {
131
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
132
- }
133
- .icon-barcode {
134
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
135
- }
136
- .icon-tag {
137
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
138
- }
139
- .icon-tags {
140
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
141
- }
142
- .icon-book {
143
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
144
- }
145
- .icon-bookmark {
146
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
147
- }
148
- .icon-print {
149
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
150
- }
151
- .icon-camera {
152
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
153
- }
154
- .icon-font {
155
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
156
- }
157
- .icon-bold {
158
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
159
- }
160
- .icon-italic {
161
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
162
- }
163
- .icon-text-height {
164
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
165
- }
166
- .icon-text-width {
167
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
168
- }
169
- .icon-align-left {
170
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
171
- }
172
- .icon-align-center {
173
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
174
- }
175
- .icon-align-right {
176
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
177
- }
178
- .icon-align-justify {
179
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
180
- }
181
- .icon-list {
182
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
183
- }
184
- .icon-indent-left {
185
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
186
- }
187
- .icon-indent-right {
188
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
189
- }
190
- .icon-facetime-video {
191
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
192
- }
193
- .icon-picture {
194
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
195
- }
196
- .icon-pencil {
197
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
198
- }
199
- .icon-map-marker {
200
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
201
- }
202
- .icon-adjust {
203
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
204
- }
205
- .icon-tint {
206
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
207
- }
208
- .icon-edit {
209
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
210
- }
211
- .icon-share {
212
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
213
- }
214
- .icon-check {
215
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
216
- }
217
- .icon-move {
218
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
219
- }
220
- .icon-step-backward {
221
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
222
- }
223
- .icon-fast-backward {
224
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
225
- }
226
- .icon-backward {
227
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
228
- }
229
- .icon-play {
230
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
231
- }
232
- .icon-pause {
233
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
234
- }
235
- .icon-stop {
236
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
237
- }
238
- .icon-forward {
239
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
240
- }
241
- .icon-fast-forward {
242
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
243
- }
244
- .icon-step-forward {
245
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
246
- }
247
- .icon-eject {
248
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
249
- }
250
- .icon-chevron-left {
251
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
252
- }
253
- .icon-chevron-right {
254
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
255
- }
256
- .icon-plus-sign {
257
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
258
- }
259
- .icon-minus-sign {
260
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
261
- }
262
- .icon-remove-sign {
263
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
264
- }
265
- .icon-ok-sign {
266
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
267
- }
268
- .icon-question-sign {
269
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
270
- }
271
- .icon-info-sign {
272
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
273
- }
274
- .icon-screenshot {
275
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
276
- }
277
- .icon-remove-circle {
278
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
279
- }
280
- .icon-ok-circle {
281
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
282
- }
283
- .icon-ban-circle {
284
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
285
- }
286
- .icon-arrow-left {
287
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
288
- }
289
- .icon-arrow-right {
290
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
291
- }
292
- .icon-arrow-up {
293
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
294
- }
295
- .icon-arrow-down {
296
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
297
- }
298
- .icon-share-alt {
299
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
300
- }
301
- .icon-resize-full {
302
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
303
- }
304
- .icon-resize-small {
305
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
306
- }
307
- .icon-plus {
308
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
309
- }
310
- .icon-minus {
311
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
312
- }
313
- .icon-asterisk {
314
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
315
- }
316
- .icon-exclamation-sign {
317
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
318
- }
319
- .icon-gift {
320
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
321
- }
322
- .icon-leaf {
323
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
324
- }
325
- .icon-fire {
326
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
327
- }
328
- .icon-eye-open {
329
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
330
- }
331
- .icon-eye-close {
332
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
333
- }
334
- .icon-warning-sign {
335
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
336
- }
337
- .icon-plane {
338
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
339
- }
340
- .icon-calendar {
341
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
342
- }
343
- .icon-random {
344
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
345
- }
346
- .icon-comment {
347
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
348
- }
349
- .icon-magnet {
350
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
351
- }
352
- .icon-chevron-up {
353
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
354
- }
355
- .icon-chevron-down {
356
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
357
- }
358
- .icon-retweet {
359
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
360
- }
361
- .icon-shopping-cart {
362
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
363
- }
364
- .icon-folder-close {
365
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
366
- }
367
- .icon-folder-open {
368
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
369
- }
370
- .icon-resize-vertical {
371
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
372
- }
373
- .icon-resize-horizontal {
374
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
375
- }
376
- .icon-bar-chart {
377
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
378
- }
379
- .icon-twitter-sign {
380
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
381
- }
382
- .icon-facebook-sign {
383
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
384
- }
385
- .icon-camera-retro {
386
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
387
- }
388
- .icon-key {
389
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
390
- }
391
- .icon-cogs {
392
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
393
- }
394
- .icon-comments {
395
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
396
- }
397
- .icon-thumbs-up {
398
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
399
- }
400
- .icon-thumbs-down {
401
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
402
- }
403
- .icon-star-half {
404
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
405
- }
406
- .icon-heart-empty {
407
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
408
- }
409
- .icon-signout {
410
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
411
- }
412
- .icon-linkedin-sign {
413
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
414
- }
415
- .icon-pushpin {
416
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
417
- }
418
- .icon-external-link {
419
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
420
- }
421
- .icon-signin {
422
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
423
- }
424
- .icon-trophy {
425
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
426
- }
427
- .icon-github-sign {
428
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
429
- }
430
- .icon-upload-alt {
431
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
432
- }
433
- .icon-lemon {
434
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
435
- }
436
- .icon-phone {
437
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
438
- }
439
- .icon-check-empty {
440
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
441
- }
442
- .icon-bookmark-empty {
443
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
444
- }
445
- .icon-phone-sign {
446
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
447
- }
448
- .icon-twitter {
449
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
450
- }
451
- .icon-facebook {
452
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
453
- }
454
- .icon-github {
455
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
456
- }
457
- .icon-unlock {
458
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
459
- }
460
- .icon-credit-card {
461
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
462
- }
463
- .icon-rss {
464
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
465
- }
466
- .icon-hdd {
467
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
468
- }
469
- .icon-bullhorn {
470
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
471
- }
472
- .icon-bell {
473
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
474
- }
475
- .icon-certificate {
476
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
477
- }
478
- .icon-hand-right {
479
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
480
- }
481
- .icon-hand-left {
482
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
483
- }
484
- .icon-hand-up {
485
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
486
- }
487
- .icon-hand-down {
488
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
489
- }
490
- .icon-circle-arrow-left {
491
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
492
- }
493
- .icon-circle-arrow-right {
494
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
495
- }
496
- .icon-circle-arrow-up {
497
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
498
- }
499
- .icon-circle-arrow-down {
500
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
501
- }
502
- .icon-globe {
503
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
504
- }
505
- .icon-wrench {
506
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
507
- }
508
- .icon-tasks {
509
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
510
- }
511
- .icon-filter {
512
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
513
- }
514
- .icon-briefcase {
515
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
516
- }
517
- .icon-fullscreen {
518
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
519
- }
520
- .icon-group {
521
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
522
- }
523
- .icon-link {
524
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
525
- }
526
- .icon-cloud {
527
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
528
- }
529
- .icon-beaker {
530
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
531
- }
532
- .icon-cut {
533
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
534
- }
535
- .icon-copy {
536
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
537
- }
538
- .icon-paper-clip {
539
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
540
- }
541
- .icon-save {
542
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
543
- }
544
- .icon-sign-blank {
545
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
546
- }
547
- .icon-reorder {
548
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
549
- }
550
- .icon-list-ul {
551
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
552
- }
553
- .icon-list-ol {
554
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
555
- }
556
- .icon-strikethrough {
557
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
558
- }
559
- .icon-underline {
560
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
561
- }
562
- .icon-table {
563
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
564
- }
565
- .icon-magic {
566
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
567
- }
568
- .icon-truck {
569
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
570
- }
571
- .icon-pinterest {
572
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
573
- }
574
- .icon-pinterest-sign {
575
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
576
- }
577
- .icon-google-plus-sign {
578
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
579
- }
580
- .icon-google-plus {
581
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
582
- }
583
- .icon-money {
584
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
585
- }
586
- .icon-caret-down {
587
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
588
- }
589
- .icon-caret-up {
590
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
591
- }
592
- .icon-caret-left {
593
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
594
- }
595
- .icon-caret-right {
596
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
597
- }
598
- .icon-columns {
599
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
600
- }
601
- .icon-sort {
602
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
603
- }
604
- .icon-sort-down {
605
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
606
- }
607
- .icon-sort-up {
608
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
609
- }
610
- .icon-envelope-alt {
611
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
612
- }
613
- .icon-linkedin {
614
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
615
- }
616
- .icon-undo {
617
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
618
- }
619
- .icon-legal {
620
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
621
- }
622
- .icon-dashboard {
623
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
624
- }
625
- .icon-comment-alt {
626
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
627
- }
628
- .icon-comments-alt {
629
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
630
- }
631
- .icon-bolt {
632
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
633
- }
634
- .icon-sitemap {
635
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
636
- }
637
- .icon-umbrella {
638
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
639
- }
640
- .icon-paste {
641
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
642
- }
643
- .icon-user-md {
644
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
645
- }