el_vfs_client 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +24 -0
  4. data/app/assets/images/el_vfs/elfinder/arrows-active.png +0 -0
  5. data/app/assets/images/el_vfs/elfinder/arrows-normal.png +0 -0
  6. data/app/assets/images/el_vfs/elfinder/dialogs.png +0 -0
  7. data/app/assets/images/el_vfs/elfinder/icons-big.png +0 -0
  8. data/app/assets/images/el_vfs/elfinder/icons-small.png +0 -0
  9. data/app/assets/images/el_vfs/elfinder/logo.png +0 -0
  10. data/app/assets/images/el_vfs/elfinder/progress.gif +0 -0
  11. data/app/assets/images/el_vfs/elfinder/quicklook-bg.png +0 -0
  12. data/app/assets/images/el_vfs/elfinder/quicklook-icons.png +0 -0
  13. data/app/assets/images/el_vfs/elfinder/resize.png +0 -0
  14. data/app/assets/images/el_vfs/elfinder/spinner-mini.gif +0 -0
  15. data/app/assets/images/el_vfs/elfinder/toolbar.png +0 -0
  16. data/app/assets/images/el_vfs/ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  17. data/app/assets/images/el_vfs/ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  18. data/app/assets/images/el_vfs/ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  19. data/app/assets/images/el_vfs/ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  20. data/app/assets/images/el_vfs/ui/ui-bg_glass_75_dadada_1x400.png +0 -0
  21. data/app/assets/images/el_vfs/ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  22. data/app/assets/images/el_vfs/ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  23. data/app/assets/images/el_vfs/ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  24. data/app/assets/images/el_vfs/ui/ui-icons_222222_256x240.png +0 -0
  25. data/app/assets/images/el_vfs/ui/ui-icons_2e83ff_256x240.png +0 -0
  26. data/app/assets/images/el_vfs/ui/ui-icons_454545_256x240.png +0 -0
  27. data/app/assets/images/el_vfs/ui/ui-icons_888888_256x240.png +0 -0
  28. data/app/assets/images/el_vfs/ui/ui-icons_cd0a0a_256x240.png +0 -0
  29. data/app/assets/javascripts/el_vfs/elfinder.js +9601 -0
  30. data/app/assets/javascripts/el_vfs/i18n/elfinder.LANG.js +281 -0
  31. data/app/assets/javascripts/el_vfs/i18n/elfinder.ar.js +280 -0
  32. data/app/assets/javascripts/el_vfs/i18n/elfinder.ru.js +280 -0
  33. data/app/assets/stylesheets/el_vfs/el_vfs.sass +4 -0
  34. data/app/assets/stylesheets/el_vfs/elfinder.sass +1645 -0
  35. data/app/assets/stylesheets/el_vfs/jquery_ui.sass +1482 -0
  36. data/app/assets/stylesheets/el_vfs/reset.sass +3 -0
  37. data/app/assets/stylesheets/el_vfs/theme.sass +82 -0
  38. data/app/controllers/el_vfs_client/el_finder_controller.rb +36 -0
  39. data/config/routes.rb +5 -0
  40. metadata +113 -0
