PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.1.6
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.1.6
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
998 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 height: 30px;
603 }
604 .ui-resizable-handle.ui-resizable-e {
605 position: absolute;
606 top: 0;
607 height: 100%;
608 height: 100vh;
609 width: 1px;
610 right: 0;
611 border-right: 1px solid #ccc;
612 cursor: col-resize;
613 }
614 .ui-resizable-handle.ui-resizable-e:before, .ui-resizable-handle.ui-resizable-w:before {
615 content: "";
616 top: 68px;
617 width: 3px;
618 height: 53px;
619 position: absolute;
620 border-left: solid 1px #ccc;
621 border-right: solid 1px #ccc;
622 left: -1px;
623 }
624 .ui-resizable-handle.ui-resizable-w {
625 position: absolute;
626 top: 0;
627 height: 100%;
628 height: 100vh;
629 width: 1px;
630 left: 0;
631 border-right: 1px solid #ccc;
632 cursor: col-resize;
633 }
634
635 div#custom-menu {
636 padding-bottom: 120px;
637 }
638 .wcp-container .route span.star-icon {
639 position: relative;
640 top: 2px;
641 left: auto;
642 float: right;
643 font-family: 'folder-icon' !important;
644 speak: none;
645 color: #ffc90e;
646 display: none;
647 }
648 .wcp-container .route span.update-inline-record {
649 position: relative;
650 left: auto;
651 top: 2px;
652 float: right;
653 width: 0px;
654 height: 22px;
655 font-family: 'folder-icon' !important;
656 font-size: 16px;
657 overflow: hidden;
658 transition: all 0.25s linear;
659 -webkit-transition: all 0.25s linear;
660 -moz-transition: all 0.25s linear;
661 }
662 .wcp-container .route h3:hover > span.update-inline-record {
663 width: 18px;
664 }
665 .wcp-container .route span.update-inline-record:after {
666 content: "\e910";
667 }
668 .wcp-container .route.is-high > h3 > span.star-icon {
669 display: block;
670 }
671 .wcp-container .route span.star-icon:after {
672 content: "\e907";
673 }
674
675 .tree-structure li {
676 display: block;
677 width: 16.667%;
678 float: left;
679 margin: 0;
680 padding: 0;
681 }
682 .tree-structure .folder-item {
683 padding: 8px;
684 position: relative;
685 }
686 .tree-structure .folder-view {
687 display: block;
688 border: 1px solid #dadce0;
689 color: #404040;
690 border-radius: 4px;
691 -moz-border-radius: 4px;
692 -webkit-border-radius: 4px;
693 position: relative;
694 cursor: pointer;
695 background: #fff;
696 }
697 .tree-structure .folder-view span.item-name {
698 display: block;
699 padding: 10px 25px 10px 50px;
700 position: relative;
701 width: 100%;
702 overflow: hidden;
703 height: 38px;
704 font-size: 16px;
705 box-sizing: border-box;
706 }
707 .folder-view span.item-name:before {
708 content: "\e90d";
709 font-family: 'folder-icon' !important;
710 position: absolute;
711 left: 15px;
712 font-size: 24px;
713 }
714 .folder-view.is-high span.item-name:before {
715 content: "\e900";
716 }
717 .folder-view.is-post span.item-name:before {
718 content: "\e901";
719 }
720 .tree-structure span.folder-option {
721 position: absolute;
722 right: 0;
723 font-family: 'folder-icon' !important;
724 top: 0px;
725 font-size: 20px;
726 line-height: 38px;
727 z-index: 1;
728 cursor: pointer;
729 display: none;
730 }
731 .tree-structure .folder-view:hover span.folder-option {
732 display: block;
733 }
734 .tree-structure span.folder-option:hover {
735 color: #F51366;
736 }
737 .tree-structure span.folder-option:after {
738 content: "\e90a";
739 }
740 .tree-structure li {
741 position: relative;
742 }
743 .tree-structure {
744 margin-left: -8px;
745 margin-right: -8px;
746 }
747 .tree-structure .folder-view span.folder-title {
748 overflow: hidden;
749 width: 100%;
750 height: 18px;
751 display: block;
752 }
753 .swal2-popup .swal2-title {
754 line-height: 36px;
755 }
756 .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 {
757 display: none;
758 }
759 .attachments.ui-sortable.ui-draggable-dragging {
760 z-index: 5000;;
761 }
762 .selected-items {
763 background: #0073aa;
764 color: #ffffff;
765 padding: 10px 20px;
766 border-radius: 5px;
767 -moz-border-radius: 5px;
768 -webkit-border-radius: 5px;
769 margin-top: 0px;
770 cursor: none;
771 }
772 .media-frame, .media-frame-content, .media-frame .attachments-browser {
773 overflow: inherit;
774 }
775 body.upload-php.eml-grid #wpbody {
776 position: relative !important;
777 top: 0px !important;
778 bottom: auto !important;
779 left: auto !important;
780 right: auto !important;;
781 height: auto;
782 }
783 span.upgrade-message {
784 padding: 0px 0 10px;
785 background: #fff;
786 display: inline-block;
787 font-size: 14px;
788 color: #000;
789 }
790 span.upgrade-message a.pink, span.upgrade-message span.pink {
791 color: #FF5983;
792 text-decoration: none;
793 font-weight: bold;
794 }
795
796 .media-toolbar.sticky-media {
797 position: fixed;
798 top: 32px;
799 right: 18px !important;
800 left: auto;
801 }
802
803 .media-position {
804 width: 1px;
805 height: 1px;
806 }
807 .media-frame.mode-grid .media-toolbar {
808 margin: 0 !important;
809 }
810 .button-disabled {
811 cursor: no-drop;
812 pointer-events: none;
813 }
814 .wcp-hide-show-buttons {
815 position: absolute;
816 top: 25px;
817 right: -20px;
818 }
819 .wcp-hide-show-buttons .toggle-buttons {
820 background: #f51366;
821 color: #fff;
822 display: inline-block;
823 margin: 0;
824 padding: 0;
825 float: left;
826 -webkit-border-top-right-radius: 50%;
827 -webkit-border-bottom-right-radius: 50%;
828 -moz-border-radius-topright: 50%;
829 -moz-border-radius-bottomright: 50%;
830 border-top-right-radius: 50%;
831 border-bottom-right-radius: 50%;
832 display: none;
833 width: 20px;
834 height: 20px;
835 cursor: pointer;
836 }
837 .wcp-hide-show-buttons .toggle-buttons:hover {
838 background: #bc0f50;
839 }
840 .hide-folders-area .wcp-content {
841 width: 0px !important;
842 }
843 .hide-folders-area .wcp-container {
844 display: none;
845 }
846
847 .wcp-hide-show-buttons .toggle-buttons.active {
848 display: block;
849 }
850 #wcp-content.no-transition .wcp-container {
851 display: none;
852 }
853 button.button.organize-button {
854 vertical-align: middle;
855 text-decoration: none;
856 display: inline-block;
857 font-size: 14px;
858 padding: 4px 10px;
859 background: #F51366;
860 color: #fff;
861 border: solid 1px #F51366;
862 border-radius: 3px;
863 line-height: 14px;
864 -webkit-box-shadow: 0 3px 5px -3px #333333;
865 -moz-box-shadow: 0 3px 5px -3px #333333;
866 box-shadow: 0 3px 5px -3px #333333;
867 }
868 button.button.organize-button:hover, button.button.organize-button:focus {
869 background: #bc0f50;
870 color: #ffffff;
871 border: solid 1px #bc0f50;
872 }
873 .tree-structure-content ul {
874 margin: 0;
875 padding: 0;
876 }
877 .tree-structure-content {
878 padding: 10px 20px 10px;
879 background: #fff;
880 margin: 10px 0 15px;
881 border-radius: 4px;
882 -moz-border-radius: 4px;
883 -webkit-border-radius: 4px;
884 border: solid 1px #cccccc;
885 }
886 .tree-structure-content .tree-structure {
887 height: 55px;
888 overflow: hidden;
889 transition: 0.1s;
890 -webkit-transition: 0.1s;
891 -moz-transition: 0.1s;
892 }
893 .tree-structure-content.active .tree-structure {
894 height: auto;
895 }
896 .folders-toggle-button {
897 height: 15px;
898 text-align: center;
899 position: relative;
900 }
901 .folders-toggle-button span {
902 background: #F51366;
903 color: #fff;
904 height: 20px;
905 width: 30px;
906 text-align: center;
907 display: block;
908 margin: 0 auto;
909 position: absolute;
910 left: 0;
911 right: 0;
912 bottom: -10px;
913 cursor: pointer;
914 font-family: dashicons;
915 font-size: 20px;
916 line-height: 20px;
917 }
918 .folders-toggle-button span:after {
919 content: "\f347";
920 }
921 .tree-structure-content.active .folders-toggle-button span:after {
922 content: "\f343";
923 }
924 span.media-info-message {
925 vertical-align: middle;
926 line-height: 50px;
927 font-weight: bold;
928 color: #f51366;
929 padding: 0 0 0 20px;
930 display: none !important;;
931 }
932 span.media-info-message.active {
933 display: inline-block !important;
934 }
935 @media screen and (max-width: 1300px) {
936 .tree-structure li {
937 width: 20%;
938 }
939 }
940 @media screen and (max-width: 960px) {
941 .wcp-content {
942 left: 36px;
943 }
944 html[dir="rtl"] .wcp-content {
945 right: 36px;
946 left: auto;
947 }
948 .tree-structure li {
949 width: 25%;
950 }
951 }
952
953 @media screen and (max-width: 780px) {
954 .wcp-content {
955 left: 0px;
956 }
957 html[dir="rtl"] .wcp-content {
958 right: 0px;
959 }
960 .tree-structure li {
961 width: 33.33%;
962 }
963 }
964
965
966 @media screen and (max-width: 640px) {
967 .wcp-content {
968 left: 0px;
969 position: relative !important;
970 width: 100% !important;
971 padding-bottom: 100px;
972 top: 0;
973 right: 0;
974 display: block;
975 }
976 .ui-resizable-handle.ui-resizable-e {
977 display: none !important;
978 }
979 .hide-folders-area .wcp-container {
980 display: block;
981 }
982 .wcp-hide-show-buttons {
983 display: none;
984 }
985 .hide-folders-area .wcp-content {
986 width: 100% !important;
987 }
988 body.wp-admin #wpcontent {
989 padding: 0 !important;
990 }
991 #wpbody-content {
992 padding-bottom: 30px;
993 }
994 .tree-structure li {
995 width: 50%;
996 }
997 }
998