el_vfs_client 0.0.2.1 → 0.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@
52
52
  height: 96px
53
53
  float: left
54
54
  margin-right: 1em
55
- background: url('elfinder/logo.png') center center no-repeat
55
+ background: image_url('el_vfs/elfinder/logo.png') center center no-repeat
56
56
 
57
57
  .elfinder-help h3
58
58
  font-size: 1.5em
@@ -147,7 +147,7 @@
147
147
  position: absolute
148
148
  width: 16px
149
149
  height: 16px
150
- background-image: url('elfinder/toolbar.png')
150
+ background-image: image_url('el_vfs/elfinder/toolbar.png')
151
151
  background-repeat: no-repeat
152
152
  background-position: 0 -528px
153
153
 
@@ -182,7 +182,7 @@
182
182
  height: 16px
183
183
  left: 43px
184
184
  top: 55px
185
- background: url('elfinder/toolbar.png') 0 -544px no-repeat
185
+ background: image_url('el_vfs/elfinder/toolbar.png') 0 -544px no-repeat
186
186
  display: none
187
187
 
188
188
  /* show 'plus' icon when ctrl/shift pressed
@@ -307,7 +307,7 @@
307
307
  .elfinder-contextmenu-arrow
308
308
  width: 16px
309
309
  height: 16px
310
- background: url('elfinder/arrows-normal.png') 5px 4px no-repeat
310
+ background: image_url('el_vfs/elfinder/arrows-normal.png') 5px 4px no-repeat
311
311
 
312
312
  /* arrow icon in rtl/ltr enviroment
313
313
 
@@ -419,7 +419,7 @@
419
419
  width: 48px
420
420
  height: 48px
421
421
  margin: 0 auto
422
- background: url('elfinder/icons-big.png') 0 0 no-repeat
422
+ background: image_url('el_vfs/elfinder/icons-big.png') 0 0 no-repeat
423
423
  -moz-background-clip: padding
424
424
  -webkit-background-clip: padding-box
425
425
  background-clip: padding-box
@@ -596,7 +596,7 @@
596
596
  position: absolute
597
597
  top: 50%
598
598
  margin-top: -8px
599
- background-image: url('elfinder/icons-small.png')
599
+ background-image: image_url('el_vfs/elfinder/icons-small.png')
600
600
 
601
601
  /* icon in ltr/rtl enviroment
602
602
 
@@ -678,7 +678,7 @@
678
678
  left: 12px
679
679
  top: 50%
680
680
  margin-top: -15px
681
- background: url('elfinder/dialogs.png') 0 0 no-repeat
681
+ background: image_url('el_vfs/elfinder/dialogs.png') 0 0 no-repeat
682
682
 
683
683
  .elfinder-rtl .elfinder-dialog-icon
684
684
  left: auto
@@ -734,7 +734,7 @@
734
734
  .elfinder-notify-progress
735
735
  width: 100%
736
736
  height: 8px
737
- background: url('elfinder/progress.gif') center center repeat-x
737
+ background: image_url('el_vfs/elfinder/progress.gif') center center repeat-x
738
738
 
739
739
  .elfinder-notify-progressbar, .elfinder-notify-progress
740
740
  -moz-border-radius: 2px
@@ -818,7 +818,7 @@
818
818
  width: 14px
819
819
  height: 14px
820
820
  float: left
821
- background: url('elfinder/spinner-mini.gif') center center no-repeat
821
+ background: image_url('el_vfs/elfinder/spinner-mini.gif') center center no-repeat
822
822
  margin: 0 5px
823
823
 
824
824
  /*********************** UPLOAD DIALOG *************************
@@ -949,12 +949,12 @@
949
949
  display: none
950
950
  top: 50%
951
951
  margin-top: -8px
952
- background-image: url('elfinder/arrows-normal.png')
952
+ background-image: image_url('el_vfs/elfinder/arrows-normal.png')
953
953
  background-repeat: no-repeat
954
954
  /* border:1px solid #111;
955
955
 
956
956
  .ui-state-active .elfinder-navbar-arrow
957
- background-image: url('elfinder/arrows-active.png')
957
+ background-image: image_url('el_vfs/elfinder/arrows-active.png')
958
958
 
959
959
  /* collapsed/expanded arrow view
960
960
 
@@ -982,7 +982,7 @@
982
982
  position: absolute
983
983
  top: 50%
984
984
  margin-top: -8px
985
- background-image: url('elfinder/toolbar.png')
985
+ background-image: image_url('el_vfs/elfinder/toolbar.png')
986
986
  background-repeat: no-repeat
987
987
  background-position: 0 -16px
988
988
 
@@ -1029,7 +1029,7 @@
1029
1029
  display: block
1030
1030
  top: 50%
1031
1031
  margin-top: -7px
1032
- background: url('elfinder/spinner-mini.gif') center center no-repeat
1032
+ background: image_url('el_vfs/elfinder/spinner-mini.gif') center center no-repeat
1033
1033
 
1034
1034
  /* spinner ltr/rtl enviroment
1035
1035
 
@@ -1065,7 +1065,7 @@
1065
1065
 
1066
1066
  .elfinder-navbar .ui-resizable-handle
1067
1067
  width: 12px
1068
- background: transparent url('elfinder/resize.png') center center no-repeat
1068
+ background: transparent image_url('el_vfs/elfinder/resize.png') center center no-repeat
1069
1069
 
1070
1070
  .elfinder-ltr .elfinder-navbar .ui-resizable-handle
1071
1071
  right: 0
@@ -1095,7 +1095,7 @@
1095
1095
 
1096
1096
  .elfinder-quicklook
1097
1097
  position: absolute
1098
- background: url('elfinder/quicklook-bg.png')
1098
+ background: image_url('el_vfs/elfinder/quicklook-bg.png')
1099
1099
  display: none
1100
1100
  overflow: hidden
1101
1101
  border-radius: 7px
@@ -1107,7 +1107,7 @@
1107
1107
  height: 14px
1108
1108
  right: 5px
1109
1109
  bottom: 3px
1110
- background: url('elfinder/toolbar.png') 0 -496px no-repeat
1110
+ background: image_url('el_vfs/elfinder/toolbar.png') 0 -496px no-repeat
1111
1111
 
1112
1112
  /* quicklook fullscreen window
1113
1113
 
@@ -1255,7 +1255,7 @@
1255
1255
  height: 32px
1256
1256
  margin: 0 7px
1257
1257
  float: left
1258
- background: url('elfinder/quicklook-icons.png') 0 0 no-repeat
1258
+ background: image_url('el_vfs/elfinder/quicklook-icons.png') 0 0 no-repeat
1259
1259
 
1260
1260
  /* fullscreen icon
1261
1261
 
@@ -1462,7 +1462,7 @@ embed.elfinder-quicklook-preview-audio
1462
1462
  width: 16px
1463
1463
  height: 16px
1464
1464
  display: block
1465
- background: url('elfinder/toolbar.png') no-repeat
1465
+ background: image_url('el_vfs/elfinder/toolbar.png') no-repeat
1466
1466
 
1467
1467
  /* buttons icons
1468
1468
 
@@ -121,14 +121,14 @@
121
121
 
122
122
  .ui-widget-content
123
123
  border: 1px solid #aaaaaa
124
- background: white url('ui/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x
124
+ background: white image_url('el_vfs/ui/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x
125
125
  color: #222222
126
126
  a
127
127
  color: #222222
128
128
 
129
129
  .ui-widget-header
130
130
  border: 1px solid #aaaaaa
131
- background: #cccccc url('ui/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x
131
+ background: #cccccc image_url('el_vfs/ui/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x
132
132
  color: #222222
133
133
  font-weight: bold
134
134
  a
@@ -140,7 +140,7 @@
140
140
 
141
141
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
142
142
  border: 1px solid #d3d3d3
143
- background: #e6e6e6 url('ui/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x
143
+ background: #e6e6e6 image_url('el_vfs/ui/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x
144
144
  font-weight: normal
145
145
  color: #555555
146
146
 
@@ -153,7 +153,7 @@
153
153
 
154
154
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
155
155
  border: 1px solid #999999
156
- background: #dadada url('ui/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x
156
+ background: #dadada image_url('el_vfs/ui/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x
157
157
  font-weight: normal
158
158
  color: #212121
159
159
 
@@ -166,7 +166,7 @@
166
166
 
167
167
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
168
168
  border: 1px solid #aaaaaa
169
- background: white url('ui/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x
169
+ background: white image_url('el_vfs/ui/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x
170
170
  font-weight: normal
171
171
  color: #212121
172
172
 
@@ -186,7 +186,7 @@
186
186
 
187
187
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
188
188
  border: 1px solid #fcefa1
189
- background: #fbf9ee url('ui/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x
189
+ background: #fbf9ee image_url('el_vfs/ui/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x
190
190
  color: #363636
191
191
 
192
192
  .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
@@ -194,7 +194,7 @@
194
194
 
195
195
  .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
196
196
  border: 1px solid #cd0a0a
197
- background: #fef1ec url('ui/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x
197
+ background: #fef1ec image_url('el_vfs/ui/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x
198
198
  color: #cd0a0a
199
199
 
200
200
  .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
@@ -223,22 +223,22 @@
223
223
  .ui-icon
224
224
  width: 16px
225
225
  height: 16px
226
- background-image: url('ui/ui-icons_222222_256x240.png')
226
+ background-image: image_url('el_vfs/ui/ui-icons_222222_256x240.png')
227
227
 
228
228
  .ui-widget-content .ui-icon, .ui-widget-header .ui-icon
229
- background-image: url('ui/ui-icons_222222_256x240.png')
229
+ background-image: image_url('el_vfs/ui/ui-icons_222222_256x240.png')
230
230
 
231
231
  .ui-state-default .ui-icon
232
- background-image: url('ui/ui-icons_888888_256x240.png')
232
+ background-image: image_url('el_vfs/ui/ui-icons_888888_256x240.png')
233
233
 
234
234
  .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon
235
- background-image: url('ui/ui-icons_454545_256x240.png')
235
+ background-image: image_url('el_vfs/ui/ui-icons_454545_256x240.png')
236
236
 
237
237
  .ui-state-highlight .ui-icon
238
- background-image: url('ui/ui-icons_2e83ff_256x240.png')
238
+ background-image: image_url('el_vfs/ui/ui-icons_2e83ff_256x240.png')
239
239
 
240
240
  .ui-state-error .ui-icon, .ui-state-error-text .ui-icon
241
- background-image: url('ui/ui-icons_cd0a0a_256x240.png')
241
+ background-image: image_url('el_vfs/ui/ui-icons_cd0a0a_256x240.png')
242
242
 
243
243
  /* positioning
244
244
  */
