el_vfs_client 0.3.5 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/javascripts/el_vfs/elfinder-2.x-455221fc1644d545a308ff438b860c13ae56a295.zip +0 -0
- data/app/assets/javascripts/el_vfs/elfinder.full.js +10945 -0
- data/app/assets/javascripts/el_vfs/i18n/elfinder.LANG.js +15 -8
- data/app/assets/javascripts/el_vfs/i18n/elfinder.ru.js +18 -7
- data/app/assets/javascripts/engine.js +1 -1
- data/app/assets/stylesheets/el_vfs/elfinder.sass +435 -72
- data/app/assets/stylesheets/el_vfs/theme.sass +2 -0
- data/lib/el_vfs_client/version.rb +1 -1
- metadata +65 -48
- data/app/assets/javascripts/el_vfs/elfinder.js +0 -25
@@ -1,11 +1,18 @@
|
|
1
1
|
/*!
|
2
2
|
* elFinder - file manager for web
|
3
|
-
* Version 2.0 rc1 (2012-
|
3
|
+
* Version 2.0 rc1 (2012-09-28)
|
4
4
|
* http://elfinder.org
|
5
5
|
*
|
6
6
|
* Copyright 2009-2012, Studio 42
|
7
7
|
* Licensed under a 3 clauses BSD license
|
8
8
|
|
9
|
+
/* File: /home/osc/elFinder-build/elFinder/css/commands.css
|
10
|
+
/*****************************************************************
|
11
|
+
/* COMMANDS STYLES
|
12
|
+
/*****************************************************************
|
13
|
+
|
14
|
+
/********************** COMMAND "RESIZE" ***************************
|
15
|
+
|
9
16
|
.elfinder-dialog-resize
|
10
17
|
margin-top: .3em
|
11
18
|
|
@@ -28,6 +35,7 @@
|
|
28
35
|
float: right
|
29
36
|
position: relative
|
30
37
|
overflow: auto
|
38
|
+
/* z-index:100;
|
31
39
|
|
32
40
|
.elfinder-resize-handle
|
33
41
|
position: relative
|
@@ -38,11 +46,11 @@
|
|
38
46
|
|
39
47
|
.elfinder-resize-handle-hline
|
40
48
|
width: 100%
|
41
|
-
height: 1px!important
|
49
|
+
height: 1px !important
|
42
50
|
background-repeat: repeat-x
|
43
51
|
|
44
52
|
.elfinder-resize-handle-vline
|
45
|
-
width: 1px!important
|
53
|
+
width: 1px !important
|
46
54
|
height: 100%
|
47
55
|
background-repeat: repeat-y
|
48
56
|
|
@@ -67,7 +75,7 @@
|
|
67
75
|
width: 8px
|
68
76
|
height: 8px
|
69
77
|
border: 1px solid #777
|
70
|
-
background:
|
78
|
+
background: transparent
|
71
79
|
|
72
80
|
.elfinder-resize-handle-point-n
|
73
81
|
top: 0
|
@@ -140,6 +148,7 @@
|
|
140
148
|
.elfinder-resize-reset
|
141
149
|
width: 16px
|
142
150
|
height: 16px
|
151
|
+
/* border:1px solid #111;
|
143
152
|
position: absolute
|
144
153
|
margin-top: -8px
|
145
154
|
|
@@ -151,7 +160,7 @@
|
|
151
160
|
width: 100%
|
152
161
|
height: 10px
|
153
162
|
.ui-resizable-se
|
154
|
-
background:
|
163
|
+
background: transparent
|
155
164
|
bottom: 0
|
156
165
|
right: 0
|
157
166
|
margin-right: -7px
|
@@ -179,6 +188,9 @@
|
|
179
188
|
width: 195px
|
180
189
|
margin: 7px 7px 0
|
181
190
|
|
191
|
+
/********************** COMMAND "EDIT" ***************************
|
192
|
+
/* edit text file textarea
|
193
|
+
|
182
194
|
.elfinder-file-edit
|
183
195
|
width: 99%
|
184
196
|
height: 99%
|
@@ -186,11 +198,16 @@
|
|
186
198
|
padding: 2px
|
187
199
|
border: 1px solid #ccc
|
188
200
|
|
201
|
+
/********************** COMMAND "HELP" ***************************
|
202
|
+
/* help dialog
|
203
|
+
|
189
204
|
.elfinder-help
|
190
205
|
margin-bottom: .5em
|
191
206
|
.ui-tabs-panel
|
192
207
|
padding: .5em
|
193
208
|
|
209
|
+
/* fix tabs
|
210
|
+
|
194
211
|
.elfinder-dialog .ui-tabs .ui-tabs-nav li a
|
195
212
|
padding: .2em 1em
|
196
213
|
|
@@ -217,7 +234,7 @@
|
|
217
234
|
|
218
235
|
.elfinder-help h3
|
219
236
|
font-size: 1.5em
|
220
|
-
margin: .2em 0 .3em
|
237
|
+
margin: .2em 0 .3em 0
|
221
238
|
|
222
239
|
.elfinder-help-separator
|
223
240
|
clear: both
|
@@ -245,7 +262,7 @@
|
|
245
262
|
font-size: .9em
|
246
263
|
|
247
264
|
.elfinder-help-disabled
|
248
|
-
font-weight:
|
265
|
+
font-weight: bold
|
249
266
|
text-align: center
|
250
267
|
margin: 90px 0
|
251
268
|
|
@@ -270,27 +287,40 @@
|
|
270
287
|
outline: none
|
271
288
|
span
|
272
289
|
font-size: 3em
|
273
|
-
font-weight:
|
290
|
+
font-weight: bold
|
274
291
|
text-align: center
|
275
292
|
color: #fff
|
276
293
|
position: absolute
|
277
294
|
left: 0
|
278
295
|
top: 45px
|
279
296
|
|
297
|
+
/* File: /home/osc/elFinder-build/elFinder/css/common.css
|
298
|
+
/********************************************
|
299
|
+
/* COMMON ELFINDER STUFFS
|
300
|
+
/********************************************
|
301
|
+
|
302
|
+
/* common container
|
303
|
+
|
280
304
|
.elfinder
|
281
305
|
padding: 0
|
282
306
|
position: relative
|
283
307
|
display: block
|
284
308
|
|
309
|
+
/* right to left enviroment
|
310
|
+
|
285
311
|
.elfinder-rtl
|
286
312
|
text-align: right
|
287
313
|
direction: rtl
|
288
314
|
|
315
|
+
/* nav and cwd container
|
316
|
+
|
289
317
|
.elfinder-workzone
|
290
318
|
padding: 0
|
291
319
|
position: relative
|
292
320
|
overflow: hidden
|
293
321
|
|
322
|
+
/* dir/file permissions and symlink markers
|
323
|
+
|
294
324
|
.elfinder-perms, .elfinder-symlink
|
295
325
|
position: absolute
|
296
326
|
width: 16px
|
@@ -299,21 +329,31 @@
|
|
299
329
|
background-repeat: no-repeat
|
300
330
|
background-position: 0 -528px
|
301
331
|
|
332
|
+
/* noaccess
|
333
|
+
|
302
334
|
.elfinder-na .elfinder-perms
|
303
335
|
background-position: 0 -96px
|
304
336
|
|
337
|
+
/* read only
|
338
|
+
|
305
339
|
.elfinder-ro .elfinder-perms
|
306
340
|
background-position: 0 -64px
|
307
341
|
|
342
|
+
/* write only
|
343
|
+
|
308
344
|
.elfinder-wo .elfinder-perms
|
309
345
|
background-position: 0 -80px
|
310
346
|
|
347
|
+
/* drag helper
|
348
|
+
|
311
349
|
.elfinder-drag-helper
|
312
350
|
width: 60px
|
313
351
|
height: 50px
|
314
352
|
padding: 0 0 0 25px
|
315
353
|
z-index: 100000
|
316
354
|
|
355
|
+
/* drag helper "plus" icon
|
356
|
+
|
317
357
|
.elfinder-drag-helper-icon-plus
|
318
358
|
position: absolute
|
319
359
|
width: 16px
|
@@ -323,9 +363,13 @@
|
|
323
363
|
background: image_url('el_vfs/elfinder/toolbar.png') 0 -544px no-repeat
|
324
364
|
display: none
|
325
365
|
|
366
|
+
/* show "plus" icon when ctrl/shift pressed
|
367
|
+
|
326
368
|
.elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus
|
327
369
|
display: block
|
328
370
|
|
371
|
+
/* files num in drag helper
|
372
|
+
|
329
373
|
.elfinder-drag-num
|
330
374
|
position: absolute
|
331
375
|
top: 0
|
@@ -334,27 +378,35 @@
|
|
334
378
|
height: 14px
|
335
379
|
text-align: center
|
336
380
|
padding-top: 2px
|
337
|
-
font-
|
338
|
-
font-weight: 700
|
381
|
+
font-weight: bold
|
339
382
|
color: #fff
|
340
383
|
background-color: red
|
341
384
|
-moz-border-radius: 8px
|
342
385
|
-webkit-border-radius: 8px
|
343
386
|
border-radius: 8px
|
344
387
|
|
388
|
+
/* icon in drag helper
|
389
|
+
|
345
390
|
.elfinder-drag-helper .elfinder-cwd-icon
|
346
391
|
margin: 0 0 0 -24px
|
347
392
|
float: left
|
348
393
|
|
394
|
+
/* transparent overlay >_<
|
395
|
+
|
349
396
|
.elfinder-overlay
|
350
397
|
opacity: 0
|
351
398
|
filter: Alpha(Opacity = 0)
|
352
399
|
|
400
|
+
/* panels under/below cwd (for search field etc)
|
401
|
+
|
353
402
|
.elfinder .elfinder-panel
|
354
403
|
position: relative
|
355
404
|
background-image: none
|
356
405
|
padding: 7px 12px
|
357
406
|
|
407
|
+
/* File: /home/osc/elFinder-build/elFinder/css/contextmenu.css
|
408
|
+
/* menu and submenu
|
409
|
+
|
358
410
|
.elfinder-contextmenu
|
359
411
|
display: none
|
360
412
|
position: absolute
|
@@ -372,12 +424,18 @@
|
|
372
424
|
padding: 4px 0
|
373
425
|
top: 5px
|
374
426
|
|
427
|
+
/* submenu
|
428
|
+
|
429
|
+
/* submenu in rtl/ltr enviroment
|
430
|
+
|
375
431
|
.elfinder-contextmenu-ltr .elfinder-contextmenu-sub
|
376
432
|
margin-left: -5px
|
377
433
|
|
378
434
|
.elfinder-contextmenu-rtl .elfinder-contextmenu-sub
|
379
435
|
margin-right: -5px
|
380
436
|
|
437
|
+
/* menu item
|
438
|
+
|
381
439
|
.elfinder-contextmenu-item
|
382
440
|
position: relative
|
383
441
|
display: block
|
@@ -386,10 +444,13 @@
|
|
386
444
|
white-space: nowrap
|
387
445
|
cursor: default
|
388
446
|
|
447
|
+
/* text in item
|
448
|
+
|
389
449
|
.elfinder-contextmenu .elfinder-contextmenu-item span
|
390
|
-
font-size: .76em
|
391
450
|
display: block
|
392
451
|
|
452
|
+
/* submenu item in rtl/ltr enviroment
|
453
|
+
|
393
454
|
.elfinder-contextmenu-ltr .elfinder-contextmenu-item
|
394
455
|
text-align: left
|
395
456
|
|
@@ -402,22 +463,30 @@
|
|
402
463
|
.elfinder-contextmenu-rtl .elfinder-contextmenu-sub .elfinder-contextmenu-item
|
403
464
|
padding-right: 12px
|
404
465
|
|
466
|
+
/* command/submenu icon
|
467
|
+
|
405
468
|
.elfinder-contextmenu-arrow, .elfinder-contextmenu-icon
|
406
469
|
position: absolute
|
407
470
|
top: 50%
|
408
471
|
margin-top: -8px
|
409
472
|
|
473
|
+
/* command icon in rtl/ltr enviroment
|
474
|
+
|
410
475
|
.elfinder-contextmenu-ltr .elfinder-contextmenu-icon
|
411
476
|
left: 8px
|
412
477
|
|
413
478
|
.elfinder-contextmenu-rtl .elfinder-contextmenu-icon
|
414
479
|
right: 8px
|
415
480
|
|
481
|
+
/* arrow icon
|
482
|
+
|
416
483
|
.elfinder-contextmenu-arrow
|
417
484
|
width: 16px
|
418
485
|
height: 16px
|
419
486
|
background: image_url('el_vfs/elfinder/arrows-normal.png') 5px 4px no-repeat
|
420
487
|
|
488
|
+
/* arrow icon in rtl/ltr enviroment
|
489
|
+
|
421
490
|
.elfinder-contextmenu-ltr .elfinder-contextmenu-arrow
|
422
491
|
right: 5px
|
423
492
|
|
@@ -425,15 +494,25 @@
|
|
425
494
|
left: 5px
|
426
495
|
background-position: 0 -10px
|
427
496
|
|
497
|
+
/* disable ui border/bg image on hover
|
498
|
+
|
428
499
|
.elfinder-contextmenu .ui-state-hover
|
429
500
|
border: 0 solid
|
430
501
|
background-image: none
|
431
502
|
|
503
|
+
/* separator
|
504
|
+
|
432
505
|
.elfinder-contextmenu-separator
|
433
|
-
height:
|
506
|
+
height: 0px
|
434
507
|
border-top: 1px solid #ccc
|
435
508
|
margin: 0 1px
|
436
509
|
|
510
|
+
/* File: /home/osc/elFinder-build/elFinder/css/cwd.css
|
511
|
+
/*****************************************************************
|
512
|
+
/* CURRENT DIRECTORY STYLES
|
513
|
+
/*****************************************************************
|
514
|
+
/* cwd container to avoid selectable on scrollbar
|
515
|
+
|
437
516
|
.elfinder-cwd-wrapper
|
438
517
|
overflow: auto
|
439
518
|
position: relative
|
@@ -443,9 +522,10 @@
|
|
443
522
|
.elfinder-cwd-wrapper-list
|
444
523
|
padding: 0
|
445
524
|
|
525
|
+
/* container
|
526
|
+
|
446
527
|
.elfinder-cwd
|
447
528
|
position: relative
|
448
|
-
font-size: .7em
|
449
529
|
cursor: default
|
450
530
|
padding: 0
|
451
531
|
margin: 0
|
@@ -454,16 +534,25 @@
|
|
454
534
|
-webkit-user-select: none
|
455
535
|
user-select: none
|
456
536
|
|
537
|
+
/* container active on dropenter
|
538
|
+
|
457
539
|
.elfinder .elfinder-cwd-wrapper.elfinder-droppable-active
|
458
540
|
padding: 0
|
459
541
|
border: 2px solid #8cafed
|
460
542
|
|
543
|
+
/************************** ICONS VIEW *******************************
|
544
|
+
|
545
|
+
/* file container
|
546
|
+
|
461
547
|
.elfinder-cwd-view-icons .elfinder-cwd-file
|
462
548
|
width: 120px
|
463
549
|
height: 80px
|
464
550
|
padding-bottom: 2px
|
465
551
|
cursor: default
|
466
|
-
overflow:
|
552
|
+
/* overflow:hidden;
|
553
|
+
/* position:relative;
|
554
|
+
|
555
|
+
/* ltr/rtl enviroment
|
467
556
|
|
468
557
|
.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file
|
469
558
|
float: left
|
@@ -473,13 +562,15 @@
|
|
473
562
|
float: right
|
474
563
|
margin: 0 0 5px 3px
|
475
564
|
|
565
|
+
/* remove ui hover class border
|
566
|
+
|
476
567
|
.elfinder-cwd-view-icons
|
477
568
|
.elfinder-cwd-file .ui-state-hover
|
478
569
|
border: 0 solid
|
479
570
|
.elfinder-cwd-file-wrapper
|
480
571
|
width: 52px
|
481
572
|
height: 52px
|
482
|
-
margin: 1px auto
|
573
|
+
margin: 1px auto 1px auto
|
483
574
|
padding: 2px
|
484
575
|
position: relative
|
485
576
|
.elfinder-cwd-filename
|
@@ -488,7 +579,7 @@
|
|
488
579
|
overflow: hidden
|
489
580
|
text-overflow: ellipsis
|
490
581
|
-o-text-overflow: ellipsis
|
491
|
-
margin: 3px 1px 0
|
582
|
+
margin: 3px 1px 0 1px
|
492
583
|
padding: 1px
|
493
584
|
-moz-border-radius: 8px
|
494
585
|
-webkit-border-radius: 8px
|
@@ -498,7 +589,15 @@
|
|
498
589
|
right: 2px
|
499
590
|
.elfinder-symlink
|
500
591
|
bottom: 6px
|
501
|
-
left:
|
592
|
+
left: 0px
|
593
|
+
|
594
|
+
/* icon wrapper to create selected highlight around icon
|
595
|
+
|
596
|
+
/* file name place
|
597
|
+
|
598
|
+
/* permissions/symlink markers
|
599
|
+
|
600
|
+
/* icon/thumbnail
|
502
601
|
|
503
602
|
.elfinder-cwd-icon
|
504
603
|
display: block
|
@@ -510,9 +609,13 @@
|
|
510
609
|
-webkit-background-clip: padding-box
|
511
610
|
background-clip: padding-box
|
512
611
|
|
612
|
+
/* "opened folder" icon on dragover
|
613
|
+
|
513
614
|
.elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon
|
514
615
|
background-position: 0 -100px
|
515
616
|
|
617
|
+
/* mimetypes icons
|
618
|
+
|
516
619
|
.elfinder-cwd-icon-directory
|
517
620
|
background-position: 0 -50px
|
518
621
|
|
@@ -537,7 +640,7 @@
|
|
537
640
|
.elfinder-cwd-icon-pdf
|
538
641
|
background-position: 0 -450px
|
539
642
|
|
540
|
-
.elfinder-cwd-icon-vnd-ms-office, .elfinder-cwd-icon-
|
643
|
+
.elfinder-cwd-icon-ms-excel, .elfinder-cwd-icon-msword, .elfinder-cwd-icon-vnd-ms-excel, .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-office, .elfinder-cwd-icon-vnd-ms-powerpoint, .elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-word, .elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12, .elfinder-cwd-icon-vnd-oasis-opendocument-chart, .elfinder-cwd-icon-vnd-oasis-opendocument-database, .elfinder-cwd-icon-vnd-oasis-opendocument-formula, .elfinder-cwd-icon-vnd-oasis-opendocument-graphics, .elfinder-cwd-icon-vnd-oasis-opendocument-graphics-template, .elfinder-cwd-icon-vnd-oasis-opendocument-image, .elfinder-cwd-icon-vnd-oasis-opendocument-presentation, .elfinder-cwd-icon-vnd-oasis-opendocument-presentation-template, .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet, .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet-template, .elfinder-cwd-icon-vnd-oasis-opendocument-text, .elfinder-cwd-icon-vnd-oasis-opendocument-text-master, .elfinder-cwd-icon-vnd-oasis-opendocument-text-template, .elfinder-cwd-icon-vnd-oasis-opendocument-text-web, .elfinder-cwd-icon-vnd-openofficeorg-extension, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slide, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slideshow, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-template, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-template, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-template
|
541
644
|
background-position: 0 -500px
|
542
645
|
|
543
646
|
.elfinder-cwd-icon-html
|
@@ -588,9 +691,11 @@
|
|
588
691
|
.elfinder-cwd-icon-group
|
589
692
|
background-position: 0 -1300px
|
590
693
|
|
694
|
+
/* textfield inside icon
|
695
|
+
|
591
696
|
.elfinder-cwd input
|
592
697
|
width: 100%
|
593
|
-
border:
|
698
|
+
border: 0px solid
|
594
699
|
margin: 0
|
595
700
|
padding: 0
|
596
701
|
|
@@ -599,20 +704,21 @@
|
|
599
704
|
text-align: center
|
600
705
|
text-align: center
|
601
706
|
|
707
|
+
/************************************ LIST VIEW ***********************************
|
708
|
+
|
709
|
+
/*.elfinder-cwd-view-list { padding:0 0 4px 0; }
|
710
|
+
|
602
711
|
.elfinder-cwd table
|
603
712
|
width: 100%
|
604
713
|
border-collapse: collapse
|
605
714
|
border: 0 solid
|
606
|
-
margin: 0 0 10px
|
715
|
+
margin: 0 0 10px 0
|
607
716
|
|
608
717
|
.elfinder .elfinder-cwd table
|
609
|
-
thead
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
border-right: 0 solid
|
614
|
-
td
|
615
|
-
font-size: .9em
|
718
|
+
thead tr
|
719
|
+
border-left: 0 solid
|
720
|
+
border-top: 0 solid
|
721
|
+
border-right: 0 solid
|
616
722
|
td
|
617
723
|
padding: 3px 12px
|
618
724
|
white-space: pre
|
@@ -634,27 +740,37 @@
|
|
634
740
|
.elfinder-odd-row
|
635
741
|
background: #eee
|
636
742
|
|
743
|
+
/* filename container
|
744
|
+
|
637
745
|
.elfinder-cwd-view-list .elfinder-cwd-file-wrapper
|
638
746
|
width: 97%
|
639
747
|
position: relative
|
640
748
|
|
749
|
+
/* filename container in ltr/rtl enviroment
|
750
|
+
|
641
751
|
.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper
|
642
752
|
padding-left: 23px
|
643
753
|
|
644
754
|
.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper
|
645
755
|
padding-right: 23px
|
646
756
|
|
757
|
+
/* premissions/symlink marker
|
758
|
+
|
647
759
|
.elfinder-cwd-view-list
|
648
760
|
.elfinder-perms, .elfinder-symlink
|
649
761
|
top: 50%
|
650
762
|
margin-top: -6px
|
651
763
|
|
764
|
+
/* markers in ltr/rtl enviroment
|
765
|
+
|
652
766
|
.elfinder-ltr .elfinder-cwd-view-list
|
653
767
|
.elfinder-perms
|
654
768
|
left: 7px
|
655
769
|
.elfinder-symlink
|
656
770
|
left: -7px
|
657
771
|
|
772
|
+
/* file icon
|
773
|
+
|
658
774
|
.elfinder-cwd-view-list td .elfinder-cwd-icon
|
659
775
|
width: 16px
|
660
776
|
height: 16px
|
@@ -663,12 +779,21 @@
|
|
663
779
|
margin-top: -8px
|
664
780
|
background-image: image_url('el_vfs/elfinder/icons-small.png')
|
665
781
|
|
782
|
+
/* icon in ltr/rtl enviroment
|
783
|
+
|
666
784
|
.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon
|
667
785
|
left: 0
|
668
786
|
|
669
787
|
.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon
|
670
788
|
right: 0
|
671
789
|
|
790
|
+
/* File: /home/osc/elFinder-build/elFinder/css/dialog.css
|
791
|
+
/********************************************
|
792
|
+
/* DIALOGS STYLES
|
793
|
+
/********************************************
|
794
|
+
|
795
|
+
/* common dialogs class
|
796
|
+
|
672
797
|
.std42-dialog
|
673
798
|
padding: 0
|
674
799
|
.ui-dialog-titlebar
|
@@ -681,36 +806,39 @@
|
|
681
806
|
-moz-border-radius-bottomright: 0
|
682
807
|
-webkit-border-bottom-right-radius: 0
|
683
808
|
border-bottom-right-radius: 0
|
684
|
-
font-
|
685
|
-
font-weight: 400
|
809
|
+
font-weight: normal
|
686
810
|
padding: .2em 1em
|
687
811
|
.ui-dialog-titlebar-close
|
688
812
|
padding: 1px
|
689
813
|
&:hover
|
690
814
|
padding: 1px
|
691
815
|
|
816
|
+
/* titlebar
|
817
|
+
|
692
818
|
.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar
|
693
819
|
text-align: right
|
694
820
|
.ui-dialog-titlebar-close
|
695
821
|
right: auto
|
696
822
|
left: .3em
|
697
823
|
|
824
|
+
/* content
|
825
|
+
|
698
826
|
.std42-dialog
|
699
827
|
.ui-dialog-content
|
700
828
|
padding: .3em .5em
|
701
|
-
font-size: .72em
|
702
829
|
.ui-dialog-buttonpane
|
703
830
|
border: 0 solid
|
704
831
|
margin: 0
|
705
832
|
padding: .5em .7em
|
706
|
-
font-size: .76em
|
707
833
|
button
|
708
834
|
margin: 0 0 0 .4em
|
709
835
|
padding: 0
|
710
|
-
outline:
|
836
|
+
outline: 0px solid
|
711
837
|
span
|
712
838
|
padding: 2px 9px
|
713
839
|
|
840
|
+
/* buttons
|
841
|
+
|
714
842
|
.elfinder-dialog
|
715
843
|
.ui-resizable-e, .ui-resizable-s
|
716
844
|
width: 0
|
@@ -719,17 +847,23 @@
|
|
719
847
|
.std42-dialog .ui-button input
|
720
848
|
cursor: pointer
|
721
849
|
|
850
|
+
/* error/notify/confirm dialogs icon
|
851
|
+
|
722
852
|
.elfinder-dialog-icon
|
723
|
-
|
853
|
+
position: absolute
|
724
854
|
width: 32px
|
725
855
|
height: 32px
|
856
|
+
left: 12px
|
857
|
+
top: 50%
|
858
|
+
margin-top: -15px
|
726
859
|
background: image_url('el_vfs/elfinder/dialogs.png') 0 0 no-repeat
|
727
|
-
margin: 0 10px 10px 0
|
728
860
|
|
729
861
|
.elfinder-rtl .elfinder-dialog-icon
|
730
862
|
left: auto
|
731
863
|
right: 12px
|
732
864
|
|
865
|
+
/*********************** ERROR DIALOG *************************
|
866
|
+
|
733
867
|
.elfinder-dialog-error .ui-dialog-content, .elfinder-dialog-confirm .ui-dialog-content
|
734
868
|
padding-left: 56px
|
735
869
|
min-height: 35px
|
@@ -739,12 +873,16 @@
|
|
739
873
|
padding-left: 0
|
740
874
|
padding-right: 56px
|
741
875
|
|
876
|
+
/*********************** NOTIFY DIALOG *************************
|
877
|
+
|
742
878
|
.elfinder-dialog-notify
|
743
879
|
.ui-dialog-titlebar-close
|
744
880
|
display: none
|
745
881
|
.ui-dialog-content
|
746
882
|
padding: 0
|
747
883
|
|
884
|
+
/* one notification container
|
885
|
+
|
748
886
|
.elfinder-notify
|
749
887
|
border-bottom: 1px solid #ccc
|
750
888
|
position: relative
|
@@ -761,6 +899,8 @@
|
|
761
899
|
.elfinder-notify:last-child
|
762
900
|
border: 0 solid
|
763
901
|
|
902
|
+
/* progressbar
|
903
|
+
|
764
904
|
.elfinder-notify-progressbar
|
765
905
|
width: 180px
|
766
906
|
height: 8px
|
@@ -779,6 +919,8 @@
|
|
779
919
|
-webkit-border-radius: 2px
|
780
920
|
border-radius: 2px
|
781
921
|
|
922
|
+
/* icons
|
923
|
+
|
782
924
|
.elfinder-dialog-icon-open, .elfinder-dialog-icon-file, .elfinder-dialog-icon-reload
|
783
925
|
background-position: 0 -225px
|
784
926
|
|
@@ -812,12 +954,16 @@
|
|
812
954
|
.elfinder-dialog-icon-search
|
813
955
|
background-position: 0 -402px
|
814
956
|
|
957
|
+
/*********************** CONFIRM DIALOG *************************
|
958
|
+
|
815
959
|
.elfinder-dialog-confirm-applyall
|
816
960
|
padding-top: 3px
|
817
961
|
|
818
962
|
.elfinder-dialog-confirm .elfinder-dialog-icon
|
819
963
|
background-position: 0 -32px
|
820
964
|
|
965
|
+
/*********************** FILE INFO DIALOG *************************
|
966
|
+
|
821
967
|
.elfinder-info-title
|
822
968
|
.elfinder-cwd-icon
|
823
969
|
float: left
|
@@ -826,13 +972,12 @@
|
|
826
972
|
margin-right: 1em
|
827
973
|
strong
|
828
974
|
display: block
|
829
|
-
padding: .3em 0 .5em
|
975
|
+
padding: .3em 0 .5em 0
|
830
976
|
|
831
977
|
.elfinder-info-tb
|
832
978
|
min-width: 200px
|
833
979
|
border: 0 solid
|
834
|
-
margin: 1em .2em
|
835
|
-
font-size: .9em
|
980
|
+
margin: 1em .2em 1em .2em
|
836
981
|
td
|
837
982
|
white-space: nowrap
|
838
983
|
padding: 2px
|
@@ -853,8 +998,14 @@
|
|
853
998
|
background: image_url('el_vfs/elfinder/spinner-mini.gif') center center no-repeat
|
854
999
|
margin: 0 5px
|
855
1000
|
|
1001
|
+
.elfinder-netmount-tb
|
1002
|
+
margin: 0 auto
|
1003
|
+
input
|
1004
|
+
border: 1px solid #ccc
|
1005
|
+
|
1006
|
+
/*********************** UPLOAD DIALOG *************************
|
1007
|
+
|
856
1008
|
.elfinder-upload-dropbox
|
857
|
-
font-size: 1.2em
|
858
1009
|
text-align: center
|
859
1010
|
padding: 2em 0
|
860
1011
|
border: 3px dashed #aaa
|
@@ -863,7 +1014,6 @@
|
|
863
1014
|
border: 3px dashed #555
|
864
1015
|
|
865
1016
|
.elfinder-upload-dialog-or
|
866
|
-
font-size: 1.2em
|
867
1017
|
margin: .3em 0
|
868
1018
|
text-align: center
|
869
1019
|
|
@@ -882,12 +1032,13 @@
|
|
882
1032
|
padding: 0 20px
|
883
1033
|
font-size: 3em
|
884
1034
|
|
1035
|
+
/* dialog for elFinder itself
|
1036
|
+
|
885
1037
|
.dialogelfinder .dialogelfinder-drag
|
886
1038
|
border-left: 0 solid
|
887
1039
|
border-top: 0 solid
|
888
1040
|
border-right: 0 solid
|
889
|
-
font-weight:
|
890
|
-
font-size: .9em
|
1041
|
+
font-weight: normal
|
891
1042
|
padding: 2px 12px
|
892
1043
|
cursor: move
|
893
1044
|
position: relative
|
@@ -907,10 +1058,68 @@
|
|
907
1058
|
.elfinder-rtl .dialogelfinder-drag-close
|
908
1059
|
left: 12px
|
909
1060
|
|
1061
|
+
/* File: /home/osc/elFinder-build/elFinder/css/fonts.css
|
1062
|
+
|
1063
|
+
.elfinder-contextmenu .elfinder-contextmenu-item span
|
1064
|
+
font-size: .76em
|
1065
|
+
|
1066
|
+
.elfinder-cwd-view-icons .elfinder-cwd-filename, .elfinder-cwd-view-list td
|
1067
|
+
font-size: .7em
|
1068
|
+
|
1069
|
+
.std42-dialog
|
1070
|
+
.ui-dialog-titlebar
|
1071
|
+
font-size: .82em
|
1072
|
+
.ui-dialog-content
|
1073
|
+
font-size: .72em
|
1074
|
+
.ui-dialog-buttonpane
|
1075
|
+
font-size: .76em
|
1076
|
+
|
1077
|
+
.elfinder-info-tb
|
1078
|
+
font-size: .9em
|
1079
|
+
|
1080
|
+
.elfinder-upload-dropbox, .elfinder-upload-dialog-or
|
1081
|
+
font-size: 1.2em
|
1082
|
+
|
1083
|
+
.dialogelfinder .dialogelfinder-drag
|
1084
|
+
font-size: .9em
|
1085
|
+
|
1086
|
+
.elfinder .elfinder-navbar
|
1087
|
+
font-size: .72em
|
1088
|
+
|
1089
|
+
.elfinder-place-drag .elfinder-navbar-dir
|
1090
|
+
font-size: .9em
|
1091
|
+
|
1092
|
+
.elfinder-quicklook-title
|
1093
|
+
font-size: .7em
|
1094
|
+
|
1095
|
+
.elfinder-quicklook-info-data
|
1096
|
+
font-size: .72em
|
1097
|
+
|
1098
|
+
.elfinder-quicklook-preview-text-wrapper
|
1099
|
+
font-size: .9em
|
1100
|
+
|
1101
|
+
.elfinder-button-menu-item
|
1102
|
+
font-size: .72em
|
1103
|
+
|
1104
|
+
.elfinder-button-search input
|
1105
|
+
font-size: .8em
|
1106
|
+
|
1107
|
+
.elfinder-statusbar div
|
1108
|
+
font-size: .7em
|
1109
|
+
|
1110
|
+
.elfinder-drag-num
|
1111
|
+
font-size: 12px
|
1112
|
+
|
1113
|
+
/* File: /home/osc/elFinder-build/elFinder/css/navbar.css
|
1114
|
+
/********************************************
|
1115
|
+
/* NAVIGATION PANEL
|
1116
|
+
/********************************************
|
1117
|
+
|
1118
|
+
/* container
|
1119
|
+
|
910
1120
|
.elfinder .elfinder-navbar
|
911
1121
|
width: 230px
|
912
1122
|
padding: 3px 5px
|
913
|
-
font-size: .72em
|
914
1123
|
background-image: none
|
915
1124
|
border-top: 0 solid
|
916
1125
|
border-bottom: 0 solid
|
@@ -921,6 +1130,9 @@
|
|
921
1130
|
-khtml-user-select: none
|
922
1131
|
-webkit-user-select: none
|
923
1132
|
user-select: none
|
1133
|
+
/* border:1px solid #111;
|
1134
|
+
|
1135
|
+
/* ltr/rtl enviroment
|
924
1136
|
|
925
1137
|
.elfinder-ltr .elfinder-navbar
|
926
1138
|
float: left
|
@@ -933,10 +1145,18 @@
|
|
933
1145
|
.elfinder-ltr .ui-resizable-e
|
934
1146
|
margin-left: 10px
|
935
1147
|
|
1148
|
+
/* folders tree container
|
1149
|
+
|
936
1150
|
.elfinder-tree
|
937
1151
|
display: table
|
938
1152
|
width: 100%
|
939
|
-
margin: 0 0 .5em
|
1153
|
+
margin: 0 0 .5em 0
|
1154
|
+
|
1155
|
+
/* one folder wrapper
|
1156
|
+
|
1157
|
+
.elfinder-navbar-wrapper!, .elfinder-place-wrapper!
|
1158
|
+
|
1159
|
+
/* folder
|
940
1160
|
|
941
1161
|
.elfinder-navbar-dir
|
942
1162
|
position: relative
|
@@ -944,16 +1164,20 @@
|
|
944
1164
|
white-space: nowrap
|
945
1165
|
padding: 3px 12px
|
946
1166
|
margin: 0
|
947
|
-
outline:
|
1167
|
+
outline: 0px solid
|
948
1168
|
border: 1px solid transparent
|
949
1169
|
cursor: default
|
950
1170
|
|
1171
|
+
/* ltr/rtl enviroment
|
1172
|
+
|
951
1173
|
.elfinder-ltr .elfinder-navbar-dir
|
952
1174
|
padding-left: 35px
|
953
1175
|
|
954
1176
|
.elfinder-rtl .elfinder-navbar-dir
|
955
1177
|
padding-right: 35px
|
956
1178
|
|
1179
|
+
/* arrow before icon
|
1180
|
+
|
957
1181
|
.elfinder-navbar-arrow
|
958
1182
|
width: 12px
|
959
1183
|
height: 14px
|
@@ -963,13 +1187,18 @@
|
|
963
1187
|
margin-top: -8px
|
964
1188
|
background-image: image_url('el_vfs/elfinder/arrows-normal.png')
|
965
1189
|
background-repeat: no-repeat
|
1190
|
+
/* border:1px solid #111;
|
966
1191
|
|
967
1192
|
.ui-state-active .elfinder-navbar-arrow
|
968
1193
|
background-image: image_url('el_vfs/elfinder/arrows-active.png')
|
969
1194
|
|
1195
|
+
/* collapsed/expanded arrow view
|
1196
|
+
|
970
1197
|
.elfinder-navbar-collapsed .elfinder-navbar-arrow
|
971
1198
|
display: block
|
972
1199
|
|
1200
|
+
/* arrow ltr/rtl enviroment
|
1201
|
+
|
973
1202
|
.elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow
|
974
1203
|
background-position: 0 4px
|
975
1204
|
left: 0
|
@@ -981,6 +1210,8 @@
|
|
981
1210
|
.elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow, .elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow
|
982
1211
|
background-position: 0 -21px
|
983
1212
|
|
1213
|
+
/* folder icon
|
1214
|
+
|
984
1215
|
.elfinder-navbar-icon
|
985
1216
|
width: 16px
|
986
1217
|
height: 16px
|
@@ -991,30 +1222,42 @@
|
|
991
1222
|
background-repeat: no-repeat
|
992
1223
|
background-position: 0 -16px
|
993
1224
|
|
1225
|
+
/* ltr/rtl enviroment
|
1226
|
+
|
994
1227
|
.elfinder-ltr .elfinder-navbar-icon
|
995
1228
|
left: 14px
|
996
1229
|
|
997
1230
|
.elfinder-rtl .elfinder-navbar-icon
|
998
1231
|
right: 14px
|
999
1232
|
|
1233
|
+
/* root folder
|
1234
|
+
|
1000
1235
|
.elfinder-tree .elfinder-navbar-root .elfinder-navbar-icon
|
1001
1236
|
background-position: 0 0
|
1002
1237
|
|
1003
1238
|
.elfinder-places .elfinder-navbar-root .elfinder-navbar-icon
|
1004
1239
|
background-position: 0 -48px
|
1005
1240
|
|
1241
|
+
/* icon in active/hove/dropactive state
|
1242
|
+
|
1006
1243
|
.ui-state-active .elfinder-navbar-icon, .elfinder-droppable-active .elfinder-navbar-icon, .ui-state-hover .elfinder-navbar-icon
|
1007
1244
|
background-position: 0 -32px
|
1008
1245
|
|
1246
|
+
/* subdirs tree
|
1247
|
+
|
1009
1248
|
.elfinder-navbar-subtree
|
1010
1249
|
display: none
|
1011
1250
|
|
1251
|
+
/* ltr/rtl enviroment
|
1252
|
+
|
1012
1253
|
.elfinder-ltr .elfinder-navbar-subtree
|
1013
1254
|
margin-left: 12px
|
1014
1255
|
|
1015
1256
|
.elfinder-rtl .elfinder-navbar-subtree
|
1016
1257
|
margin-right: 12px
|
1017
1258
|
|
1259
|
+
/* spinner
|
1260
|
+
|
1018
1261
|
.elfinder-navbar-spinner
|
1019
1262
|
width: 14px
|
1020
1263
|
height: 14px
|
@@ -1024,6 +1267,8 @@
|
|
1024
1267
|
margin-top: -7px
|
1025
1268
|
background: image_url('el_vfs/elfinder/spinner-mini.gif') center center no-repeat
|
1026
1269
|
|
1270
|
+
/* spinner ltr/rtl enviroment
|
1271
|
+
|
1027
1272
|
.elfinder-ltr .elfinder-navbar-spinner
|
1028
1273
|
left: 0
|
1029
1274
|
margin-left: -2px
|
@@ -1032,10 +1277,14 @@
|
|
1032
1277
|
right: 0
|
1033
1278
|
margin-right: -2px
|
1034
1279
|
|
1280
|
+
/* permissions marker
|
1281
|
+
|
1035
1282
|
.elfinder-navbar .elfinder-perms
|
1036
1283
|
top: 50%
|
1037
1284
|
margin-top: -8px
|
1038
1285
|
|
1286
|
+
/* permissions/symlink markers ltr/rtl enviroment
|
1287
|
+
|
1039
1288
|
.elfinder-ltr .elfinder-navbar .elfinder-perms
|
1040
1289
|
left: 18px
|
1041
1290
|
|
@@ -1048,15 +1297,17 @@
|
|
1048
1297
|
.elfinder-rtl .elfinder-navbar .elfinder-symlink
|
1049
1298
|
right: 8px
|
1050
1299
|
|
1300
|
+
/* resizable
|
1301
|
+
|
1051
1302
|
.elfinder-navbar .ui-resizable-handle
|
1052
1303
|
width: 12px
|
1053
|
-
background: image_url('el_vfs/elfinder/resize.png') center center no-repeat
|
1304
|
+
background: transparent image_url('el_vfs/elfinder/resize.png') center center no-repeat
|
1054
1305
|
left: 0
|
1055
1306
|
|
1056
1307
|
.elfinder-nav-handle-icon
|
1057
1308
|
position: absolute
|
1058
1309
|
top: 50%
|
1059
|
-
margin: -8px 2px 0
|
1310
|
+
margin: -8px 2px 0 2px
|
1060
1311
|
opacity: .5
|
1061
1312
|
filter: Alpha(Opacity = 50)
|
1062
1313
|
|
@@ -1065,8 +1316,10 @@
|
|
1065
1316
|
&.elfinder-droppable-active
|
1066
1317
|
border: 1px solid #8cafed
|
1067
1318
|
|
1068
|
-
|
1069
|
-
|
1319
|
+
/* File: /home/osc/elFinder-build/elFinder/css/places.css
|
1320
|
+
|
1321
|
+
/* File: /home/osc/elFinder-build/elFinder/css/quicklook.css
|
1322
|
+
/* quicklook window
|
1070
1323
|
|
1071
1324
|
.elfinder-quicklook
|
1072
1325
|
position: absolute
|
@@ -1076,7 +1329,7 @@
|
|
1076
1329
|
border-radius: 7px
|
1077
1330
|
-moz-border-radius: 7px
|
1078
1331
|
-webkit-border-radius: 7px
|
1079
|
-
padding: 20px 0 40px
|
1332
|
+
padding: 20px 0 40px 0
|
1080
1333
|
.ui-resizable-se
|
1081
1334
|
width: 14px
|
1082
1335
|
height: 14px
|
@@ -1084,11 +1337,14 @@
|
|
1084
1337
|
bottom: 3px
|
1085
1338
|
background: image_url('el_vfs/elfinder/toolbar.png') 0 -496px no-repeat
|
1086
1339
|
|
1340
|
+
/* quicklook fullscreen window
|
1341
|
+
|
1087
1342
|
.elfinder-quicklook-fullscreen
|
1088
1343
|
border-radius: 0
|
1089
1344
|
-moz-border-radius: 0
|
1090
1345
|
-webkit-border-radius: 0
|
1091
1346
|
-webkit-background-clip: padding-box
|
1347
|
+
/* background-clip:padding-box;
|
1092
1348
|
padding: 0
|
1093
1349
|
background: #000
|
1094
1350
|
z-index: 90000
|
@@ -1098,6 +1354,12 @@
|
|
1098
1354
|
.elfinder-quicklook-preview
|
1099
1355
|
border: 0 solid
|
1100
1356
|
|
1357
|
+
/* hide titlebar in fullscreen mode
|
1358
|
+
|
1359
|
+
/* hide preview border in fullscreen mode
|
1360
|
+
|
1361
|
+
/* quicklook titlebar
|
1362
|
+
|
1101
1363
|
.elfinder-quicklook-titlebar
|
1102
1364
|
text-align: center
|
1103
1365
|
background: #777
|
@@ -1114,13 +1376,16 @@
|
|
1114
1376
|
border-top-right-radius: 7px
|
1115
1377
|
cursor: move
|
1116
1378
|
|
1379
|
+
/* window title
|
1380
|
+
|
1117
1381
|
.elfinder-quicklook-title
|
1118
|
-
font-size: .7em
|
1119
1382
|
color: #fff
|
1120
1383
|
white-space: nowrap
|
1121
1384
|
overflow: hidden
|
1122
1385
|
padding: 2px 0
|
1123
1386
|
|
1387
|
+
/* icon "close" in titlebar
|
1388
|
+
|
1124
1389
|
.elfinder-quicklook-titlebar .ui-icon
|
1125
1390
|
position: absolute
|
1126
1391
|
left: 4px
|
@@ -1130,6 +1395,8 @@
|
|
1130
1395
|
height: 16px
|
1131
1396
|
cursor: default
|
1132
1397
|
|
1398
|
+
/* main part of quicklook window
|
1399
|
+
|
1133
1400
|
.elfinder-quicklook-preview
|
1134
1401
|
overflow: hidden
|
1135
1402
|
position: relative
|
@@ -1138,6 +1405,8 @@
|
|
1138
1405
|
border-right: 1px solid transparent
|
1139
1406
|
height: 100%
|
1140
1407
|
|
1408
|
+
/* wrapper for file info/icon
|
1409
|
+
|
1141
1410
|
.elfinder-quicklook-info-wrapper
|
1142
1411
|
position: absolute
|
1143
1412
|
width: 100%
|
@@ -1145,41 +1414,54 @@
|
|
1145
1414
|
top: 50%
|
1146
1415
|
margin-top: -50px
|
1147
1416
|
|
1417
|
+
/* file info
|
1418
|
+
|
1148
1419
|
.elfinder-quicklook-info
|
1149
1420
|
padding: 0 12px 0 112px
|
1150
1421
|
.elfinder-quicklook-info-data:first-child
|
1151
1422
|
color: #fff
|
1152
|
-
font-weight:
|
1423
|
+
font-weight: bold
|
1153
1424
|
padding-bottom: .5em
|
1154
1425
|
|
1426
|
+
/* file name in info
|
1427
|
+
|
1428
|
+
/* other data in info
|
1429
|
+
|
1155
1430
|
.elfinder-quicklook-info-data
|
1156
|
-
font-size: .72em
|
1157
1431
|
padding-bottom: .2em
|
1158
1432
|
color: #fff
|
1159
1433
|
|
1434
|
+
/* file icon
|
1435
|
+
|
1160
1436
|
.elfinder-quicklook .elfinder-cwd-icon
|
1161
1437
|
position: absolute
|
1162
1438
|
left: 32px
|
1163
1439
|
top: 50%
|
1164
1440
|
margin-top: -20px
|
1165
1441
|
|
1442
|
+
/* image in preview
|
1443
|
+
|
1166
1444
|
.elfinder-quicklook-preview img
|
1167
1445
|
display: block
|
1168
1446
|
margin: 0 auto
|
1169
1447
|
|
1448
|
+
/* navigation bar on quicklook window bottom
|
1449
|
+
|
1170
1450
|
.elfinder-quicklook-navbar
|
1171
1451
|
position: absolute
|
1172
1452
|
left: 50%
|
1173
1453
|
bottom: 4px
|
1174
1454
|
width: 140px
|
1175
1455
|
height: 32px
|
1176
|
-
padding:
|
1456
|
+
padding: 0px
|
1177
1457
|
margin-left: -70px
|
1178
1458
|
border: 1px solid transparent
|
1179
1459
|
border-radius: 19px
|
1180
1460
|
-moz-border-radius: 19px
|
1181
1461
|
-webkit-border-radius: 19px
|
1182
1462
|
|
1463
|
+
/* navigation bar in fullscreen mode
|
1464
|
+
|
1183
1465
|
.elfinder-quicklook-fullscreen
|
1184
1466
|
.elfinder-quicklook-navbar
|
1185
1467
|
width: 188px
|
@@ -1190,6 +1472,10 @@
|
|
1190
1472
|
.elfinder-quicklook-navbar-icon-close, .elfinder-quicklook-navbar-separator
|
1191
1473
|
display: inline
|
1192
1474
|
|
1475
|
+
/* show close icon in fullscreen mode
|
1476
|
+
|
1477
|
+
/* icons in navbar
|
1478
|
+
|
1193
1479
|
.elfinder-quicklook-navbar-icon
|
1194
1480
|
width: 32px
|
1195
1481
|
height: 32px
|
@@ -1197,22 +1483,34 @@
|
|
1197
1483
|
float: left
|
1198
1484
|
background: image_url('el_vfs/elfinder/quicklook-icons.png') 0 0 no-repeat
|
1199
1485
|
|
1486
|
+
/* fullscreen icon
|
1487
|
+
|
1200
1488
|
.elfinder-quicklook-navbar-icon-fullscreen
|
1201
1489
|
background-position: 0 -64px
|
1202
1490
|
|
1491
|
+
/* exit fullscreen icon
|
1492
|
+
|
1203
1493
|
.elfinder-quicklook-navbar-icon-fullscreen-off
|
1204
1494
|
background-position: 0 -96px
|
1205
1495
|
|
1496
|
+
/* prev file icon
|
1497
|
+
|
1206
1498
|
.elfinder-quicklook-navbar-icon-prev
|
1207
1499
|
background-position: 0 0
|
1208
1500
|
|
1501
|
+
/* next file icon
|
1502
|
+
|
1209
1503
|
.elfinder-quicklook-navbar-icon-next
|
1210
1504
|
background-position: 0 -32px
|
1211
1505
|
|
1506
|
+
/* close icon
|
1507
|
+
|
1212
1508
|
.elfinder-quicklook-navbar-icon-close
|
1213
1509
|
background-position: 0 -128px
|
1214
1510
|
display: none
|
1215
1511
|
|
1512
|
+
/* icons separator
|
1513
|
+
|
1216
1514
|
.elfinder-quicklook-navbar-separator
|
1217
1515
|
width: 1px
|
1218
1516
|
height: 32px
|
@@ -1220,18 +1518,23 @@
|
|
1220
1518
|
border-left: 1px solid #fff
|
1221
1519
|
display: none
|
1222
1520
|
|
1521
|
+
/* text files preview wrapper
|
1522
|
+
|
1223
1523
|
.elfinder-quicklook-preview-text-wrapper
|
1224
1524
|
width: 100%
|
1225
1525
|
height: 100%
|
1226
1526
|
background: #fff
|
1227
1527
|
color: #222
|
1228
|
-
font-size: .9em
|
1229
1528
|
overflow: auto
|
1230
1529
|
|
1530
|
+
/* text preview
|
1531
|
+
|
1231
1532
|
pre.elfinder-quicklook-preview-text
|
1232
1533
|
margin: 0
|
1233
1534
|
padding: 3px 9px
|
1234
1535
|
|
1536
|
+
/* html/pdf preview
|
1537
|
+
|
1235
1538
|
.elfinder-quicklook-preview-html, .elfinder-quicklook-preview-pdf
|
1236
1539
|
width: 100%
|
1237
1540
|
height: 100%
|
@@ -1239,35 +1542,50 @@ pre.elfinder-quicklook-preview-text
|
|
1239
1542
|
border: 0 solid
|
1240
1543
|
margin: 0
|
1241
1544
|
|
1545
|
+
/* swf preview container
|
1546
|
+
|
1242
1547
|
.elfinder-quicklook-preview-flash
|
1243
1548
|
width: 100%
|
1244
1549
|
height: 100%
|
1245
1550
|
|
1551
|
+
/* audio preview container
|
1552
|
+
|
1246
1553
|
.elfinder-quicklook-preview-audio
|
1247
1554
|
width: 100%
|
1248
1555
|
position: absolute
|
1249
1556
|
bottom: 0
|
1250
1557
|
left: 0
|
1251
1558
|
|
1559
|
+
/* audio preview using embed
|
1560
|
+
|
1252
1561
|
embed.elfinder-quicklook-preview-audio
|
1253
1562
|
height: 30px
|
1254
|
-
background:
|
1563
|
+
background: transparent
|
1564
|
+
|
1565
|
+
/* video preview container
|
1255
1566
|
|
1256
1567
|
.elfinder-quicklook-preview-video
|
1257
1568
|
width: 100%
|
1258
1569
|
height: 100%
|
1259
1570
|
|
1571
|
+
/* File: /home/osc/elFinder-build/elFinder/css/statusbar.css
|
1572
|
+
/*****************************************************************
|
1573
|
+
/* STATUSBAR STYLES
|
1574
|
+
/*****************************************************************
|
1575
|
+
|
1576
|
+
/* statusbar container
|
1577
|
+
|
1260
1578
|
.elfinder-statusbar
|
1261
1579
|
text-align: center
|
1262
|
-
font-weight:
|
1580
|
+
font-weight: normal
|
1263
1581
|
padding: .2em .5em
|
1264
1582
|
border-right: 0 solid transparent
|
1265
1583
|
border-bottom: 0 solid transparent
|
1266
1584
|
border-left: 0 solid transparent
|
1267
1585
|
a
|
1268
1586
|
text-decoration: none
|
1269
|
-
|
1270
|
-
|
1587
|
+
|
1588
|
+
/* path in statusbar
|
1271
1589
|
|
1272
1590
|
.elfinder-path
|
1273
1591
|
max-width: 30%
|
@@ -1282,6 +1600,8 @@ embed.elfinder-quicklook-preview-audio
|
|
1282
1600
|
.elfinder-rtl .elfinder-path
|
1283
1601
|
float: right
|
1284
1602
|
|
1603
|
+
/* total/selected size in statusbar
|
1604
|
+
|
1285
1605
|
.elfinder-stat-size
|
1286
1606
|
white-space: nowrap
|
1287
1607
|
|
@@ -1295,21 +1615,33 @@ embed.elfinder-quicklook-preview-audio
|
|
1295
1615
|
white-space: nowrap
|
1296
1616
|
overflow: hidden
|
1297
1617
|
|
1618
|
+
/* File: /home/osc/elFinder-build/elFinder/css/toolbar.css
|
1619
|
+
/********************************************
|
1620
|
+
/* TOOLBAR STYLES
|
1621
|
+
/********************************************
|
1622
|
+
/* toolbar container
|
1623
|
+
|
1298
1624
|
.elfinder-toolbar
|
1299
|
-
padding: 4px 0 3px
|
1625
|
+
padding: 4px 0 3px 0
|
1300
1626
|
border-left: 0 solid transparent
|
1301
1627
|
border-top: 0 solid transparent
|
1302
1628
|
border-right: 0 solid transparent
|
1303
1629
|
|
1630
|
+
/* container for button's group
|
1631
|
+
|
1304
1632
|
.elfinder-buttonset
|
1305
1633
|
margin: 1px 4px
|
1306
1634
|
float: left
|
1307
|
-
background:
|
1635
|
+
background: transparent
|
1308
1636
|
padding: 0
|
1309
1637
|
-moz-border-radius: 4px
|
1310
1638
|
-webkit-border-radius: 4px
|
1311
1639
|
border-radius: 4px
|
1312
1640
|
|
1641
|
+
/*.elfinder-buttonset:first-child { margin:0; }
|
1642
|
+
|
1643
|
+
/* button
|
1644
|
+
|
1313
1645
|
.elfinder
|
1314
1646
|
.elfinder-button
|
1315
1647
|
width: 16px
|
@@ -1339,6 +1671,8 @@ embed.elfinder-quicklook-preview-audio
|
|
1339
1671
|
-webkit-border-bottom-right-radius: 4px
|
1340
1672
|
border-bottom-right-radius: 4px
|
1341
1673
|
|
1674
|
+
/* separator between buttons, required for berder between button with ui color
|
1675
|
+
|
1342
1676
|
.elfinder-toolbar-button-separator
|
1343
1677
|
float: left
|
1344
1678
|
padding: 0
|
@@ -1348,6 +1682,8 @@ embed.elfinder-quicklook-preview-audio
|
|
1348
1682
|
border-bottom: 0 solid
|
1349
1683
|
width: 0
|
1350
1684
|
|
1685
|
+
/* change icon opacity^ not button
|
1686
|
+
|
1351
1687
|
.elfinder .elfinder-button.ui-state-disabled
|
1352
1688
|
opacity: 1
|
1353
1689
|
filter: Alpha(Opacity = 100)
|
@@ -1355,15 +1691,21 @@ embed.elfinder-quicklook-preview-audio
|
|
1355
1691
|
opacity: .4
|
1356
1692
|
filter: Alpha(Opacity = 40)
|
1357
1693
|
|
1694
|
+
/* rtl enviroment
|
1695
|
+
|
1358
1696
|
.elfinder-rtl .elfinder-buttonset
|
1359
1697
|
float: right
|
1360
1698
|
|
1699
|
+
/* icon inside button
|
1700
|
+
|
1361
1701
|
.elfinder-button-icon
|
1362
1702
|
width: 16px
|
1363
1703
|
height: 16px
|
1364
1704
|
display: block
|
1365
1705
|
background: image_url('el_vfs/elfinder/toolbar.png') no-repeat
|
1366
1706
|
|
1707
|
+
/* buttons icons
|
1708
|
+
|
1367
1709
|
.elfinder-button-icon-home
|
1368
1710
|
background-position: 0 0
|
1369
1711
|
|
@@ -1454,40 +1796,51 @@ embed.elfinder-quicklook-preview-audio
|
|
1454
1796
|
.elfinder-button-icon-rotate-l
|
1455
1797
|
background-position: 0 -641px
|
1456
1798
|
|
1799
|
+
/* button with dropdown menu
|
1800
|
+
|
1457
1801
|
.elfinder .elfinder-menubutton
|
1458
1802
|
overflow: visible
|
1459
1803
|
|
1804
|
+
/* menu
|
1805
|
+
|
1460
1806
|
.elfinder-button-menu
|
1461
1807
|
position: absolute
|
1462
1808
|
left: 0
|
1463
|
-
top:
|
1809
|
+
top: 25px
|
1464
1810
|
padding: 3px 0
|
1465
1811
|
|
1812
|
+
/* menu item
|
1813
|
+
|
1466
1814
|
.elfinder-button-menu-item
|
1467
1815
|
white-space: nowrap
|
1468
|
-
font-size: .72em
|
1469
1816
|
cursor: default
|
1470
1817
|
padding: 5px 19px
|
1471
1818
|
position: relative
|
1472
1819
|
|
1820
|
+
/* fix hover ui class
|
1821
|
+
|
1473
1822
|
.elfinder-button-menu .ui-state-hover
|
1474
1823
|
border: 0 solid
|
1475
1824
|
|
1476
|
-
.elfinder-menu-item-
|
1825
|
+
.elfinder-button-menu-item-separated
|
1826
|
+
border-top: 1px solid #ccc
|
1827
|
+
|
1828
|
+
.elfinder-button-menu-item .ui-icon
|
1477
1829
|
width: 16px
|
1478
1830
|
height: 16px
|
1479
1831
|
position: absolute
|
1480
1832
|
left: 2px
|
1481
1833
|
top: 50%
|
1482
1834
|
margin-top: -8px
|
1483
|
-
background: image_url('el_vfs/elfinder/toolbar.png') 0 -594px no-repeat
|
1484
1835
|
display: none
|
1485
1836
|
|
1486
|
-
.elfinder-button-menu-item-selected .
|
1837
|
+
.elfinder-button-menu-item-selected .ui-icon
|
1487
1838
|
display: block
|
1488
1839
|
|
1489
|
-
.elfinder-menu-item-
|
1490
|
-
|
1840
|
+
.elfinder-button-menu-item-selected-asc .ui-icon-arrowthick-1-n, .elfinder-button-menu-item-selected-desc .ui-icon-arrowthick-1-s
|
1841
|
+
display: none
|
1842
|
+
|
1843
|
+
/* hack for upload button
|
1491
1844
|
|
1492
1845
|
.elfinder-button form
|
1493
1846
|
position: absolute
|
@@ -1499,11 +1852,11 @@ embed.elfinder-quicklook-preview-audio
|
|
1499
1852
|
|
1500
1853
|
.elfinder
|
1501
1854
|
.elfinder-button form input
|
1502
|
-
background:
|
1855
|
+
background: transparent
|
1503
1856
|
cursor: default
|
1504
1857
|
.elfinder-button-search
|
1505
1858
|
border: 0 solid
|
1506
|
-
background:
|
1859
|
+
background: transparent
|
1507
1860
|
padding: 0
|
1508
1861
|
margin: 1px 4px
|
1509
1862
|
height: auto
|
@@ -1511,6 +1864,10 @@ embed.elfinder-quicklook-preview-audio
|
|
1511
1864
|
float: right
|
1512
1865
|
width: 202px
|
1513
1866
|
|
1867
|
+
/* search "button"
|
1868
|
+
|
1869
|
+
/* ltr/rte enviroment
|
1870
|
+
|
1514
1871
|
.elfinder-ltr .elfinder-button-search
|
1515
1872
|
float: right
|
1516
1873
|
margin-right: 10px
|
@@ -1519,29 +1876,35 @@ embed.elfinder-quicklook-preview-audio
|
|
1519
1876
|
float: left
|
1520
1877
|
margin-left: 10px
|
1521
1878
|
|
1879
|
+
/* search text field
|
1880
|
+
|
1522
1881
|
.elfinder-button-search input
|
1523
1882
|
width: 160px
|
1524
1883
|
height: 22px
|
1525
1884
|
padding: 0 20px
|
1526
|
-
font-size: .8em
|
1527
1885
|
line-height: 22px
|
1886
|
+
border: 0 solid
|
1528
1887
|
border: 1px solid #aaa
|
1529
1888
|
-moz-border-radius: 12px
|
1530
1889
|
-webkit-border-radius: 12px
|
1531
1890
|
border-radius: 12px
|
1532
|
-
outline:
|
1891
|
+
outline: 0px solid
|
1533
1892
|
|
1534
1893
|
.elfinder-rtl .elfinder-button-search input
|
1535
1894
|
direction: rtl
|
1536
1895
|
|
1896
|
+
/* icons
|
1897
|
+
|
1537
1898
|
.elfinder-button-search .ui-icon
|
1538
1899
|
position: absolute
|
1539
1900
|
height: 18px
|
1540
1901
|
top: 50%
|
1541
|
-
margin: -9px 4px 0
|
1902
|
+
margin: -9px 4px 0 4px
|
1542
1903
|
opacity: .6
|
1543
1904
|
filter: Alpha(Opacity = 60)
|
1544
1905
|
|
1906
|
+
/* search/close icons
|
1907
|
+
|
1545
1908
|
.elfinder-ltr .elfinder-button-search .ui-icon-search
|
1546
1909
|
left: 0
|
1547
1910
|
|