PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.1.5
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.1.5
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / design.css
folders / assets / css Last commit date
admin-setting.css 7 years ago design.css 7 years ago folder-icon.css 7 years ago media.css 7 years ago sweetalert2.min.css 7 years ago
design.css
997 lines
1 .wcp-custom-menu {
2 padding-left: 0px;
3
4 }
5
6 .wcp-custom-menu {
7 position: relative;
8 }
9
10 .wcp-container ul {
11 list-style: none;
12 }
13
14 .wcp-container .route {
15 position: relative;
16 list-style-type: none;
17 border: 0;
18 margin: 0;
19 padding: 0;
20 top: 0px;
21 margin-top: 0px;
22 max-height: 100% !important;
23 width: 100%;
24 border-radius: 2px;
25 z-index: -1;
26 background: transparent;
27 }
28
29 .wcp-container .route span {
30 position: absolute;
31 top: 2px;
32 left: 0;
33 z-index: 10;
34 width: 20px;
35 height: 18px;
36 text-indent: 0;
37 font-size: 20px;
38 background: no-repeat;
39 }
40
41 .wcp-container .route .title {
42 position: absolute;
43 border: 0;
44 margin: 0;
45 padding: 0;
46 padding-top: 0px;
47 height: 30px;
48 width: 200px;
49 text-indent: 30px;
50 background: transparent;
51 border-radius: 0px;
52 box-shadow: none;
53 font-size: 14px;
54 line-height: 26px;
55 border-radius: 4px;
56 -webkit-border-radius: 4px;
57 -moz-border-radius: 4px;
58 overflow: hidden;
59 }
60
61 .wcp-container .first-title {
62 margin-left: 10px;
63 }
64
65 .wcp-container .space {
66 position: relative;
67 list-style-type: none;
68 border: 0;
69 margin: 0;
70 padding: 0;
71 margin-left: 20px;
72 width: 30px;
73 top: 30px;
74 padding-bottom: 30px;
75 height: 100%;
76 z-index: 1;
77 }
78
79 .wcp-container .first-space {
80 margin-left: 10px;
81 }
82
83 i.fa-caret-right {
84 transition: 0.1s;
85 -webkit-transition: 0.1s;
86 -moz-transition: 0.1s;
87 }
88
89 li.active > span > i.fa-caret-right {
90 transform: rotate(90deg);
91 -webkit-transform: rotate(90deg);
92 -moz-transform: rotate(90deg);
93 }
94
95 li.active > span > i.fa-folder:before {
96 content: "\f07c";
97 }
98
99 .has-sub-tree > ul.ui-sortable li {
100 display: none;
101 }
102
103 .has-sub-tree.active > ul.ui-sortable > li {
104 display: block;
105 }
106
107 .nav-icon {
108 display: none;
109 left: -20px !important;
110 }
111
112 .has-sub-tree > .nav-icon {
113 display: block;
114 }
115
116 .wcp-content {
117 position: fixed !important;
118 top: 32px;
119 left: 160px;
120 bottom: 0;
121 width: 305px;
122 box-sizing: border-box;
123 z-index: 1;
124 direction: ltr;
125 transition: all 0.15s linear;
126 -webkit-transition: all 0.15s linear;
127 -moz-transition: all 0.15s linear;
128 }
129 html[dir="rtl"] .wcp-content {
130 left: auto;
131 right: 160px;
132 }
133 body.wp-admin #wpcontent {
134 padding-left: 310px;
135 transition: all 0.15s linear;
136 -webkit-transition: all 0.15s linear;
137 -moz-transition: all 0.15s linear;
138 }
139 html[dir="rtl"] body.wp-admin #wpcontent {
140 padding-left: 0px;
141 padding-right: 320px;
142 }
143 .wcp-container {
144 padding: 20px 20px 20px 16px;
145 }
146 .form-title {
147 font-size: 23px;
148 font-weight: 400;
149 margin: 0;
150 padding: 0 0 10px 0;
151 line-height: 29px;
152 }
153 .form-operations {
154 border: solid 1px #e5e5e5;
155 border-right: none;
156 margin-bottom: 20px;
157 }
158 .form-operations ul {
159 margin: 0;
160 padding: 0 ;
161 }
162 .form-operations li {
163 display: block;
164 float: left;
165 width: 20%;
166 text-align: center;
167 background: #fff;
168 margin: 0;
169 padding: 0;
170 }
171 .form-operations li a {
172 display: block;
173 padding: 10px 0;
174 border-right: solid 1px #e5e5e5;
175 font-size: 16px;
176 color: #727272;
177 }
178 .clearfix {
179 clear: both;
180 }
181 .wcp-parent-data {
182 position: relative;
183 }
184 .wcp-parent {
185 position: absolute;
186 left: -21px;
187 font-weight: bold;
188 font-size: 14px;
189 }
190 .wcp-parent .fa {
191 font-size: 18px;
192 margin-right: 8px;
193 }
194 .wcp-form-data {
195 background: #fff;
196 border: solid 1px #f1f1f1;
197 padding: 15px;
198 display: none;
199 margin-bottom: 20px;
200 }
201 .wcp-form-title {
202 color: #727272;
203 font-size: 14px;
204 text-transform: uppercase;
205 padding: 0 0 10px 0;
206 }
207 .wcp-form-data .form-field {
208 padding: 0 0 10px 0;
209 }
210
211 .wcp-form-data .form-field input, .wcp-form-data .form-field select {
212 width: 100%;
213 }
214 button#wcp-save-folder {
215 float: right;
216 }
217 .wcp-form-message span {
218 display: block;
219 padding: 5px 10px;
220 background: #ffabab;
221 margin-bottom: 10px;
222 color: #000;
223 border: solid 1px #8c0000;
224 border-radius: 4px;
225 }
226 .wcp-container .route.active-item > h3.title {
227 background: #008ec2;
228 color: #fff;
229 border-radius: 4px;
230 }
231 .wcp-container .route span.ui-icon {
232 line-height: 24px;
233 font-size: 18px;
234 cursor: move;
235 left: 5px;
236 top: 2px;
237 }
238 .route.active-item > span.ui-icon {
239 background: #008ec2;
240 color: #fff;
241 }
242 #custom-menu.active > ul > li.route {
243 display: block;
244 }
245 .wcp-parent.active > i.fa-caret-right {
246 transform: rotate(90deg);
247 -webkit-transform: rotate(90deg);
248 -moz-transform: rotate(90deg);
249 }
250 .wcp-parent.active > i.fa-folder:before {
251 content: "\f07c";
252 }
253 .wcp-container .route .title:hover {
254 background: #dfdfdf;
255 cursor: pointer;
256 }
257 body.no-hover-css .wcp-container .route .title:hover {
258 background: transparent;
259 }
260 .add-new-folder {
261 text-decoration: none;
262 display: block;
263 float: right;
264 font-size: 14px;
265 padding: 4px 10px;
266 background: #F51366;
267 color: #fff;
268 border: solid 1px #F51366;
269 border-radius: 3px;
270 line-height: 24px;
271 -webkit-box-shadow: 0 3px 5px -3px #333333;
272 -moz-box-shadow: 0 3px 5px -3px #333333;
273 box-shadow: 0 3px 5px -3px #333333;
274 }
275 .add-new-folder:hover, .add-new-folder:focus {
276 background: #bc0f50;
277 color: #ffffff;
278 border: solid 1px #bc0f50
279 }
280 .add-new-folder span {
281 display: block;
282 float: left;
283 line-height: 20px;
284 font-size: 14px;
285 margin-right: 5px;
286 }
287 .add-new-folder span.folder-icon-create_new_folder {
288 font-size: 20px;
289 }
290 .form-options {
291 background: #fff;
292 padding: 10px 10px 0 10px;
293 margin: 10px 0 0px;
294 }
295 .form-options ul {
296 margin: 0;
297 padding: 0;
298 }
299 .form-options li {
300 display: inline-block;
301 margin: 0 5px 0 0;
302 vertical-align: top;
303 }
304 .form-options li.last {
305 margin: 0;
306 }
307 .form-options li a {
308 display: inline-block;
309 text-decoration: none;
310 padding: 5px 12px;
311 color: #000;
312 background: #ccc;
313 box-shadow: 0 1px 0 #ccc;
314 vertical-align: middle;
315 border: solid 1px #ccc;
316 border-radius: 3px;
317 margin: 0 0 10px 0;
318 }
319 .form-options li.last a {
320 padding: 3px;
321 }
322 .form-options li.last a span.icon{
323 font-size: 28px;
324 line-height: 22px;
325 }
326 a#expand-collapse-list.all-open span:before {
327 content: "\e911";
328 }
329 .form-options li a:hover {
330 background: #404040;
331 color: #ffffff;
332 border: solid 1px #404040;
333 }
334 .form-options span.icon {
335 font-size: 18px;
336 display: inline-block;
337 vertical-align: top;
338 }
339 .header-posts a, .un-categorised-items a {
340 color: #444444;
341 padding: 7px;
342 border-radius: 3px;
343 display: block;
344 text-decoration: none;
345 font-size: 14px;
346 line-height: 18px;
347 }
348 .header-posts a:hover, .un-categorised-items:hover {
349 background: #dfdfdf;
350 }
351 span.total-count {
352 float: right;
353 background: #fff;
354 padding: 0 5px;
355 border: solid 1px #cccccc;
356 font-size: 10px;
357 line-height: 16px;
358 border-radius: 2px;
359 }
360 .wcp-icon {
361 display: inline-block;
362 font-size: 16px;
363 vertical-align: top;
364 margin-right: 3px;
365 }
366 #custom-menu .wcp-icon {
367 font-size: 20px;
368 line-height: 24px;
369 }
370 .route.active > .nav-icon > .folder-icon-arrow_right {
371 transform: rotate(90deg);
372 -webkit-transform: rotate(90deg);
373 -moz-transform: rotate(90deg);
374 }
375
376 .route.active > .ui-icon > .folder-icon-folder:before {
377 content: "\e90c";
378 }
379
380 .wcp-container .route span.total-count {
381 position: relative;
382 font-size: 8px;
383 float: right;
384 text-align: center;
385 width: auto;
386 background: #fff;
387 display: block;
388 margin: 6px 3px 3px 3px;
389 color: #23282d !important;
390 line-height: 16px;
391 height: 16px;
392 }
393 .dynamic-menu {
394 position: absolute;
395 left: 50px;
396 background: #fff;
397 width: 140px;
398 padding: 0;
399 z-index: 101;
400 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
401 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
402 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
403 }
404 .dynamic-menu li {
405 position: relative;
406 display: block !important;
407 padding: 2px 0;
408 margin: 0;
409 }
410 .dynamic-menu a {
411 text-decoration: none;
412 color: #848484;
413 position: relative;
414 display: block;
415 padding: 5px 10px;
416 }
417 .wcp-container .route .dynamic-menu ul > li > a > span, .wcp-container .route .dynamic-menu ul > li > a > span span {
418 position: relative;
419 top: auto;
420 display: inline-block;
421 vertical-align: top;
422 margin-right: 5px;
423 }
424 .wcp-container .route .dynamic-menu ul > li > a > span span {
425 top: auto;
426 height: auto;
427 width: auto;
428 margin: 0;
429 left: auto;
430 vertical-align: baseline;
431 }
432 .dynamic-menu li.new-folder {
433 border-bottom: solid 1px #d8d8d8;
434 }
435 .dynamic-menu a:hover {
436 background: #efefef;
437 color: #000;
438 }
439 .wcp-form-input {
440 padding-left: 35px;
441 box-sizing: border-box;
442 position: relative;
443 }
444 .wcp-form-input input {
445 width: 100%;
446 }
447 .wcp-form-btn {
448 padding: 4px 0 4px 2px;
449 }
450 .wcp-form-input:before {
451 content: "\e90d";
452 font-family: 'folder-icon' !important;
453 speak: none;
454 position: absolute;
455 left: 0;
456 font-size: 28px;
457 top: 5px;
458 }
459 .add-new-folder-btn {
460 margin-right: 5px !important;
461 }
462 .form-loader {
463 width: 100%;
464 height: 5px;
465 margin: 0 0 20px;
466 }
467 .form-loader-count {
468 width: 0;
469 height: 5px;
470 background: url("../images/form-loader.png");
471 transition: all 2.5s linear;
472 -webkit-transition: all 2s linear;
473 -moz-transition: all 2.5s linear;
474 }
475 .route.is-high > .ui-icon > i:before {
476 content: "\e900" !important
477 }
478 .route.is-high.active > .ui-icon > i:before {
479 content: "\e90c" !important;
480 z-index: 11;
481 color: #444;
482 font-size: 20px;
483 }
484 .route.is-high.active > .ui-icon > i:after {
485 content: "\e907";
486 margin-left: -1.2em;
487 color: #444;
488 font-size: 11px;
489 top: 1px;
490 position: absolute;
491 }
492 .route.is-high.active.active-item > .ui-icon > i:before, .route.is-high.active.active-item > .ui-icon > i:after {
493 color: #ffffff;
494 }
495 li.active-menu {
496 z-index: 2 !important;
497 }
498 th#wcp_move {
499 width: 20px;
500 }
501 td.wcp_move.column-wcp_move {
502 vertical-align: middle;
503 opacity: 0;
504 }
505 .wp-list-table tr:hover .column-wcp_move:hover, .wp-list-table td.wcp_move.column-wcp_move.wcp-draggable {
506 opacity: 1;
507 }
508 .wcp-drop-hover {
509 background: #0073aa !important;
510 z-index: 2 !important;
511 color: #fff !important;
512 }
513 .wcp-drop-hover span {
514 color: #fff !important;
515 }
516 .ui-draggable-dragging {
517 z-index: 1051 !important;
518 }
519
520 .wcp-hover-list {
521 background: #008ec2 !important;
522 color: #fff;
523 position: relative;
524 }
525 .wcp-hover-list a {
526 color: #fff;
527 }
528 .wcp-hover-list span.total-count {
529 color: #000;
530 }
531 span.wcp-item {
532 display: none;
533 }
534 .wcp-move-file {
535 cursor: move;
536 }
537 .wcp-drop-hover-list a.folder-view {
538 background: #008ec2;
539 color: #fff;
540 border: solid 1px #fff;
541 position: relative;
542 }
543 .tree-structure .folder-view {
544 display: block;
545 border: 1px solid #dadce0;
546 color: #404040;
547 border-radius: 4px;
548 -moz-border-radius: 4px;
549 -webkit-border-radius: 4px;
550 position: relative;
551 cursor: pointer;
552 background: #fff;
553 }
554 .tree-structure .folder-view:hover {
555 background: #008ec2;
556 color: #ffffff;
557
558 }
559 .wcp-drop-hover-list a.folder-view:before {
560 width: 100%;
561 height: 100%;
562 content: "";
563 position: absolute;
564 top: -2px;
565 left: -2px;
566 border: solid 1px #008ec2;
567 padding: 1px;
568 border-radius: 4px;
569 -moz-border-radius: 4px;
570 -webkit-border-radius: 4px;
571 }
572 .ui-draggable-dragging.wcp-move-file {
573 z-index: 5001;
574 display: inline-block;
575 border: solid 2px #0073aa;
576 padding: 5px 10px;
577 border-radius: 5px;
578 background: #e4f6ff;
579 z-index: 2001;
580 position: fixed !important;
581 max-width: 230px;
582 overflow: hidden;
583 width: auto !important;
584 }
585 .ui-draggable-dragging.wcp-move-file span {
586 display: block;
587 float: left;
588 }
589 .ui-draggable-dragging.wcp-move-file span.wcp-move {
590 margin-right: 5px;
591 display: block;
592 float: left;
593 }
594 .wcp-container .route span.title-text {
595 position: relative;
596 top: auto;
597 left: auto;
598 width: auto;
599 display: inline-block;
600 font-size: 16px;
601 line-height: 30px;
602 }
603 .ui-resizable-handle.ui-resizable-e {
604 position: absolute;
605 top: 0;
606 height: 100%;
607 height: 100vh;
608 width: 1px;
609 right: 0;
610 border-right: 1px solid #ccc;
611 cursor: col-resize;
612 }
613 .ui-resizable-handle.ui-resizable-e:before, .ui-resizable-handle.ui-resizable-w:before {
614 content: "";
615 top: 68px;
616 width: 3px;
617 height: 53px;
618 position: absolute;
619 border-left: solid 1px #ccc;
620 border-right: solid 1px #ccc;
621 left: -1px;
622 }
623 .ui-resizable-handle.ui-resizable-w {
624 position: absolute;
625 top: 0;
626 height: 100%;
627 height: 100vh;
628 width: 1px;
629 left: 0;
630 border-right: 1px solid #ccc;
631 cursor: col-resize;
632 }
633
634 div#custom-menu {
635 padding-bottom: 120px;
636 }
637 .wcp-container .route span.star-icon {
638 position: relative;
639 top: 2px;
640 left: auto;
641 float: right;
642 font-family: 'folder-icon' !important;
643 speak: none;
644 color: #ffc90e;
645 display: none;
646 }
647 .wcp-container .route span.update-inline-record {
648 position: relative;
649 left: auto;
650 top: 2px;
651 float: right;
652 width: 0px;
653 height: 22px;
654 font-family: 'folder-icon' !important;
655 font-size: 16px;
656 overflow: hidden;
657 transition: all 0.25s linear;
658 -webkit-transition: all 0.25s linear;
659 -moz-transition: all 0.25s linear;
660 }
661 .wcp-container .route h3:hover > span.update-inline-record {
662 width: 18px;
663 }
664 .wcp-container .route span.update-inline-record:after {
665 content: "\e910";
666 }
667 .wcp-container .route.is-high > h3 > span.star-icon {
668 display: block;
669 }
670 .wcp-container .route span.star-icon:after {
671 content: "\e907";
672 }
673
674 .tree-structure li {
675 display: block;
676 width: 16.667%;
677 float: left;
678 margin: 0;
679 padding: 0;
680 }
681 .tree-structure .folder-item {
682 padding: 8px;
683 position: relative;
684 }
685 .tree-structure .folder-view {
686 display: block;
687 border: 1px solid #dadce0;
688 color: #404040;
689 border-radius: 4px;
690 -moz-border-radius: 4px;
691 -webkit-border-radius: 4px;
692 position: relative;
693 cursor: pointer;
694 background: #fff;
695 }
696 .tree-structure .folder-view span.item-name {
697 display: block;
698 padding: 10px 25px 10px 50px;
699 position: relative;
700 width: 100%;
701 overflow: hidden;
702 height: 38px;
703 font-size: 16px;
704 box-sizing: border-box;
705 }
706 .folder-view span.item-name:before {
707 content: "\e90d";
708 font-family: 'folder-icon' !important;
709 position: absolute;
710 left: 15px;
711 font-size: 24px;
712 }
713 .folder-view.is-high span.item-name:before {
714 content: "\e900";
715 }
716 .folder-view.is-post span.item-name:before {
717 content: "\e901";
718 }
719 .tree-structure span.folder-option {
720 position: absolute;
721 right: 0;
722 font-family: 'folder-icon' !important;
723 top: 0px;
724 font-size: 20px;
725 line-height: 38px;
726 z-index: 1;
727 cursor: pointer;
728 display: none;
729 }
730 .tree-structure .folder-view:hover span.folder-option {
731 display: block;
732 }
733 .tree-structure span.folder-option:hover {
734 color: #F51366;
735 }
736 .tree-structure span.folder-option:after {
737 content: "\e90a";
738 }
739 .tree-structure li {
740 position: relative;
741 }
742 .tree-structure {
743 margin-left: -8px;
744 margin-right: -8px;
745 }
746 .tree-structure .folder-view span.folder-title {
747 overflow: hidden;
748 width: 100%;
749 height: 18px;
750 display: block;
751 }
752 .swal2-popup .swal2-title {
753 line-height: 36px;
754 }
755 .attachments-browser.ui-draggable-dragging .media-sidebar, .attachments-browser.ui-draggable-dragging .uploader-inline, .attachments-browser.ui-draggable-dragging .media-toolbar, .attachments-browser.ui-draggable-dragging ul.attachments {
756 display: none;
757 }
758 .attachments.ui-sortable.ui-draggable-dragging {
759 z-index: 5000;;
760 }
761 .selected-items {
762 background: #0073aa;
763 color: #ffffff;
764 padding: 10px 20px;
765 border-radius: 5px;
766 -moz-border-radius: 5px;
767 -webkit-border-radius: 5px;
768 margin-top: 0px;
769 cursor: none;
770 }
771 .media-frame, .media-frame-content, .media-frame .attachments-browser {
772 overflow: inherit;
773 }
774 body.upload-php.eml-grid #wpbody {
775 position: relative !important;
776 top: 0px !important;
777 bottom: auto !important;
778 left: auto !important;
779 right: auto !important;;
780 height: auto;
781 }
782 span.upgrade-message {
783 padding: 0px 0 10px;
784 background: #fff;
785 display: inline-block;
786 font-size: 14px;
787 color: #000;
788 }
789 span.upgrade-message a.pink, span.upgrade-message span.pink {
790 color: #FF5983;
791 text-decoration: none;
792 font-weight: bold;
793 }
794
795 .media-toolbar.sticky-media {
796 position: fixed;
797 top: 32px;
798 right: 18px !important;
799 left: auto;
800 }
801
802 .media-position {
803 width: 1px;
804 height: 1px;
805 }
806 .media-frame.mode-grid .media-toolbar {
807 margin: 0 !important;
808 }
809 .button-disabled {
810 cursor: no-drop;
811 pointer-events: none;
812 }
813 .wcp-hide-show-buttons {
814 position: absolute;
815 top: 25px;
816 right: -20px;
817 }
818 .wcp-hide-show-buttons .toggle-buttons {
819 background: #f51366;
820 color: #fff;
821 display: inline-block;
822 margin: 0;
823 padding: 0;
824 float: left;
825 -webkit-border-top-right-radius: 50%;
826 -webkit-border-bottom-right-radius: 50%;
827 -moz-border-radius-topright: 50%;
828 -moz-border-radius-bottomright: 50%;
829 border-top-right-radius: 50%;
830 border-bottom-right-radius: 50%;
831 display: none;
832 width: 20px;
833 height: 20px;
834 cursor: pointer;
835 }
836 .wcp-hide-show-buttons .toggle-buttons:hover {
837 background: #bc0f50;
838 }
839 .hide-folders-area .wcp-content {
840 width: 0px !important;
841 }
842 .hide-folders-area .wcp-container {
843 display: none;
844 }
845
846 .wcp-hide-show-buttons .toggle-buttons.active {
847 display: block;
848 }
849 #wcp-content.no-transition .wcp-container {
850 display: none;
851 }
852 button.button.organize-button {
853 vertical-align: middle;
854 text-decoration: none;
855 display: inline-block;
856 font-size: 14px;
857 padding: 4px 10px;
858 background: #F51366;
859 color: #fff;
860 border: solid 1px #F51366;
861 border-radius: 3px;
862 line-height: 14px;
863 -webkit-box-shadow: 0 3px 5px -3px #333333;
864 -moz-box-shadow: 0 3px 5px -3px #333333;
865 box-shadow: 0 3px 5px -3px #333333;
866 }
867 button.button.organize-button:hover, button.button.organize-button:focus {
868 background: #bc0f50;
869 color: #ffffff;
870 border: solid 1px #bc0f50;
871 }
872 .tree-structure-content ul {
873 margin: 0;
874 padding: 0;
875 }
876 .tree-structure-content {
877 padding: 10px 20px 10px;
878 background: #fff;
879 margin: 10px 0 15px;
880 border-radius: 4px;
881 -moz-border-radius: 4px;
882 -webkit-border-radius: 4px;
883 border: solid 1px #cccccc;
884 }
885 .tree-structure-content .tree-structure {
886 height: 55px;
887 overflow: hidden;
888 transition: 0.1s;
889 -webkit-transition: 0.1s;
890 -moz-transition: 0.1s;
891 }
892 .tree-structure-content.active .tree-structure {
893 height: auto;
894 }
895 .folders-toggle-button {
896 height: 15px;
897 text-align: center;
898 position: relative;
899 }
900 .folders-toggle-button span {
901 background: #F51366;
902 color: #fff;
903 height: 20px;
904 width: 30px;
905 text-align: center;
906 display: block;
907 margin: 0 auto;
908 position: absolute;
909 left: 0;
910 right: 0;
911 bottom: -10px;
912 cursor: pointer;
913 font-family: dashicons;
914 font-size: 20px;
915 line-height: 20px;
916 }
917 .folders-toggle-button span:after {
918 content: "\f347";
919 }
920 .tree-structure-content.active .folders-toggle-button span:after {
921 content: "\f343";
922 }
923 span.media-info-message {
924 vertical-align: middle;
925 line-height: 50px;
926 font-weight: bold;
927 color: #f51366;
928 padding: 0 0 0 20px;
929 display: none !important;;
930 }
931 span.media-info-message.active {
932 display: inline-block !important;
933 }
934 @media screen and (max-width: 1300px) {
935 .tree-structure li {
936 width: 20%;
937 }
938 }
939 @media screen and (max-width: 960px) {
940 .wcp-content {
941 left: 36px;
942 }
943 html[dir="rtl"] .wcp-content {
944 right: 36px;
945 left: auto;
946 }
947 .tree-structure li {
948 width: 25%;
949 }
950 }
951
952 @media screen and (max-width: 780px) {
953 .wcp-content {
954 left: 0px;
955 }
956 html[dir="rtl"] .wcp-content {
957 right: 0px;
958 }
959 .tree-structure li {
960 width: 33.33%;
961 }
962 }
963
964
965 @media screen and (max-width: 640px) {
966 .wcp-content {
967 left: 0px;
968 position: relative !important;
969 width: 100% !important;
970 padding-bottom: 100px;
971 top: 0;
972 right: 0;
973 display: block;
974 }
975 .ui-resizable-handle.ui-resizable-e {
976 display: none !important;
977 }
978 .hide-folders-area .wcp-container {
979 display: block;
980 }
981 .wcp-hide-show-buttons {
982 display: none;
983 }
984 .hide-folders-area .wcp-content {
985 width: 100% !important;
986 }
987 body.wp-admin #wpcontent {
988 padding: 0 !important;
989 }
990 #wpbody-content {
991 padding-bottom: 30px;
992 }
993 .tree-structure li {
994 width: 50%;
995 }
996 }
997