@@ -800,14 +800,14 @@
800
800
  */
801
801
 
802
802
  .ui-widget-overlay
803
- background: #aaaaaa url('ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x
803
+ background: #aaaaaa image_url('el_vfs/ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x
804
804
  opacity: .30
805
805
  filter: Alpha(Opacity = 30)
806
806
 
807
807
  .ui-widget-shadow
808
808
  margin: -8px 0 0 -8px
809
809
  padding: 8px
810
- background: #aaaaaa url('ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x
810
+ background: #aaaaaa image_url('el_vfs/ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x
811
811
  opacity: .30
812
812
  filter: Alpha(Opacity = 30)
813
813
  -moz-border-radius: 8px
@@ -79,4 +79,4 @@
79
79
  background: #3875d7
80
80
  color: #fff
81
81
  .elfinder-contextmenu-arrow
82
- background-image: url('elfinder/arrows-active.png')
82
+ background-image: image_url('el_vfs/elfinder/arrows-active.png')
@@ -1,3 +1,3 @@
1
1
  module ElVfsClient
2
- VERSION = "0.0.2.1"
2
+ VERSION = "0.0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: el_vfs_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.1
4
+ version: 0.0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-11-28 00:00:00.000000000 Z
13
+ date: 2011-11-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: configliere
17
- requirement: &11951300 !ruby/object:Gem::Requirement
17
+ requirement: &19921400 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *11951300
25
+ version_requirements: *19921400
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: curb
28
- requirement: &11950720 !ruby/object:Gem::Requirement
28
+ requirement: &19920940 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
- version_requirements: *11950720
36
+ version_requirements: *19920940
37
37
  description: Description of ElVfsClient.
38
38
  email:
39
39
  - mail@openteam.ru
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  segments:
100
100
  - 0
101
- hash: -394209253396690307
101
+ hash: -1085864375118120718
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  none: false
104
104
  requirements:
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  segments:
109
109
  - 0
110
- hash: -394209253396690307
110
+ hash: -1085864375118120718
111
111
  requirements: []
112
112
  rubyforge_project:
113
113
  rubygems_version: 1.8.10