@@ -0,0 +1,1645 @@
1
+ /*!
2
+ * elFinder - file manager for web
3
+ * Version 2.0 beta (2011-07-10)
4
+ * http://elfinder.org
5
+ *
6
+ * Copyright 2009-2011, Studio 42
7
+ * Licensed under a 3 clauses BSD license
8
+
9
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/commands.css
10
+ /*****************************************************************
11
+ /* COMMANDS STYLES
12
+ /*****************************************************************
13
+
14
+ /********************** COMMAND 'HELP' ***************************
15
+ /* edit text file textarea
16
+
17
+ .elfinder-file-edit
18
+ width: 99%
19
+ height: 99%
20
+ margin: 0
21
+ padding: 2px
22
+ border: 1px solid #ccc
23
+
24
+ /* help dialog
25
+
26
+ .elfinder-help
27
+ margin-bottom: .5em
28
+ .ui-tabs-panel
29
+ padding: .5em
30
+
31
+ /* fix tabs
32
+
33
+ .elfinder-dialog .ui-tabs .ui-tabs-nav li a
34
+ padding: .2em 1em
35
+
36
+ .elfinder-help-shortcuts
37
+ height: 300px
38
+ padding: 1em
39
+ margin: .5em 0
40
+ overflow: auto
41
+
42
+ .elfinder-help-shortcut
43
+ white-space: nowrap
44
+ clear: both
45
+
46
+ .elfinder-help-shortcut-pattern
47
+ float: left
48
+ width: 160px
49
+
50
+ .elfinder-help-logo
51
+ width: 100px
52
+ height: 96px
53
+ float: left
54
+ margin-right: 1em
55
+ background: url('elfinder/logo.png') center center no-repeat
56
+
57
+ .elfinder-help h3
58
+ font-size: 1.5em
59
+ margin: .2em 0 .3em 0
60
+
61
+ .elfinder-help-separator
62
+ clear: both
63
+ padding: .5em
64
+
65
+ .elfinder-help-link
66
+ padding: 2px
67
+
68
+ .elfinder-help
69
+ .ui-priority-secondary
70
+ font-size: .9em
71
+ .ui-priority-primary
72
+ margin-bottom: 7px
73
+
74
+ .elfinder-help-team
75
+ clear: both
76
+ text-align: right
77
+ border-bottom: 1px solid #ccc
78
+ margin: .5em 0
79
+ font-size: .9em
80
+ div
81
+ float: left
82
+
83
+ .elfinder-help-license
84
+ font-size: .9em
85
+
86
+ .elfinder-help-disabled
87
+ font-weight: bold
88
+ text-align: center
89
+ margin: 90px 0
90
+
91
+ .elfinder-help .elfinder-dont-panic
92
+ display: block
93
+ border: 1px solid transparent
94
+ width: 200px
95
+ height: 200px
96
+ margin: 30px auto
97
+ text-decoration: none
98
+ text-align: center
99
+ position: relative
100
+ background: #d90004
101
+ -moz-box-shadow: 5px 5px 9px #111
102
+ -webkit-box-shadow: 5px 5px 9px #111
103
+ box-shadow: 5px 5px 9px #111
104
+ background: -moz-radial-gradient(80px 80px, circle farthest-corner, #d90004 35%, #960004 100%)
105
+ background: -webkit-gradient(radial, 80 80, 60, 80 80, 120, from(#d90004), to(#960004))
106
+ -moz-border-radius: 100px
107
+ -webkit-border-radius: 100px
108
+ border-radius: 100px
109
+ outline: none
110
+ span
111
+ font-size: 3em
112
+ font-weight: bold
113
+ text-align: center
114
+ color: #fff
115
+ position: absolute
116
+ left: 0
117
+ top: 45px
118
+
119
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/common.css
120
+ /********************************************
121
+ /* COMMON ELFINDER STUFFS
122
+ /********************************************
123
+
124
+ /* common container
125
+
126
+ .elfinder
127
+ padding: 0
128
+ position: relative
129
+ display: block
130
+
131
+ /* right to left enviroment
132
+
133
+ .elfinder-rtl
134
+ text-align: right
135
+ direction: rtl
136
+
137
+ /* nav and cwd container
138
+
139
+ .elfinder-workzone
140
+ padding: 0
141
+ position: relative
142
+ overflow: hidden
143
+
144
+ /* dir/file permissions and symlink markers
145
+
146
+ .elfinder-perms, .elfinder-symlink
147
+ position: absolute
148
+ width: 16px
149
+ height: 16px
150
+ background-image: url('elfinder/toolbar.png')
151
+ background-repeat: no-repeat
152
+ background-position: 0 -528px
153
+
154
+ /* noaccess
155
+
156
+ .elfinder-na .elfinder-perms
157
+ background-position: 0 -96px
158
+
159
+ /* read only
160
+
161
+ .elfinder-ro .elfinder-perms
162
+ background-position: 0 -64px
163
+
164
+ /* write only
165
+
166
+ .elfinder-wo .elfinder-perms
167
+ background-position: 0 -80px
168
+
169
+ /* drag helper
170
+
171
+ .elfinder-drag-helper
172
+ width: 60px
173
+ height: 50px
174
+ padding: 0 0 0 25px
175
+ z-index: 100000
176
+
177
+ /* drag helper 'plus' icon
178
+
179
+ .elfinder-drag-helper-icon-plus
180
+ position: absolute
181
+ width: 16px
182
+ height: 16px
183
+ left: 43px
184
+ top: 55px
185
+ background: url('elfinder/toolbar.png') 0 -544px no-repeat
186
+ display: none
187
+
188
+ /* show 'plus' icon when ctrl/shift pressed
189
+
190
+ .elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus
191
+ display: block
192
+
193
+ /* files num in drag helper
194
+
195
+ .elfinder-drag-num
196
+ position: absolute
197
+ top: 0
198
+ left: 0
199
+ width: 16px
200
+ height: 14px
201
+ text-align: center
202
+ padding-top: 2px
203
+ font-size: 12px
204
+ font-weight: bold
205
+ color: #fff
206
+ background-color: red
207
+ -moz-border-radius: 8px
208
+ -webkit-border-radius: 8px
209
+ border-radius: 8px
210
+
211
+ /* icon in drag helper
212
+
213
+ .elfinder-drag-helper .elfinder-cwd-icon
214
+ margin: 0 0 0 -24px
215
+ float: left
216
+
217
+ /* transparent overlay >_<
218
+
219
+ .elfinder-overlay
220
+ opacity: 0
221
+ filter: Alpha(Opacity = 0)
222
+
223
+ /* panels under/below cwd (for search field etc)
224
+
225
+ .elfinder .elfinder-panel
226
+ position: relative
227
+ background-image: none
228
+ padding: 7px 12px
229
+
230
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/contexmenu.css
231
+ /* menu and submenu
232
+
233
+ .elfinder-contextmenu
234
+ display: none
235
+ position: absolute
236
+ border: 1px solid #aaa
237
+ background: #fff
238
+ color: #555
239
+ padding: 4px 0
240
+
241
+ .elfinder-contextmenu-sub
242
+ display: none
243
+ position: absolute
244
+ border: 1px solid #aaa
245
+ background: #fff
246
+ color: #555
247
+ padding: 4px 0
248
+ top: 5px
249
+
250
+ /* submenu
251
+
252
+ /* submenu in rtl/ltr enviroment
253
+
254
+ .elfinder-contextmenu-ltr .elfinder-contextmenu-sub
255
+ margin-left: -5px
256
+
257
+ .elfinder-contextmenu-rtl .elfinder-contextmenu-sub
258
+ margin-right: -5px
259
+
260
+ /* menu item
261
+
262
+ .elfinder-contextmenu-item
263
+ position: relative
264
+ display: block
265
+ padding: 4px 30px
266
+ text-decoration: none
267
+ white-space: nowrap
268
+ cursor: default
269
+
270
+ /* text in item
271
+
272
+ .elfinder-contextmenu .elfinder-contextmenu-item span
273
+ font-size: .76em
274
+ display: block
275
+
276
+ /* submenu item in rtl/ltr enviroment
277
+
278
+ .elfinder-contextmenu-ltr .elfinder-contextmenu-item
279
+ text-align: left
280
+
281
+ .elfinder-contextmenu-rtl .elfinder-contextmenu-item
282
+ text-align: right
283
+
284
+ .elfinder-contextmenu-ltr .elfinder-contextmenu-sub .elfinder-contextmenu-item
285
+ padding-left: 12px
286
+
287
+ .elfinder-contextmenu-rtl .elfinder-contextmenu-sub .elfinder-contextmenu-item
288
+ padding-right: 12px
289
+
290
+ /* command/submenu icon
291
+
292
+ .elfinder-contextmenu-arrow, .elfinder-contextmenu-icon
293
+ position: absolute
294
+ top: 50%
295
+ margin-top: -8px
296
+
297
+ /* command icon in rtl/ltr enviroment
298
+
299
+ .elfinder-contextmenu-ltr .elfinder-contextmenu-icon
300
+ left: 8px
301
+
302
+ .elfinder-contextmenu-rtl .elfinder-contextmenu-icon
303
+ right: 8px
304
+
305
+ /* arrow icon
306
+
307
+ .elfinder-contextmenu-arrow
308
+ width: 16px
309
+ height: 16px
310
+ background: url('elfinder/arrows-normal.png') 5px 4px no-repeat
311
+
312
+ /* arrow icon in rtl/ltr enviroment
313
+
314
+ .elfinder-contextmenu-ltr .elfinder-contextmenu-arrow
315
+ right: 5px
316
+
317
+ .elfinder-contextmenu-rtl .elfinder-contextmenu-arrow
318
+ left: 5px
319
+ background-position: 0 -10px
320
+
321
+ /* disable ui border/bg image on hover
322
+
323
+ .elfinder-contextmenu .ui-state-hover
324
+ border: 0 solid
325
+ background-image: none
326
+
327
+ /* separator
328
+
329
+ .elfinder-contextmenu-separator
330
+ height: 0px
331
+ border-top: 1px solid #ccc
332
+ margin: 0 1px
333
+
334
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/cwd.css
335
+ /*****************************************************************
336
+ /* CURRENT DIRECTORY STYLES
337
+ /*****************************************************************
338
+
339
+ /* container
340
+
341
+ .elfinder-cwd
342
+ overflow: auto
343
+ position: relative
344
+ font-size: .7em
345
+ cursor: default
346
+ /* border:2px solid transparent;
347
+ padding: 2px
348
+ margin: 0
349
+ /* border:2px solid red;
350
+ /* margin-right:0 ;
351
+
352
+ /* container active on dropenter
353
+
354
+ .elfinder .elfinder-cwd.elfinder-droppable-active
355
+ padding: 0
356
+ border: 2px solid #8cafed
357
+
358
+ /************************** ICONS VIEW *******************************
359
+
360
+ /* file container
361
+
362
+ .elfinder-cwd-view-icons .elfinder-cwd-file
363
+ width: 80px
364
+ height: 80px
365
+ padding-bottom: 2px
366
+ cursor: default
367
+ overflow: hidden
368
+ /* font-family:verdana, trebuchet ms, arial,sans-serif;
369
+
370
+ /* ltr/rtl enviroment
371
+
372
+ .elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file
373
+ float: left
374
+ margin: 0 3px 3px 0
375
+
376
+ .elfinder-rtl .elfinder-cwd-view-icons .elfinder-cwd-file
377
+ float: right
378
+ margin: 0 0 3px 3px
379
+
380
+ /* remove ui hover class border
381
+
382
+ .elfinder-cwd-view-icons
383
+ .elfinder-cwd-file .ui-state-hover
384
+ border: 0 solid
385
+ .elfinder-cwd-file-wrapper
386
+ width: 52px
387
+ height: 52px
388
+ margin: 1px auto 1px auto
389
+ padding: 2px
390
+ position: relative
391
+ .elfinder-cwd-filename
392
+ text-align: center
393
+ white-space: nowrap
394
+ overflow: hidden
395
+ text-overflow: ellipsis
396
+ -o-text-overflow: ellipsis
397
+ margin: 3px 1px 0 1px
398
+ padding: 1px
399
+ -moz-border-radius: 8px
400
+ -webkit-border-radius: 8px
401
+ border-radius: 8px
402
+ .elfinder-perms
403
+ bottom: 4px
404
+ right: 2px
405
+ .elfinder-symlink
406
+ bottom: 6px
407
+ left: 0px
408
+
409
+ /* icon wrapper to create selected highlight around icon
410
+
411
+ /* file name place
412
+
413
+ /* permissions/symlink markers
414
+
415
+ /* icon/thumbnail
416
+
417
+ .elfinder-cwd-icon
418
+ display: block
419
+ width: 48px
420
+ height: 48px
421
+ margin: 0 auto
422
+ background: url('elfinder/icons-big.png') 0 0 no-repeat
423
+ -moz-background-clip: padding
424
+ -webkit-background-clip: padding-box
425
+ background-clip: padding-box
426
+
427
+ /* 'opened folder' icon on dragover
428
+
429
+ .elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon
430
+ background-position: 0 -100px
431
+
432
+ /* mimetypes icons
433
+
434
+ .elfinder-cwd-icon-directory
435
+ background-position: 0 -50px
436
+
437
+ .elfinder-cwd-icon-application
438
+ background-position: 0 -150px
439
+
440
+ .elfinder-cwd-icon-x-empty, .elfinder-cwd-icon-text
441
+ background-position: 0 -200px
442
+
443
+ .elfinder-cwd-icon-image, .elfinder-cwd-icon-vnd-adobe-photoshop, .elfinder-cwd-icon-postscript
444
+ background-position: 0 -250px
445
+
446
+ .elfinder-cwd-icon-audio
447
+ background-position: 0 -300px
448
+
449
+ .elfinder-cwd-icon-video, .elfinder-cwd-icon-flash-video
450
+ background-position: 0 -350px
451
+
452
+ .elfinder-cwd-icon-rtf, .elfinder-cwd-icon-rtfd
453
+ background-position: 0 -401px
454
+
455
+ .elfinder-cwd-icon-pdf
456
+ background-position: 0 -450px
457
+
458
+ .elfinder-cwd-icon-vnd-ms-office, .elfinder-cwd-icon-msword, .elfinder-cwd-icon-vnd-ms-word, .elfinder-cwd-icon-vnd-oasis-opendocument-text, .elfinder-cwd-icon-ms-excel, .elfinder-cwd-icon-vnd-ms-excel, .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet, .elfinder-cwd-icon-vnd-ms-powerpoint, .elfinder-cwd-icon-vnd-oasis-opendocument-presentation
459
+ background-position: 0 -500px
460
+
461
+ .elfinder-cwd-icon-html
462
+ background-position: 0 -550px
463
+
464
+ .elfinder-cwd-icon-css
465
+ background-position: 0 -600px
466
+
467
+ .elfinder-cwd-icon-javascript, .elfinder-cwd-icon-x-javascript
468
+ background-position: 0 -650px
469
+
470
+ .elfinder-cwd-icon-x-perl
471
+ background-position: 0 -700px
472
+
473
+ .elfinder-cwd-icon-x-python
474
+ background-position: 0 -750px
475
+
476
+ .elfinder-cwd-icon-x-ruby
477
+ background-position: 0 -800px
478
+
479
+ .elfinder-cwd-icon-x-sh, .elfinder-cwd-icon-x-shellscript
480
+ background-position: 0 -850px
481
+
482
+ .elfinder-cwd-icon-x-c, .elfinder-cwd-icon-x-csrc, .elfinder-cwd-icon-x-chdr, .elfinder-cwd-icon-x-c--, .elfinder-cwd-icon-x-c--src, .elfinder-cwd-icon-x-c--hdr, .elfinder-cwd-icon-x-java, .elfinder-cwd-icon-x-java-source
483
+ background-position: 0 -900px
484
+
485
+ .elfinder-cwd-icon-x-php
486
+ background-position: 0 -950px
487
+
488
+ .elfinder-cwd-icon-xml
489
+ background-position: 0 -1000px
490
+
491
+ .elfinder-cwd-icon-zip, .elfinder-cwd-icon-x-7z-compressed
492
+ background-position: 0 -1050px
493
+
494
+ .elfinder-cwd-icon-x-gzip, .elfinder-cwd-icon-x-tar
495
+ background-position: 0 -1100px
496
+
497
+ .elfinder-cwd-icon-x-bzip, .elfinder-cwd-icon-x-bzip2
498
+ background-position: 0 -1150px
499
+
500
+ .elfinder-cwd-icon-x-rar, .elfinder-cwd-icon-x-rar-compressed
501
+ background-position: 0 -1200px
502
+
503
+ .elfinder-cwd-icon-x-shockwave-flash
504
+ background-position: 0 -1250px
505
+
506
+ .elfinder-cwd-icon-group
507
+ background-position: 0 -1300px
508
+
509
+ /* textfield inside icon
510
+
511
+ .elfinder-cwd input
512
+ width: 100%
513
+ border: 0px solid
514
+ margin: 0
515
+ padding: 0
516
+
517
+ .elfinder-cwd-view-icons
518
+ input
519
+ text-align: center
520
+ text-align: center
521
+
522
+ /************************************ LIST VIEW ***********************************
523
+
524
+ .elfinder-cwd-view-list
525
+ padding: 0 0 4px 0
526
+
527
+ .elfinder-cwd table
528
+ width: 100%
529
+ border-collapse: collapse
530
+ border: 0 solid
531
+ margin: 0
532
+
533
+ .elfinder .elfinder-cwd table
534
+ thead
535
+ tr
536
+ border-left: 0 solid
537
+ border-top: 0 solid
538
+ border-right: 0 solid
539
+ td
540
+ font-size: .9em
541
+ td
542
+ padding: 3px 12px
543
+ white-space: nowrap
544
+ overflow: hidden
545
+ text-align: right
546
+ cursor: default
547
+ border: 0 solid
548
+
549
+ .elfinder-ltr .elfinder-cwd table td
550
+ text-align: right
551
+ &:first-child
552
+ text-align: left
553
+
554
+ .elfinder-rtl .elfinder-cwd table td
555
+ text-align: left
556
+ &:first-child
557
+ text-align: right
558
+
559
+ .elfinder-odd-row
560
+ background: #eee
561
+
562
+ /* filename container
563
+
564
+ .elfinder-cwd-view-list .elfinder-cwd-file-wrapper
565
+ width: 97%
566
+ position: relative
567
+
568
+ /* filename container in ltr/rtl enviroment
569
+
570
+ .elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper
571
+ padding-left: 23px
572
+
573
+ .elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper
574
+ padding-right: 23px
575
+
576
+ /* premissions/symlink marker
577
+
578
+ .elfinder-cwd-view-list
579
+ .elfinder-perms, .elfinder-symlink
580
+ top: 50%
581
+ margin-top: -6px
582
+
583
+ /* markers in ltr/rtl enviroment
584
+
585
+ .elfinder-ltr .elfinder-cwd-view-list
586
+ .elfinder-perms
587
+ left: 7px
588
+ .elfinder-symlink
589
+ left: -7px
590
+
591
+ /* file icon
592
+
593
+ .elfinder-cwd-view-list td .elfinder-cwd-icon
594
+ width: 16px
595
+ height: 16px
596
+ position: absolute
597
+ top: 50%
598
+ margin-top: -8px
599
+ background-image: url('elfinder/icons-small.png')
600
+
601
+ /* icon in ltr/rtl enviroment
602
+
603
+ .elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon
604
+ left: 0
605
+
606
+ .elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon
607
+ right: 0
608
+
609
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/dialog.css
610
+ /********************************************
611
+ /* DIALOGS STYLES
612
+ /********************************************
613
+
614
+ /* common dialogs class
615
+
616
+ .std42-dialog
617
+ padding: 0
618
+ .ui-dialog-titlebar
619
+ border-left: 0 solid
620
+ border-top: 0 solid
621
+ border-right: 0 solid
622
+ -moz-border-radius-bottomleft: 0
623
+ -webkit-border-bottom-left-radius: 0
624
+ border-bottom-left-radius: 0
625
+ -moz-border-radius-bottomright: 0
626
+ -webkit-border-bottom-right-radius: 0
627
+ border-bottom-right-radius: 0
628
+ font-size: .82em
629
+ font-weight: normal
630
+ padding: .2em 1em
631
+ .ui-dialog-titlebar-close
632
+ padding: 1px
633
+ &:hover
634
+ padding: 1px
635
+
636
+ /* titlebar
637
+
638
+ .elfinder-rtl .elfinder-dialog .ui-dialog-titlebar
639
+ text-align: right
640
+ .ui-dialog-titlebar-close
641
+ right: auto
642
+ left: .3em
643
+
644
+ /* content
645
+
646
+ .std42-dialog
647
+ .ui-dialog-content
648
+ padding: .3em .5em
649
+ font-size: .72em
650
+ .ui-dialog-buttonpane
651
+ border: 0 solid
652
+ margin: 0
653
+ padding: .5em .7em
654
+ font-size: .76em
655
+ button
656
+ margin: 0 0 0 .4em
657
+ padding: 0
658
+ outline: 0 solid
659
+ span
660
+ padding: 2px 9px
661
+
662
+ /* buttons
663
+
664
+ .elfinder-dialog
665
+ .ui-resizable-e, .ui-resizable-s
666
+ width: 0
667
+ height: 0
668
+
669
+ .std42-dialog .ui-button input
670
+ cursor: pointer
671
+
672
+ /* error/notify/confirm dialogs icon
673
+
674
+ .elfinder-dialog-icon
675
+ position: absolute
676
+ width: 32px
677
+ height: 32px
678
+ left: 12px
679
+ top: 50%
680
+ margin-top: -15px
681
+ background: url('elfinder/dialogs.png') 0 0 no-repeat
682
+
683
+ .elfinder-rtl .elfinder-dialog-icon
684
+ left: auto
685
+ right: 12px
686
+
687
+ /*********************** ERROR DIALOG *************************
688
+
689
+ .elfinder-dialog-error .ui-dialog-content, .elfinder-dialog-confirm .ui-dialog-content
690
+ padding-left: 56px
691
+ min-height: 35px
692
+
693
+ .elfinder-rtl
694
+ .elfinder-dialog-error .ui-dialog-content, .elfinder-dialog-confirm .ui-dialog-content
695
+ padding-left: 0
696
+ padding-right: 56px
697
+
698
+ /*********************** NOTIFY DIALOG *************************
699
+
700
+ .elfinder-dialog-notify
701
+ .ui-dialog-titlebar-close
702
+ display: none
703
+ .ui-dialog-content
704
+ padding: 0
705
+
706
+ /* one notification container
707
+
708
+ .elfinder-notify
709
+ border-bottom: 1px solid #ccc
710
+ position: relative
711
+ padding: .5em
712
+ text-align: center
713
+ overflow: hidden
714
+
715
+ .elfinder-ltr .elfinder-notify
716
+ padding-left: 30px
717
+
718
+ .elfinder-rtl .elfinder-notify
719
+ padding-right: 30px
720
+
721
+ .elfinder-notify:last-child
722
+ border: 0 solid
723
+
724
+ /* progressbar
725
+
726
+ .elfinder-notify-progressbar
727
+ width: 180px
728
+ height: 8px
729
+ border: 1px solid #aaa
730
+ background: #f5f5f5
731
+ margin: 5px auto
732
+ overflow: hidden
733
+
734
+ .elfinder-notify-progress
735
+ width: 100%
736
+ height: 8px
737
+ background: url('elfinder/progress.gif') center center repeat-x
738
+
739
+ .elfinder-notify-progressbar, .elfinder-notify-progress
740
+ -moz-border-radius: 2px
741
+ -webkit-border-radius: 2px
742
+ border-radius: 2px
743
+
744
+ /* icons
745
+
746
+ .elfinder-dialog-icon-open, .elfinder-dialog-icon-file, .elfinder-dialog-icon-reload
747
+ background-position: 0 -225px
748
+
749
+ .elfinder-dialog-icon-mkdir
750
+ background-position: 0 -64px
751
+
752
+ .elfinder-dialog-icon-mkfile
753
+ background-position: 0 -96px
754
+
755
+ .elfinder-dialog-icon-copy, .elfinder-dialog-icon-prepare, .elfinder-dialog-icon-move
756
+ background-position: 0 -128px
757
+
758
+ .elfinder-dialog-icon-upload
759
+ background-position: 0 -160px
760
+
761
+ .elfinder-dialog-icon-rm
762
+ background-position: 0 -192px
763
+
764
+ .elfinder-dialog-icon-download
765
+ background-position: 0 -260px
766
+
767
+ .elfinder-dialog-icon-save
768
+ background-position: 0 -295px
769
+
770
+ .elfinder-dialog-icon-rename
771
+ background-position: 0 -330px
772
+
773
+ .elfinder-dialog-icon-archive, .elfinder-dialog-icon-extract
774
+ background-position: 0 -365px
775
+
776
+ .elfinder-dialog-icon-search
777
+ background-position: 0 -402px
778
+
779
+ /*********************** CONFIRM DIALOG *************************
780
+
781
+ .elfinder-dialog-confirm-applyall
782
+ padding-top: 3px
783
+
784
+ .elfinder-dialog-confirm .elfinder-dialog-icon
785
+ background-position: 0 -32px
786
+
787
+ /*********************** FILE INFO DIALOG *************************
788
+
789
+ .elfinder-info-title
790
+ .elfinder-cwd-icon
791
+ float: left
792
+ width: 48px
793
+ height: 48px
794
+ margin-right: 1em
795
+ strong
796
+ display: block
797
+ padding: .3em 0 .5em 0
798
+
799
+ .elfinder-info-tb
800
+ min-width: 200px
801
+ border: 0 solid
802
+ margin: 1em .2em 1em .2em
803
+ font-size: .9em
804
+ td
805
+ white-space: nowrap
806
+ padding: 2px
807
+ tr td:first-child
808
+ text-align: right
809
+ span
810
+ float: left
811
+ a
812
+ outline: none
813
+ text-decoration: underline
814
+ &:hover
815
+ text-decoration: none
816
+
817
+ .elfinder-info-spinner
818
+ width: 14px
819
+ height: 14px
820
+ float: left
821
+ background: url('elfinder/spinner-mini.gif') center center no-repeat
822
+ margin: 0 5px
823
+
824
+ /*********************** UPLOAD DIALOG *************************
825
+
826
+ .elfinder-upload-dropbox
827
+ font-size: 1.2em
828
+ text-align: center
829
+ padding: 2em 0
830
+ border: 3px dashed #aaa
831
+ &.ui-state-hover
832
+ background: #dfdfdf
833
+ border: 3px dashed #555
834
+
835
+ .elfinder-upload-dialog-or
836
+ font-size: 1.2em
837
+ margin: .3em 0
838
+ text-align: center
839
+
840
+ .elfinder-upload-dialog-wrapper
841
+ text-align: center
842
+ .ui-button
843
+ position: relative
844
+ overflow: hidden
845
+ form
846
+ position: absolute
847
+ right: 0
848
+ top: 0
849
+ opacity: 0
850
+ filter: Alpha(Opacity = 0)
851
+ input
852
+ padding: 0 20px
853
+ font-size: 3em
854
+
855
+ /* dialog for elFinder itself
856
+
857
+ .dialogelfinder .dialogelfinder-drag
858
+ border-left: 0 solid
859
+ border-top: 0 solid
860
+ border-right: 0 solid
861
+ font-weight: normal
862
+ font-size: .9em
863
+ padding: 2px 12px
864
+ cursor: move
865
+ position: relative
866
+ text-align: left
867
+
868
+ .elfinder-rtl .dialogelfinder-drag
869
+ text-align: right
870
+
871
+ .dialogelfinder-drag-close
872
+ position: absolute
873
+ top: 50%
874
+ margin-top: -8px
875
+
876
+ .elfinder-ltr .dialogelfinder-drag-close
877
+ right: 12px
878
+
879
+ .elfinder-rtl .dialogelfinder-drag-close
880
+ left: 12px
881
+
882
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/navbar.css
883
+ /********************************************
884
+ /* NAVIGATION PANEL
885
+ /********************************************
886
+
887
+ /* container
888
+
889
+ .elfinder .elfinder-navbar
890
+ width: 230px
891
+ padding: 3px 5px
892
+ font-size: .72em
893
+ background-image: none
894
+ border-top: 0 solid
895
+ border-bottom: 0 solid
896
+ overflow: auto
897
+ display: none
898
+ /* border:1px solid #111;
899
+
900
+ /* ltr/rtl enviroment
901
+
902
+ .elfinder-ltr .elfinder-navbar
903
+ float: left
904
+ border-left: 0 solid
905
+ padding-right: 10px
906
+
907
+ .elfinder-rtl .elfinder-navbar
908
+ float: right
909
+ border-right: 0 solid
910
+ padding-left: 10px
911
+
912
+ /* folders tree container
913
+
914
+ .elfinder-tree
915
+ display: table
916
+ width: 100%
917
+ margin: 0 0 .5em 0
918
+
919
+ /* one folder wrapper
920
+
921
+ .elfinder-navbar-wrapper, .elfinder-place-wrapper
922
+
923
+ /* folder
924
+
925
+ .elfinder-navbar-dir
926
+ position: relative
927
+ display: block
928
+ white-space: nowrap
929
+ padding: 3px 12px
930
+ margin: 0
931
+ outline: 0 solid
932
+ border: 1px solid transparent
933
+ cursor: default
934
+
935
+ /* ltr/rtl enviroment
936
+
937
+ .elfinder-ltr .elfinder-navbar-dir
938
+ padding-left: 35px
939
+
940
+ .elfinder-rtl .elfinder-navbar-dir
941
+ padding-right: 35px
942
+
943
+ /* arrow before icon
944
+
945
+ .elfinder-navbar-arrow
946
+ width: 12px
947
+ height: 14px
948
+ position: absolute
949
+ display: none
950
+ top: 50%
951
+ margin-top: -8px
952
+ background-image: url('elfinder/arrows-normal.png')
953
+ background-repeat: no-repeat
954
+ /* border:1px solid #111;
955
+
956
+ .ui-state-active .elfinder-navbar-arrow
957
+ background-image: url('elfinder/arrows-active.png')
958
+
959
+ /* collapsed/expanded arrow view
960
+
961
+ .elfinder-navbar-collapsed .elfinder-navbar-arrow
962
+ display: block
963
+
964
+ /* arrow ltr/rtl enviroment
965
+
966
+ .elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow
967
+ background-position: 0 4px
968
+ left: 0
969
+
970
+ .elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow
971
+ background-position: 0 -10px
972
+ right: 0
973
+
974
+ .elfinder-ltr .elfinder-navbar-expanded.elfinder-navbar-arrow, .elfinder-rtl .elfinder-navbar-expanded.elfinder-navbar-arrow
975
+ background-position: 0 -21px
976
+
977
+ /* folder icon
978
+
979
+ .elfinder-navbar-icon
980
+ width: 16px
981
+ height: 16px
982
+ position: absolute
983
+ top: 50%
984
+ margin-top: -8px
985
+ background-image: url('elfinder/toolbar.png')
986
+ background-repeat: no-repeat
987
+ background-position: 0 -16px
988
+
989
+ /* ltr/rtl enviroment
990
+
991
+ .elfinder-ltr .elfinder-navbar-icon
992
+ left: 14px
993
+
994
+ .elfinder-rtl .elfinder-navbar-icon
995
+ right: 14px
996
+
997
+ /* root folder
998
+
999
+ .elfinder-tree .elfinder-navbar-root .elfinder-navbar-icon
1000
+ background-position: 0 0
1001
+
1002
+ .elfinder-places .elfinder-navbar-root .elfinder-navbar-icon
1003
+ background-position: 0 -48px
1004
+
1005
+ /* icon in active/hove/dropactive state
1006
+
1007
+ .ui-state-active .elfinder-navbar-icon, .elfinder-droppable-active .elfinder-navbar-icon, .ui-state-hover.elfinder-navbar-icon
1008
+ background-position: 0 -32px
1009
+
1010
+ /* subdirs tree
1011
+
1012
+ .elfinder-navbar-subtree
1013
+ display: none
1014
+
1015
+ /* ltr/rtl enviroment
1016
+
1017
+ .elfinder-ltr .elfinder-navbar-subtree
1018
+ margin-left: 12px
1019
+
1020
+ .elfinder-rtl .elfinder-navbar-subtree
1021
+ margin-right: 12px
1022
+
1023
+ /* spinner
1024
+
1025
+ .elfinder-navbar-spinner
1026
+ width: 14px
1027
+ height: 14px
1028
+ position: absolute
1029
+ display: block
1030
+ top: 50%
1031
+ margin-top: -7px
1032
+ background: url('elfinder/spinner-mini.gif') center center no-repeat
1033
+
1034
+ /* spinner ltr/rtl enviroment
1035
+
1036
+ .elfinder-ltr .elfinder-navbar-spinner
1037
+ left: 0
1038
+ margin-left: -2px
1039
+
1040
+ .elfinder-rtl .elfinder-navbar-spinner
1041
+ right: 0
1042
+ margin-right: -2px
1043
+
1044
+ /* permissions marker
1045
+
1046
+ .elfinder-navbar .elfinder-perms
1047
+ top: 50%
1048
+ margin-top: -8px
1049
+
1050
+ /* permissions/symlink markers ltr/rtl enviroment
1051
+
1052
+ .elfinder-ltr .elfinder-navbar .elfinder-perms
1053
+ left: 18px
1054
+
1055
+ .elfinder-rtl .elfinder-navbar .elfinder-perms
1056
+ right: 18px
1057
+
1058
+ .elfinder-ltr .elfinder-navbar .elfinder-symlink
1059
+ left: 8px
1060
+
1061
+ .elfinder-rtl .elfinder-navbar .elfinder-symlink
1062
+ right: 8px
1063
+
1064
+ /* resizable
1065
+
1066
+ .elfinder-navbar .ui-resizable-handle
1067
+ width: 12px
1068
+ background: transparent url('elfinder/resize.png') center center no-repeat
1069
+
1070
+ .elfinder-ltr .elfinder-navbar .ui-resizable-handle
1071
+ right: 0
1072
+
1073
+ .elfinder-rtl .elfinder-navbar .ui-resizable-handle
1074
+ left: 0
1075
+
1076
+ .elfinder-nav-handle-icon
1077
+ position: absolute
1078
+ top: 50%
1079
+ margin: -8px 2px 0 2px
1080
+ opacity: .5
1081
+ filter: Alpha(Opacity = 50)
1082
+
1083
+ .elfinder-places
1084
+ border: 1px solid transparent
1085
+ &.elfinder-droppable-active
1086
+ border: 1px solid #8cafed
1087
+
1088
+ .elfinder-place-drag .elfinder-navbar-dir
1089
+ font-size: .9em
1090
+
1091
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/places.css
1092
+
1093
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/quicklook.css
1094
+ /* quicklook window
1095
+
1096
+ .elfinder-quicklook
1097
+ position: absolute
1098
+ background: url('elfinder/quicklook-bg.png')
1099
+ display: none
1100
+ overflow: hidden
1101
+ border-radius: 7px
1102
+ -moz-border-radius: 7px
1103
+ -webkit-border-radius: 7px
1104
+ padding: 20px 0 40px 0
1105
+ .ui-resizable-se
1106
+ width: 14px
1107
+ height: 14px
1108
+ right: 5px
1109
+ bottom: 3px
1110
+ background: url('elfinder/toolbar.png') 0 -496px no-repeat
1111
+
1112
+ /* quicklook fullscreen window
1113
+
1114
+ .elfinder-quicklook-fullscreen
1115
+ border-radius: 0
1116
+ -moz-border-radius: 0
1117
+ -webkit-border-radius: 0
1118
+ -webkit-background-clip: padding-box
1119
+ /* background-clip:padding-box;
1120
+ padding: 0
1121
+ background: #000
1122
+ z-index: 90000
1123
+ display: block
1124
+ .elfinder-quicklook-titlebar
1125
+ display: none
1126
+ .elfinder-quicklook-preview
1127
+ border: 0 solid
1128
+
1129
+ /* hide titlebar in fullscreen mode
1130
+
1131
+ /* hide preview border in fullscreen mode
1132
+
1133
+ /* quicklook titlebar
1134
+
1135
+ .elfinder-quicklook-titlebar
1136
+ text-align: center
1137
+ background: #777
1138
+ position: absolute
1139
+ left: 0
1140
+ top: 0
1141
+ width: 100%
1142
+ height: 20px
1143
+ -moz-border-radius-topleft: 7px
1144
+ -webkit-border-top-left-radius: 7px
1145
+ border-top-left-radius: 7px
1146
+ -moz-border-radius-topright: 7px
1147
+ -webkit-border-top-right-radius: 7px
1148
+ border-top-right-radius: 7px
1149
+ cursor: move
1150
+
1151
+ /* window title
1152
+
1153
+ .elfinder-quicklook-title
1154
+ font-size: .7em
1155
+ color: #fff
1156
+ white-space: nowrap
1157
+ overflow: hidden
1158
+ padding: 2px 0
1159
+
1160
+ /* icon 'close' in titlebar
1161
+
1162
+ .elfinder-quicklook-titlebar .ui-icon
1163
+ position: absolute
1164
+ left: 4px
1165
+ top: 50%
1166
+ margin-top: -8px
1167
+ width: 16px
1168
+ height: 16px
1169
+ cursor: default
1170
+
1171
+ /* main part of quicklook window
1172
+
1173
+ .elfinder-quicklook-preview
1174
+ overflow: hidden
1175
+ position: relative
1176
+ border: 0 solid
1177
+ border-left: 1px solid transparent
1178
+ border-right: 1px solid transparent
1179
+ height: 100%
1180
+
1181
+ /* wrapper for file info/icon
1182
+
1183
+ .elfinder-quicklook-info-wrapper
1184
+ position: absolute
1185
+ width: 100%
1186
+ left: 0
1187
+ top: 50%
1188
+ margin-top: -50px
1189
+
1190
+ /* file info
1191
+
1192
+ .elfinder-quicklook-info
1193
+ padding: 0 12px 0 112px
1194
+ .elfinder-quicklook-info-data:first-child
1195
+ color: #fff
1196
+ font-weight: bold
1197
+ padding-bottom: .5em
1198
+
1199
+ /* file name in info
1200
+
1201
+ /* other data in info
1202
+
1203
+ .elfinder-quicklook-info-data
1204
+ font-size: .72em
1205
+ padding-bottom: .2em
1206
+ color: #fff
1207
+
1208
+ /* file icon
1209
+
1210
+ .elfinder-quicklook .elfinder-cwd-icon
1211
+ position: absolute
1212
+ left: 32px
1213
+ top: 50%
1214
+ margin-top: -20px
1215
+
1216
+ /* image in preview
1217
+
1218
+ .elfinder-quicklook-preview img
1219
+ display: block
1220
+ margin: 0 auto
1221
+
1222
+ /* navigation bar on quicklook window bottom
1223
+
1224
+ .elfinder-quicklook-navbar
1225
+ position: absolute
1226
+ left: 50%
1227
+ bottom: 4px
1228
+ width: 140px
1229
+ height: 32px
1230
+ padding: 0px
1231
+ margin-left: -70px
1232
+ border: 1px solid transparent
1233
+ border-radius: 19px
1234
+ -moz-border-radius: 19px
1235
+ -webkit-border-radius: 19px
1236
+
1237
+ /* navigation bar in fullscreen mode
1238
+
1239
+ .elfinder-quicklook-fullscreen
1240
+ .elfinder-quicklook-navbar
1241
+ width: 188px
1242
+ margin-left: -94px
1243
+ padding: 5px
1244
+ border: 1px solid #eee
1245
+ background: #000
1246
+ .elfinder-quicklook-navbar-icon-close, .elfinder-quicklook-navbar-separator
1247
+ display: inline
1248
+
1249
+ /* show close icon in fullscreen mode
1250
+
1251
+ /* icons in navbar
1252
+
1253
+ .elfinder-quicklook-navbar-icon
1254
+ width: 32px
1255
+ height: 32px
1256
+ margin: 0 7px
1257
+ float: left
1258
+ background: url('elfinder/quicklook-icons.png') 0 0 no-repeat
1259
+
1260
+ /* fullscreen icon
1261
+
1262
+ .elfinder-quicklook-navbar-icon-fullscreen
1263
+ background-position: 0 -64px
1264
+
1265
+ /* exit fullscreen icon
1266
+
1267
+ .elfinder-quicklook-navbar-icon-fullscreen-off
1268
+ background-position: 0 -96px
1269
+
1270
+ /* prev file icon
1271
+
1272
+ .elfinder-quicklook-navbar-icon-prev
1273
+ background-position: 0 0
1274
+
1275
+ /* next file icon
1276
+
1277
+ .elfinder-quicklook-navbar-icon-next
1278
+ background-position: 0 -32px
1279
+
1280
+ /* close icon
1281
+
1282
+ .elfinder-quicklook-navbar-icon-close
1283
+ background-position: 0 -128px
1284
+ display: none
1285
+
1286
+ /* icons separator
1287
+
1288
+ .elfinder-quicklook-navbar-separator
1289
+ width: 1px
1290
+ height: 32px
1291
+ float: left
1292
+ border-left: 1px solid #fff
1293
+ display: none
1294
+
1295
+ /* text files preview wrapper
1296
+
1297
+ .elfinder-quicklook-preview-text-wrapper
1298
+ width: 100%
1299
+ height: 100%
1300
+ background: #fff
1301
+ color: #222
1302
+ font-size: .9em
1303
+ overflow: auto
1304
+
1305
+ /* text preview
1306
+
1307
+ pre.elfinder-quicklook-preview-text
1308
+ margin: 0
1309
+ padding: 3px 9px
1310
+
1311
+ /* html/pdf preview
1312
+
1313
+ .elfinder-quicklook-preview-html, .elfinder-quicklook-preview-pdf
1314
+ width: 100%
1315
+ height: 100%
1316
+ background: #fff
1317
+ border: 0 solid
1318
+ margin: 0
1319
+
1320
+ /* swf preview container
1321
+
1322
+ .elfinder-quicklook-preview-flash
1323
+ width: 100%
1324
+ height: 100%
1325
+
1326
+ /* audio preview container
1327
+
1328
+ .elfinder-quicklook-preview-audio
1329
+ width: 100%
1330
+ position: absolute
1331
+ bottom: 0
1332
+ left: 0
1333
+
1334
+ /* audio preview using embed
1335
+
1336
+ embed.elfinder-quicklook-preview-audio
1337
+ height: 30px
1338
+ background: transparent
1339
+
1340
+ /* video preview container
1341
+
1342
+ .elfinder-quicklook-preview-video
1343
+ width: 100%
1344
+ height: 100%
1345
+
1346
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/statusbar.css
1347
+ /*****************************************************************
1348
+ /* STATUSBAR STYLES
1349
+ /*****************************************************************
1350
+
1351
+ /* statusbar container
1352
+
1353
+ .elfinder-statusbar
1354
+ text-align: center
1355
+ font-weight: normal
1356
+ padding: .2em .5em
1357
+ border-right: 0 solid
1358
+ border-bottom: 0 solid
1359
+ border-left: 0 solid
1360
+ a
1361
+ text-decoration: none
1362
+ div
1363
+ font-size: .7em
1364
+
1365
+ /* path in statusbar
1366
+
1367
+ .elfinder-ltr .elfinder-path
1368
+ float: left
1369
+
1370
+ .elfinder-rtl .elfinder-path, .elfinder-ltr .elfinder-stat-size
1371
+ float: right
1372
+
1373
+ /* total/selected size in statusbar
1374
+
1375
+ .elfinder-rtl .elfinder-stat-size
1376
+ float: left
1377
+
1378
+ /* File: /home/troex/Sites/git/elfinder-2.x/css/toolbar.css
1379
+ /********************************************
1380
+ /* TOOLBAR STYLES
1381
+ /********************************************
1382
+ /* toolbar container
1383
+
1384
+ .elfinder-toolbar
1385
+ padding: 4px 0 3px 0
1386
+ border-left: 0 solid
1387
+ border-top: 0 solid
1388
+ border-right: 0 solid
1389
+
1390
+ /* container for button's group
1391
+
1392
+ .elfinder-buttonset
1393
+ margin: 1px 4px
1394
+ float: left
1395
+ background: transparent
1396
+ padding: 0
1397
+ -moz-border-radius: 4px
1398
+ -webkit-border-radius: 4px
1399
+ border-radius: 4px
1400
+
1401
+ /*.elfinder-buttonset:first-child { margin:0; }
1402
+
1403
+ /* button
1404
+
1405
+ .elfinder
1406
+ .elfinder-button
1407
+ width: 16px
1408
+ height: 16px
1409
+ margin: 0
1410
+ padding: 4px
1411
+ float: left
1412
+ overflow: hidden
1413
+ position: relative
1414
+ border: 0 solid
1415
+ .ui-icon-search
1416
+ cursor: pointer
1417
+
1418
+ .elfinder-button
1419
+ &:first-child
1420
+ -moz-border-radius-topleft: 4px
1421
+ -webkit-border-top-left-radius: 4px
1422
+ border-top-left-radius: 4px
1423
+ -moz-border-radius-bottomleft: 4px
1424
+ -webkit-border-bottom-left-radius: 4px
1425
+ border-bottom-left-radius: 4px
1426
+ &:last-child
1427
+ -moz-border-radius-topright: 4px
1428
+ -webkit-border-top-right-radius: 4px
1429
+ border-top-right-radius: 4px
1430
+ -moz-border-radius-bottomright: 4px
1431
+ -webkit-border-bottom-right-radius: 4px
1432
+ border-bottom-right-radius: 4px
1433
+
1434
+ /* separator between buttons, required for berder between button with ui color
1435
+
1436
+ .elfinder-toolbar-button-separator
1437
+ float: left
1438
+ padding: 0
1439
+ height: 24px
1440
+ border-top: 0 solid
1441
+ border-right: 0 solid
1442
+ border-bottom: 0 solid
1443
+ width: 0
1444
+
1445
+ /* change icon opacity^ not button
1446
+
1447
+ .elfinder .elfinder-button.ui-state-disabled
1448
+ opacity: 1
1449
+ filter: Alpha(Opacity = 100)
1450
+ .elfinder-button-icon
1451
+ opacity: .4
1452
+ filter: Alpha(Opacity = 40)
1453
+
1454
+ /* rtl enviroment
1455
+
1456
+ .elfinder-rtl .elfinder-buttonset
1457
+ float: right
1458
+
1459
+ /* icon inside button
1460
+
1461
+ .elfinder-button-icon
1462
+ width: 16px
1463
+ height: 16px
1464
+ display: block
1465
+ background: url('elfinder/toolbar.png') no-repeat
1466
+
1467
+ /* buttons icons
1468
+
1469
+ .elfinder-button-icon-home
1470
+ background-position: 0 0
1471
+
1472
+ .elfinder-button-icon-back
1473
+ background-position: 0 -112px
1474
+
1475
+ .elfinder-button-icon-forward
1476
+ background-position: 0 -128px
1477
+
1478
+ .elfinder-button-icon-up
1479
+ background-position: 0 -144px
1480
+
1481
+ .elfinder-button-icon-reload
1482
+ background-position: 0 -160px
1483
+
1484
+ .elfinder-button-icon-open
1485
+ background-position: 0 -176px
1486
+
1487
+ .elfinder-button-icon-mkdir
1488
+ background-position: 0 -192px
1489
+
1490
+ .elfinder-button-icon-mkfile
1491
+ background-position: 0 -208px
1492
+
1493
+ .elfinder-button-icon-rm
1494
+ background-position: 0 -224px
1495
+
1496
+ .elfinder-button-icon-copy
1497
+ background-position: 0 -240px
1498
+
1499
+ .elfinder-button-icon-cut
1500
+ background-position: 0 -256px
1501
+
1502
+ .elfinder-button-icon-paste
1503
+ background-position: 0 -272px
1504
+
1505
+ .elfinder-button-icon-getfile
1506
+ background-position: 0 -288px
1507
+
1508
+ .elfinder-button-icon-duplicate
1509
+ background-position: 0 -304px
1510
+
1511
+ .elfinder-button-icon-rename
1512
+ background-position: 0 -320px
1513
+
1514
+ .elfinder-button-icon-edit
1515
+ background-position: 0 -336px
1516
+
1517
+ .elfinder-button-icon-quicklook
1518
+ background-position: 0 -352px
1519
+
1520
+ .elfinder-button-icon-upload
1521
+ background-position: 0 -368px
1522
+
1523
+ .elfinder-button-icon-download
1524
+ background-position: 0 -384px
1525
+
1526
+ .elfinder-button-icon-info
1527
+ background-position: 0 -400px
1528
+
1529
+ .elfinder-button-icon-extract
1530
+ background-position: 0 -416px
1531
+
1532
+ .elfinder-button-icon-archive
1533
+ background-position: 0 -432px
1534
+
1535
+ .elfinder-button-icon-view
1536
+ background-position: 0 -448px
1537
+
1538
+ .elfinder-button-icon-view-list
1539
+ background-position: 0 -464px
1540
+
1541
+ .elfinder-button-icon-help
1542
+ background-position: 0 -480px
1543
+
1544
+ .elfinder-button-icon-resize
1545
+ background-position: 0 -512px
1546
+
1547
+ /* button with dropdown menu
1548
+
1549
+ .elfinder .elfinder-menubutton
1550
+ overflow: visible
1551
+
1552
+ /* menu
1553
+
1554
+ .elfinder-button-menu
1555
+ position: absolute
1556
+ left: 0
1557
+ top: 26px
1558
+ padding: 3px 0
1559
+
1560
+ /* menu item
1561
+
1562
+ .elfinder-button-menu-item
1563
+ white-space: nowrap
1564
+ font-size: .72em
1565
+ cursor: default
1566
+ padding: 5px 19px
1567
+
1568
+ /* fix hover ui class
1569
+
1570
+ .elfinder-button-menu .ui-state-hover
1571
+ border: 0 solid
1572
+
1573
+ /* hack for upload button
1574
+
1575
+ .elfinder-button form
1576
+ position: absolute
1577
+ top: 0
1578
+ right: 0
1579
+ opacity: 0
1580
+ filter: Alpha(Opacity = 0)
1581
+ cursor: pointer
1582
+
1583
+ .elfinder
1584
+ .elfinder-button form input
1585
+ background: transparent
1586
+ cursor: default
1587
+ .elfinder-button-search
1588
+ border: 0 solid
1589
+ background: transparent
1590
+ padding: 0
1591
+ margin: 1px 4px
1592
+ height: auto
1593
+ float: right
1594
+ width: 202px
1595
+
1596
+ /* search 'button'
1597
+
1598
+ /* ltr/rte enviroment
1599
+
1600
+ .elfinder-ltr .elfinder-button-search
1601
+ float: right
1602
+ margin-right: 10px
1603
+
1604
+ .elfinder-rtl .elfinder-button-search
1605
+ float: left
1606
+ margin-left: 10px
1607
+
1608
+ /* search text field
1609
+
1610
+ .elfinder-button-search input
1611
+ width: 160px
1612
+ height: 22px
1613
+ padding: 0 20px
1614
+ font-size: .8em
1615
+ line-height: 22px
1616
+ border: 0 solid
1617
+ border: 1px solid #aaa
1618
+ -moz-border-radius: 12px
1619
+ -webkit-border-radius: 12px
1620
+ border-radius: 12px
1621
+ outline: 0 solid
1622
+
1623
+ .elfinder-rtl .elfinder-button-search input
1624
+ direction: rtl
1625
+
1626
+ /* icons
1627
+
1628
+ .elfinder-button-search .ui-icon
1629
+ position: absolute
1630
+ height: 18px
1631
+ top: 50%
1632
+ margin: -7px 4px 0 4px
1633
+ opacity: .6
1634
+ filter: Alpha(Opacity = 60)
1635
+
1636
+ /* search/close icons
1637
+
1638
+ .elfinder-ltr .elfinder-button-search .ui-icon-search
1639
+ left: 0
1640
+
1641
+ .elfinder-rtl .elfinder-button-search .ui-icon-search, .elfinder-ltr .elfinder-button-search .ui-icon-close
1642
+ right: 0
1643
+
1644
+ .elfinder-rtl .elfinder-button-search .ui-icon-close
1645
+ left: 0