el_vfs_client 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * elFinder - file manager for web
3
- * Version 2.0 rc1 (2012-09-28)
3
+ * Version 2.x (Nightly: 2334de1) (2015-09-08)
4
4
  * http://elfinder.org
5
5
  *
6
- * Copyright 2009-2012, Studio 42
6
+ * Copyright 2009-2015, Studio 42
7
7
  * Licensed under a 3 clauses BSD license
8
8
 
9
- /* File: /home/osc/elFinder-build/elFinder/css/commands.css
9
+ /* File: /css/commands.css
10
10
  /*****************************************************************
11
11
  /* COMMANDS STYLES
12
12
  /*****************************************************************
@@ -22,6 +22,7 @@
22
22
 
23
23
  .elfinder-resize-control
24
24
  padding-top: 3em
25
+
25
26
  input[type=text]
26
27
  border: 1px solid #aaa
27
28
  text-align: right
@@ -35,6 +36,7 @@
35
36
  float: right
36
37
  position: relative
37
38
  overflow: auto
39
+
38
40
  /* z-index:100;
39
41
 
40
42
  .elfinder-resize-handle
@@ -148,6 +150,7 @@
148
150
  .elfinder-resize-reset
149
151
  width: 16px
150
152
  height: 16px
153
+
151
154
  /* border:1px solid #111;
152
155
  position: absolute
153
156
  margin-top: -8px
@@ -156,9 +159,11 @@
156
159
  .ui-resizable-e
157
160
  height: 100%
158
161
  width: 10px
162
+
159
163
  .ui-resizable-s
160
164
  width: 100%
161
165
  height: 10px
166
+
162
167
  .ui-resizable-se
163
168
  background: transparent
164
169
  bottom: 0
@@ -173,6 +178,7 @@
173
178
  right: 0
174
179
  margin-top: -8px
175
180
  margin-right: -11px
181
+
176
182
  .ui-icon-grip-solid-horizontal
177
183
  position: absolute
178
184
  left: 50%
@@ -198,11 +204,25 @@
198
204
  padding: 2px
199
205
  border: 1px solid #ccc
200
206
 
207
+ /********************** COMMAND "SORT" ***************************
208
+ /* for list table header sort triangle icon
209
+
210
+ div.elfinder-cwd-wrapper-list tr.ui-state-default td
211
+ position: relative
212
+
213
+ span.ui-icon
214
+ position: absolute
215
+ top: -5px
216
+ left: 0
217
+ right: 0
218
+ margin: auto
219
+
201
220
  /********************** COMMAND "HELP" ***************************
202
221
  /* help dialog
203
222
 
204
223
  .elfinder-help
205
224
  margin-bottom: .5em
225
+
206
226
  .ui-tabs-panel
207
227
  padding: .5em
208
228
 
@@ -246,6 +266,7 @@
246
266
  .elfinder-help
247
267
  .ui-priority-secondary
248
268
  font-size: .9em
269
+
249
270
  .ui-priority-primary
250
271
  margin-bottom: 7px
251
272
 
@@ -255,6 +276,7 @@
255
276
  border-bottom: 1px solid #ccc
256
277
  margin: .5em 0
257
278
  font-size: .9em
279
+
258
280
  div
259
281
  float: left
260
282
 
@@ -285,6 +307,7 @@
285
307
  -webkit-border-radius: 100px
286
308
  border-radius: 100px
287
309
  outline: none
310
+
288
311
  span
289
312
  font-size: 3em
290
313
  font-weight: bold
@@ -294,7 +317,7 @@
294
317
  left: 0
295
318
  top: 45px
296
319
 
297
- /* File: /home/osc/elFinder-build/elFinder/css/common.css
320
+ /* File: /css/common.css
298
321
  /********************************************
299
322
  /* COMMON ELFINDER STUFFS
300
323
  /********************************************
@@ -404,7 +427,7 @@
404
427
  background-image: none
405
428
  padding: 7px 12px
406
429
 
407
- /* File: /home/osc/elFinder-build/elFinder/css/contextmenu.css
430
+ /* File: /css/contextmenu.css
408
431
  /* menu and submenu
409
432
 
410
433
  .elfinder-contextmenu
@@ -444,6 +467,15 @@
444
467
  white-space: nowrap
445
468
  cursor: default
446
469
 
470
+ .ui-icon
471
+ width: 16px
472
+ height: 16px
473
+ position: absolute
474
+ left: 2px
475
+ top: 50%
476
+ margin-top: -8px
477
+ display: none
478
+
447
479
  /* text in item
448
480
 
449
481
  .elfinder-contextmenu .elfinder-contextmenu-item span
@@ -507,7 +539,7 @@
507
539
  border-top: 1px solid #ccc
508
540
  margin: 0 1px
509
541
 
510
- /* File: /home/osc/elFinder-build/elFinder/css/cwd.css
542
+ /* File: /css/cwd.css
511
543
  /*****************************************************************
512
544
  /* CURRENT DIRECTORY STYLES
513
545
  /*****************************************************************
@@ -529,10 +561,13 @@
529
561
  cursor: default
530
562
  padding: 0
531
563
  margin: 0
564
+ -ms-touch-action: auto
565
+ touch-action: auto
532
566
  -moz-user-select: -moz-none
533
567
  -khtml-user-select: none
534
568
  -webkit-user-select: none
535
569
  user-select: none
570
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
536
571
 
537
572
  /* container active on dropenter
538
573
 
@@ -549,6 +584,8 @@
549
584
  height: 80px
550
585
  padding-bottom: 2px
551
586
  cursor: default
587
+ border: none
588
+
552
589
  /* overflow:hidden;
553
590
  /* position:relative;
554
591
 
@@ -567,12 +604,14 @@
567
604
  .elfinder-cwd-view-icons
568
605
  .elfinder-cwd-file .ui-state-hover
569
606
  border: 0 solid
607
+
570
608
  .elfinder-cwd-file-wrapper
571
609
  width: 52px
572
610
  height: 52px
573
611
  margin: 1px auto 1px auto
574
612
  padding: 2px
575
613
  position: relative
614
+
576
615
  .elfinder-cwd-filename
577
616
  text-align: center
578
617
  white-space: pre
@@ -584,9 +623,11 @@
584
623
  -moz-border-radius: 8px
585
624
  -webkit-border-radius: 8px
586
625
  border-radius: 8px
626
+
587
627
  .elfinder-perms
588
628
  bottom: 4px
589
629
  right: 2px
630
+
590
631
  .elfinder-symlink
591
632
  bottom: 6px
592
633
  left: 0px
@@ -623,7 +664,7 @@
623
664
  background-position: 0 -150px
624
665
 
625
666
  .elfinder-cwd-icon-x-empty, .elfinder-cwd-icon-text
626
- background-position: 0 -200px
667
+ background-position: 0 -200px
627
668
 
628
669
  .elfinder-cwd-icon-image, .elfinder-cwd-icon-vnd-adobe-photoshop, .elfinder-cwd-icon-postscript
629
670
  background-position: 0 -250px
@@ -673,7 +714,7 @@
673
714
  .elfinder-cwd-icon-xml
674
715
  background-position: 0 -1000px
675
716
 
676
- .elfinder-cwd-icon-zip, .elfinder-cwd-icon-x-zip, .elfinder-cwd-icon-x-7z-compressed
717
+ .elfinder-cwd-icon-zip, .elfinder-cwd-icon-x-zip, .elfinder-cwd-icon-x-xz, .elfinder-cwd-icon-x-7z-compressed
677
718
  background-position: 0 -1050px
678
719
 
679
720
  .elfinder-cwd-icon-x-gzip, .elfinder-cwd-icon-x-tar
@@ -702,6 +743,7 @@
702
743
  .elfinder-cwd-view-icons
703
744
  input
704
745
  text-align: center
746
+
705
747
  text-align: center
706
748
 
707
749
  /************************************ LIST VIEW ***********************************
@@ -710,17 +752,19 @@
710
752
 
711
753
  .elfinder-cwd table
712
754
  width: 100%
713
- border-collapse: collapse
755
+ border-collapse: separate
714
756
  border: 0 solid
715
757
  margin: 0 0 10px 0
758
+ border-spacing: 0
716
759
 
717
760
  .elfinder .elfinder-cwd table
718
761
  thead tr
719
762
  border-left: 0 solid
720
763
  border-top: 0 solid
721
764
  border-right: 0 solid
765
+
722
766
  td
723
- padding: 3px 12px
767
+ padding: 4px 12px
724
768
  white-space: pre
725
769
  overflow: hidden
726
770
  text-align: right
@@ -729,11 +773,13 @@
729
773
 
730
774
  .elfinder-ltr .elfinder-cwd table td
731
775
  text-align: right
776
+
732
777
  &:first-child
733
778
  text-align: left
734
779
 
735
780
  .elfinder-rtl .elfinder-cwd table td
736
781
  text-align: left
782
+
737
783
  &:first-child
738
784
  text-align: right
739
785
 
@@ -766,6 +812,7 @@
766
812
  .elfinder-ltr .elfinder-cwd-view-list
767
813
  .elfinder-perms
768
814
  left: 7px
815
+
769
816
  .elfinder-symlink
770
817
  left: -7px
771
818
 
@@ -787,7 +834,7 @@
787
834
  .elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon
788
835
  right: 0
789
836
 
790
- /* File: /home/osc/elFinder-build/elFinder/css/dialog.css
837
+ /* File: /css/dialog.css
791
838
  /********************************************
792
839
  /* DIALOGS STYLES
793
840
  /********************************************
@@ -796,6 +843,10 @@
796
843
 
797
844
  .std42-dialog
798
845
  padding: 0
846
+ position: absolute
847
+ left: auto
848
+ right: auto
849
+
799
850
  .ui-dialog-titlebar
800
851
  border-left: 0 solid transparent
801
852
  border-top: 0 solid transparent
@@ -808,8 +859,10 @@
808
859
  border-bottom-right-radius: 0
809
860
  font-weight: normal
810
861
  padding: .2em 1em
862
+
811
863
  .ui-dialog-titlebar-close
812
864
  padding: 1px
865
+
813
866
  &:hover
814
867
  padding: 1px
815
868
 
@@ -817,6 +870,7 @@
817
870
 
818
871
  .elfinder-rtl .elfinder-dialog .ui-dialog-titlebar
819
872
  text-align: right
873
+
820
874
  .ui-dialog-titlebar-close
821
875
  right: auto
822
876
  left: .3em
@@ -826,14 +880,17 @@
826
880
  .std42-dialog
827
881
  .ui-dialog-content
828
882
  padding: .3em .5em
883
+
829
884
  .ui-dialog-buttonpane
830
885
  border: 0 solid
831
886
  margin: 0
832
887
  padding: .5em .7em
888
+
833
889
  button
834
890
  margin: 0 0 0 .4em
835
891
  padding: 0
836
892
  outline: 0px solid
893
+
837
894
  span
838
895
  padding: 2px 9px
839
896
 
@@ -878,6 +935,7 @@
878
935
  .elfinder-dialog-notify
879
936
  .ui-dialog-titlebar-close
880
937
  display: none
938
+
881
939
  .ui-dialog-content
882
940
  padding: 0
883
941
 
@@ -954,6 +1012,9 @@
954
1012
  .elfinder-dialog-icon-search
955
1013
  background-position: 0 -402px
956
1014
 
1015
+ .elfinder-dialog-icon-resize, .elfinder-dialog-icon-loadimg, .elfinder-dialog-icon-netmount, .elfinder-dialog-icon-netunmount, .elfinder-dialog-icon-dim
1016
+ background-position: 0 -434px
1017
+
957
1018
  /*********************** CONFIRM DIALOG *************************
958
1019
 
959
1020
  .elfinder-dialog-confirm-applyall
@@ -970,6 +1031,7 @@
970
1031
  width: 48px
971
1032
  height: 48px
972
1033
  margin-right: 1em
1034
+
973
1035
  strong
974
1036
  display: block
975
1037
  padding: .3em 0 .5em 0
@@ -978,16 +1040,21 @@
978
1040
  min-width: 200px
979
1041
  border: 0 solid
980
1042
  margin: 1em .2em 1em .2em
1043
+
981
1044
  td
982
1045
  white-space: nowrap
983
1046
  padding: 2px
1047
+
984
1048
  tr td:first-child
985
1049
  text-align: right
1050
+
986
1051
  span
987
1052
  float: left
1053
+
988
1054
  a
989
1055
  outline: none
990
1056
  text-decoration: underline
1057
+
991
1058
  &:hover
992
1059
  text-decoration: none
993
1060
 
@@ -1000,6 +1067,7 @@
1000
1067
 
1001
1068
  .elfinder-netmount-tb
1002
1069
  margin: 0 auto
1070
+
1003
1071
  input
1004
1072
  border: 1px solid #ccc
1005
1073
 
@@ -1009,6 +1077,7 @@
1009
1077
  text-align: center
1010
1078
  padding: 2em 0
1011
1079
  border: 3px dashed #aaa
1080
+
1012
1081
  &.ui-state-hover
1013
1082
  background: #dfdfdf
1014
1083
  border: 3px dashed #555
@@ -1019,15 +1088,18 @@
1019
1088
 
1020
1089
  .elfinder-upload-dialog-wrapper
1021
1090
  text-align: center
1091
+
1022
1092
  .ui-button
1023
1093
  position: relative
1024
1094
  overflow: hidden
1095
+
1025
1096
  form
1026
1097
  position: absolute
1027
1098
  right: 0
1028
1099
  top: 0
1029
1100
  opacity: 0
1030
1101
  filter: Alpha(Opacity = 0)
1102
+
1031
1103
  input
1032
1104
  padding: 0 20px
1033
1105
  font-size: 3em
@@ -1058,7 +1130,7 @@
1058
1130
  .elfinder-rtl .dialogelfinder-drag-close
1059
1131
  left: 12px
1060
1132
 
1061
- /* File: /home/osc/elFinder-build/elFinder/css/fonts.css
1133
+ /* File: /css/fonts.css
1062
1134
 
1063
1135
  .elfinder-contextmenu .elfinder-contextmenu-item span
1064
1136
  font-size: .76em
@@ -1069,8 +1141,10 @@
1069
1141
  .std42-dialog
1070
1142
  .ui-dialog-titlebar
1071
1143
  font-size: .82em
1144
+
1072
1145
  .ui-dialog-content
1073
1146
  font-size: .72em
1147
+
1074
1148
  .ui-dialog-buttonpane
1075
1149
  font-size: .76em
1076
1150
 
@@ -1110,7 +1184,7 @@
1110
1184
  .elfinder-drag-num
1111
1185
  font-size: 12px
1112
1186
 
1113
- /* File: /home/osc/elFinder-build/elFinder/css/navbar.css
1187
+ /* File: /css/navbar.css
1114
1188
  /********************************************
1115
1189
  /* NAVIGATION PANEL
1116
1190
  /********************************************
@@ -1130,6 +1204,8 @@
1130
1204
  -khtml-user-select: none
1131
1205
  -webkit-user-select: none
1132
1206
  user-select: none
1207
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
1208
+
1133
1209
  /* border:1px solid #111;
1134
1210
 
1135
1211
  /* ltr/rtl enviroment
@@ -1151,10 +1227,11 @@
1151
1227
  display: table
1152
1228
  width: 100%
1153
1229
  margin: 0 0 .5em 0
1230
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
1154
1231
 
1155
1232
  /* one folder wrapper
1156
1233
 
1157
- .elfinder-navbar-wrapper!, .elfinder-place-wrapper!
1234
+ .elfinder-navbar-wrapper, .elfinder-place-wrapper
1158
1235
 
1159
1236
  /* folder
1160
1237
 
@@ -1187,6 +1264,7 @@
1187
1264
  margin-top: -8px
1188
1265
  background-image: image_url('el_vfs/elfinder/arrows-normal.png')
1189
1266
  background-repeat: no-repeat
1267
+
1190
1268
  /* border:1px solid #111;
1191
1269
 
1192
1270
  .ui-state-active .elfinder-navbar-arrow
@@ -1312,13 +1390,16 @@
1312
1390
  filter: Alpha(Opacity = 50)
1313
1391
 
1314
1392
  .elfinder-places
1315
- border: 1px solid transparent
1393
+ border: none
1394
+ margin: 0
1395
+ padding: 0
1396
+
1316
1397
  &.elfinder-droppable-active
1317
- border: 1px solid #8cafed
1398
+ /*border:1px solid #8cafed;
1318
1399
 
1319
- /* File: /home/osc/elFinder-build/elFinder/css/places.css
1400
+ /* File: /css/places.css
1320
1401
 
1321
- /* File: /home/osc/elFinder-build/elFinder/css/quicklook.css
1402
+ /* File: /css/quicklook.css
1322
1403
  /* quicklook window
1323
1404
 
1324
1405
  .elfinder-quicklook
@@ -1330,6 +1411,7 @@
1330
1411
  -moz-border-radius: 7px
1331
1412
  -webkit-border-radius: 7px
1332
1413
  padding: 20px 0 40px 0
1414
+
1333
1415
  .ui-resizable-se
1334
1416
  width: 14px
1335
1417
  height: 14px
@@ -1344,13 +1426,16 @@
1344
1426
  -moz-border-radius: 0
1345
1427
  -webkit-border-radius: 0
1346
1428
  -webkit-background-clip: padding-box
1429
+
1347
1430
  /* background-clip:padding-box;
1348
1431
  padding: 0
1349
1432
  background: #000
1350
1433
  z-index: 90000
1351
1434
  display: block
1435
+
1352
1436
  .elfinder-quicklook-titlebar
1353
1437
  display: none
1438
+
1354
1439
  .elfinder-quicklook-preview
1355
1440
  border: 0 solid
1356
1441
 
@@ -1418,6 +1503,7 @@
1418
1503
 
1419
1504
  .elfinder-quicklook-info
1420
1505
  padding: 0 12px 0 112px
1506
+
1421
1507
  .elfinder-quicklook-info-data:first-child
1422
1508
  color: #fff
1423
1509
  font-weight: bold
@@ -1469,6 +1555,7 @@
1469
1555
  padding: 5px
1470
1556
  border: 1px solid #eee
1471
1557
  background: #000
1558
+
1472
1559
  .elfinder-quicklook-navbar-icon-close, .elfinder-quicklook-navbar-separator
1473
1560
  display: inline
1474
1561
 
@@ -1568,7 +1655,7 @@ embed.elfinder-quicklook-preview-audio
1568
1655
  width: 100%
1569
1656
  height: 100%
1570
1657
 
1571
- /* File: /home/osc/elFinder-build/elFinder/css/statusbar.css
1658
+ /* File: /css/statusbar.css
1572
1659
  /*****************************************************************
1573
1660
  /* STATUSBAR STYLES
1574
1661
  /*****************************************************************
@@ -1582,6 +1669,7 @@ embed.elfinder-quicklook-preview-audio
1582
1669
  border-right: 0 solid transparent
1583
1670
  border-bottom: 0 solid transparent
1584
1671
  border-left: 0 solid transparent
1672
+
1585
1673
  a
1586
1674
  text-decoration: none
1587
1675
 
@@ -1615,7 +1703,7 @@ embed.elfinder-quicklook-preview-audio
1615
1703
  white-space: nowrap
1616
1704
  overflow: hidden
1617
1705
 
1618
- /* File: /home/osc/elFinder-build/elFinder/css/toolbar.css
1706
+ /* File: /css/toolbar.css
1619
1707
  /********************************************
1620
1708
  /* TOOLBAR STYLES
1621
1709
  /********************************************
@@ -1652,6 +1740,10 @@ embed.elfinder-quicklook-preview-audio
1652
1740
  overflow: hidden
1653
1741
  position: relative
1654
1742
  border: 0 solid
1743
+ -webkit-box-sizing: content-box
1744
+ -moz-box-sizing: content-box
1745
+ box-sizing: content-box
1746
+
1655
1747
  .ui-icon-search
1656
1748
  cursor: pointer
1657
1749
 
@@ -1663,6 +1755,7 @@ embed.elfinder-quicklook-preview-audio
1663
1755
  -moz-border-radius-bottomleft: 4px
1664
1756
  -webkit-border-bottom-left-radius: 4px
1665
1757
  border-bottom-left-radius: 4px
1758
+
1666
1759
  &:last-child
1667
1760
  -moz-border-radius-topright: 4px
1668
1761
  -webkit-border-top-right-radius: 4px
@@ -1687,6 +1780,7 @@ embed.elfinder-quicklook-preview-audio
1687
1780
  .elfinder .elfinder-button.ui-state-disabled
1688
1781
  opacity: 1
1689
1782
  filter: Alpha(Opacity = 100)
1783
+
1690
1784
  .elfinder-button-icon
1691
1785
  opacity: .4
1692
1786
  filter: Alpha(Opacity = 40)
@@ -1854,6 +1948,7 @@ embed.elfinder-quicklook-preview-audio
1854
1948
  .elfinder-button form input
1855
1949
  background: transparent
1856
1950
  cursor: default
1951
+
1857
1952
  .elfinder-button-search
1858
1953
  border: 0 solid
1859
1954
  background: transparent