PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.1.2
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.1.2
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
876 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 }
126 html[dir="rtl"] .wcp-content {
127 left: auto;
128 right: 160px;
129 }
130 body.wp-admin #wpcontent {
131 padding-left: 310px;
132 }
133 html[dir="rtl"] body.wp-admin #wpcontent {
134 padding-left: 0px;
135 padding-right: 320px;
136 }
137 .wcp-container {
138 padding: 20px 20px 20px 16px;
139 }
140 .form-title {
141 font-size: 23px;
142 font-weight: 400;
143 margin: 0;
144 padding: 0 0 10px 0;
145 line-height: 29px;
146 }
147 .form-operations {
148 border: solid 1px #e5e5e5;
149 border-right: none;
150 margin-bottom: 20px;
151 }
152 .form-operations ul {
153 margin: 0;
154 padding: 0 ;
155 }
156 .form-operations li {
157 display: block;
158 float: left;
159 width: 20%;
160 text-align: center;
161 background: #fff;
162 margin: 0;
163 padding: 0;
164 }
165 .form-operations li a {
166 display: block;
167 padding: 10px 0;
168 border-right: solid 1px #e5e5e5;
169 font-size: 16px;
170 color: #727272;
171 }
172 .clearfix {
173 clear: both;
174 }
175 .wcp-parent-data {
176 position: relative;
177 }
178 .wcp-parent {
179 position: absolute;
180 left: -21px;
181 font-weight: bold;
182 font-size: 14px;
183 }
184 .wcp-parent .fa {
185 font-size: 18px;
186 margin-right: 8px;
187 }
188 .wcp-form-data {
189 background: #fff;
190 border: solid 1px #f1f1f1;
191 padding: 15px;
192 display: none;
193 margin-bottom: 20px;
194 }
195 .wcp-form-title {
196 color: #727272;
197 font-size: 14px;
198 text-transform: uppercase;
199 padding: 0 0 10px 0;
200 }
201 .wcp-form-data .form-field {
202 padding: 0 0 10px 0;
203 }
204
205 .wcp-form-data .form-field input, .wcp-form-data .form-field select {
206 width: 100%;
207 }
208 button#wcp-save-folder {
209 float: right;
210 }
211 .wcp-form-message span {
212 display: block;
213 padding: 5px 10px;
214 background: #ffabab;
215 margin-bottom: 10px;
216 color: #000;
217 border: solid 1px #8c0000;
218 border-radius: 4px;
219 }
220 .wcp-container .route.active-item > h3.title {
221 background: #008ec2;
222 color: #fff;
223 border-radius: 4px;
224 }
225 .wcp-container .route span.ui-icon {
226 line-height: 24px;
227 font-size: 18px;
228 cursor: move;
229 left: 5px;
230 top: 2px;
231 }
232 .route.active-item > span.ui-icon {
233 background: #008ec2;
234 color: #fff;
235 }
236 #custom-menu.active > ul > li.route {
237 display: block;
238 }
239 .wcp-parent.active > i.fa-caret-right {
240 transform: rotate(90deg);
241 -webkit-transform: rotate(90deg);
242 -moz-transform: rotate(90deg);
243 }
244 .wcp-parent.active > i.fa-folder:before {
245 content: "\f07c";
246 }
247 .wcp-container .route .title:hover {
248 background: #dfdfdf;
249 cursor: pointer;
250 }
251 .add-new-folder {
252 text-decoration: none;
253 display: block;
254 float: right;
255 font-size: 14px;
256 padding: 4px 10px;
257 background: #F51366;
258 color: #fff;
259 border: solid 1px #F51366;
260 border-radius: 3px;
261 line-height: 24px;
262 -webkit-box-shadow: 0 3px 5px -3px #333333;
263 -moz-box-shadow: 0 3px 5px -3px #333333;
264 box-shadow: 0 3px 5px -3px #333333;
265 }
266 .add-new-folder:hover, .add-new-folder:focus {
267 background: #bc0f50;
268 color: #ffffff;
269 border: solid 1px #bc0f50
270 }
271 .add-new-folder span {
272 display: block;
273 float: left;
274 line-height: 20px;
275 font-size: 14px;
276 margin-right: 5px;
277 }
278 .add-new-folder span.folder-icon-create_new_folder {
279 font-size: 20px;
280 }
281 .form-options {
282 background: #fff;
283 padding: 10px 10px 0 10px;
284 margin: 10px 0 0px;
285 }
286 .form-options ul {
287 margin: 0;
288 padding: 0;
289 }
290 .form-options li {
291 display: inline-block;
292 margin: 0 5px 0 0;
293 vertical-align: top;
294 }
295 .form-options li.last {
296 margin: 0;
297 }
298 .form-options li a {
299 display: inline-block;
300 text-decoration: none;
301 padding: 5px 12px;
302 color: #000;
303 background: #ccc;
304 box-shadow: 0 1px 0 #ccc;
305 vertical-align: middle;
306 border: solid 1px #ccc;
307 border-radius: 3px;
308 margin: 0 0 10px 0;
309 }
310 .form-options li.last a {
311 padding: 3px;
312 }
313 .form-options li.last a span.icon{
314 font-size: 28px;
315 line-height: 22px;
316 }
317 a#expand-collapse-list.all-open span:before {
318 content: "\e911";
319 }
320 .form-options li a:hover {
321 background: #404040;
322 color: #ffffff;
323 border: solid 1px #404040;
324 }
325 .form-options span.icon {
326 font-size: 18px;
327 display: inline-block;
328 vertical-align: top;
329 }
330 .header-posts a, .un-categorised-items a {
331 color: #444444;
332 padding: 7px;
333 border-radius: 3px;
334 display: block;
335 text-decoration: none;
336 font-size: 14px;
337 line-height: 18px;
338 }
339 .header-posts a:hover, .un-categorised-items:hover {
340 background: #dfdfdf;
341 }
342 span.total-count {
343 float: right;
344 background: #fff;
345 padding: 0 5px;
346 border: solid 1px #cccccc;
347 font-size: 10px;
348 line-height: 16px;
349 border-radius: 2px;
350 }
351 .wcp-icon {
352 display: inline-block;
353 font-size: 16px;
354 vertical-align: top;
355 margin-right: 3px;
356 }
357 #custom-menu .wcp-icon {
358 font-size: 20px;
359 line-height: 24px;
360 }
361 .route.active > .nav-icon > .folder-icon-arrow_right {
362 transform: rotate(90deg);
363 -webkit-transform: rotate(90deg);
364 -moz-transform: rotate(90deg);
365 }
366
367 .route.active > .ui-icon > .folder-icon-folder:before {
368 content: "\e90c";
369 }
370
371 .wcp-container .route span.total-count {
372 position: relative;
373 font-size: 8px;
374 float: right;
375 text-align: center;
376 width: auto;
377 background: #fff;
378 display: block;
379 margin: 6px 3px 3px 3px;
380 color: #23282d !important;
381 line-height: 16px;
382 height: 16px;
383 }
384 .dynamic-menu {
385 position: absolute;
386 left: 50px;
387 background: #fff;
388 width: 140px;
389 padding: 0;
390 z-index: 101;
391 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
392 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
393 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
394 }
395 .dynamic-menu li {
396 position: relative;
397 display: block !important;
398 padding: 2px 0;
399 margin: 0;
400 }
401 .dynamic-menu a {
402 text-decoration: none;
403 color: #848484;
404 position: relative;
405 display: block;
406 padding: 5px 10px;
407 }
408 .wcp-container .route .dynamic-menu ul > li > a > span, .wcp-container .route .dynamic-menu ul > li > a > span span {
409 position: relative;
410 top: auto;
411 display: inline-block;
412 vertical-align: top;
413 margin-right: 5px;
414 }
415 .wcp-container .route .dynamic-menu ul > li > a > span span {
416 top: auto;
417 height: auto;
418 width: auto;
419 margin: 0;
420 left: auto;
421 vertical-align: baseline;
422 }
423 .dynamic-menu li.new-folder {
424 border-bottom: solid 1px #d8d8d8;
425 }
426 .dynamic-menu a:hover {
427 background: #efefef;
428 color: #000;
429 }
430 .wcp-form-input {
431 padding-left: 35px;
432 box-sizing: border-box;
433 position: relative;
434 }
435 .wcp-form-input input {
436 width: 100%;
437 }
438 .wcp-form-btn {
439 padding: 4px 0 4px 2px;
440 }
441 .wcp-form-input:before {
442 content: "\e90d";
443 font-family: 'folder-icon' !important;
444 speak: none;
445 position: absolute;
446 left: 0;
447 font-size: 28px;
448 top: 5px;
449 }
450 .add-new-folder-btn {
451 margin-right: 5px !important;
452 }
453 .form-loader {
454 width: 100%;
455 height: 5px;
456 margin: 0 0 20px;
457 }
458 .form-loader-count {
459 width: 0;
460 height: 5px;
461 background: url("../images/form-loader.png");
462 transition: all 2.5s linear;
463 -webkit-transition: all 2s linear;
464 -moz-transition: all 2.5s linear;
465 }
466 .route.is-high > .ui-icon > i:before {
467 content: "\e900" !important
468 }
469 .route.is-high.active > .ui-icon > i:before {
470 content: "\e90c" !important;
471 z-index: 11;
472 color: #444;
473 font-size: 20px;
474 }
475 .route.is-high.active > .ui-icon > i:after {
476 content: "\e907";
477 margin-left: -1.2em;
478 color: #444;
479 font-size: 11px;
480 top: 1px;
481 position: absolute;
482 }
483 .route.is-high.active.active-item > .ui-icon > i:before, .route.is-high.active.active-item > .ui-icon > i:after {
484 color: #ffffff;
485 }
486 li.active-menu {
487 z-index: 2 !important;
488 }
489 th#wcp_move {
490 width: 20px;
491 }
492 td.wcp_move.column-wcp_move {
493 vertical-align: middle;
494 opacity: 0;
495 }
496 .wp-list-table tr:hover .column-wcp_move:hover, .wp-list-table td.wcp_move.column-wcp_move.wcp-draggable {
497 opacity: 1;
498 }
499 .wcp-drop-hover {
500 background: #0073aa !important;
501 z-index: 2 !important;
502 color: #fff !important;
503 }
504 .wcp-drop-hover span {
505 color: #fff !important;
506 }
507 .ui-draggable-dragging {
508 z-index: 1051 !important;
509 }
510 span.wcp-item {
511 display: none;
512 }
513 .wcp-move-file {
514 cursor: move;
515 }
516 .wcp-drop-hover-list a.folder-view {
517 background: #008ec2;
518 color: #fff;
519 border: solid 1px #fff;
520 position: relative;
521 }
522 .wcp-hover-list {
523 background: #008ec2 !important;
524 color: #fff;
525 position: relative;
526 }
527 .wcp-hover-list a {
528 color: #fff;
529 }
530 .wcp-hover-list span.total-count {
531 color: #000;
532 }
533 .tree-structure .folder-view {
534 display: block;
535 border: 1px solid #dadce0;
536 color: #404040;
537 border-radius: 4px;
538 -moz-border-radius: 4px;
539 -webkit-border-radius: 4px;
540 position: relative;
541 cursor: pointer;
542 background: #fff;
543 }
544 .tree-structure .folder-view:hover {
545 background: #008ec2;
546 color: #ffffff;
547
548 }
549 .wcp-drop-hover-list a.folder-view:before {
550 width: 100%;
551 height: 100%;
552 content: "";
553 position: absolute;
554 top: -2px;
555 left: -2px;
556 border: solid 1px #008ec2;
557 padding: 1px;
558 border-radius: 4px;
559 -moz-border-radius: 4px;
560 -webkit-border-radius: 4px;
561 }
562 .ui-draggable-dragging.wcp-move-file {
563 z-index: 5001;
564 display: inline-block;
565 border: solid 2px #0073aa;
566 padding: 5px 10px;
567 border-radius: 5px;
568 background: #e4f6ff;
569 z-index: 2001;
570 position: fixed !important;
571 max-width: 230px;
572 overflow: hidden;
573 width: auto !important;
574 }
575 .ui-draggable-dragging.wcp-move-file span {
576 display: block;
577 float: left;
578 }
579 .ui-draggable-dragging.wcp-move-file span.wcp-move {
580 margin-right: 5px;
581 display: block;
582 float: left;
583 }
584 .wcp-container .route span.title-text {
585 position: relative;
586 top: auto;
587 left: auto;
588 width: auto;
589 display: inline-block;
590 font-size: 16px;
591 line-height: 30px;
592 }
593 .ui-resizable-handle.ui-resizable-e {
594 position: absolute;
595 top: 0;
596 height: 100%;
597 height: 100vh;
598 width: 1px;
599 right: 0;
600 border-right: 1px solid #ccc;
601 cursor: col-resize;
602 }
603 .ui-resizable-handle.ui-resizable-e:before, .ui-resizable-handle.ui-resizable-w:before {
604 content: "";
605 top: 68px;
606 width: 3px;
607 height: 53px;
608 position: absolute;
609 border-left: solid 1px #ccc;
610 border-right: solid 1px #ccc;
611 left: -1px;
612 }
613 .ui-resizable-handle.ui-resizable-w {
614 position: absolute;
615 top: 0;
616 height: 100%;
617 height: 100vh;
618 width: 1px;
619 left: 0;
620 border-right: 1px solid #ccc;
621 cursor: col-resize;
622 }
623
624 div#custom-menu {
625 padding-bottom: 120px;
626 }
627 .wcp-container .route span.star-icon {
628 position: relative;
629 top: 2px;
630 left: auto;
631 float: right;
632 font-family: 'folder-icon' !important;
633 speak: none;
634 color: #ffc90e;
635 display: none;
636 }
637 .wcp-container .route span.update-inline-record {
638 position: relative;
639 left: auto;
640 top: 2px;
641 float: right;
642 width: 0px;
643 height: 22px;
644 font-family: 'folder-icon' !important;
645 font-size: 16px;
646 overflow: hidden;
647 transition: all 0.25s linear;
648 -webkit-transition: all 0.25s linear;
649 -moz-transition: all 0.25s linear;
650 }
651 .wcp-container .route h3:hover > span.update-inline-record {
652 width: 18px;
653 }
654 .wcp-container .route span.update-inline-record:after {
655 content: "\e910";
656 }
657 .wcp-container .route.is-high > h3 > span.star-icon {
658 display: block;
659 }
660 .wcp-container .route span.star-icon:after {
661 content: "\e907";
662 }
663
664 .tree-structure li {
665 display: block;
666 width: 16.667%;
667 float: left;
668 margin: 0;
669 padding: 0;
670 }
671 .tree-structure .folder-item {
672 padding: 8px;
673 position: relative;
674 }
675 .tree-structure .folder-view {
676 display: block;
677 border: 1px solid #dadce0;
678 color: #404040;
679 border-radius: 4px;
680 -moz-border-radius: 4px;
681 -webkit-border-radius: 4px;
682 position: relative;
683 cursor: pointer;
684 background: #fff;
685 }
686 .tree-structure .folder-view span.item-name {
687 display: block;
688 padding: 10px 25px 10px 50px;
689 position: relative;
690 width: 100%;
691 overflow: hidden;
692 height: 38px;
693 font-size: 16px;
694 box-sizing: border-box;
695 }
696 .folder-view span.item-name:before {
697 content: "\e90d";
698 font-family: 'folder-icon' !important;
699 position: absolute;
700 left: 15px;
701 font-size: 24px;
702 }
703 .folder-view.is-high span.item-name:before {
704 content: "\e900";
705 }
706 .folder-view.is-post span.item-name:before {
707 content: "\e901";
708 }
709 .tree-structure span.folder-option {
710 position: absolute;
711 right: 0;
712 font-family: 'folder-icon' !important;
713 top: 0px;
714 font-size: 20px;
715 line-height: 38px;
716 z-index: 1;
717 cursor: pointer;
718 display: none;
719 }
720 .tree-structure .folder-view:hover span.folder-option {
721 display: block;
722 }
723 .tree-structure span.folder-option:hover {
724 color: #F51366;
725 }
726 .tree-structure span.folder-option:after {
727 content: "\e90a";
728 }
729 .tree-structure li {
730 position: relative;
731 }
732 .tree-structure {
733 margin-left: -8px;
734 margin-right: -8px;
735 }
736 .tree-structure .folder-view span.folder-title {
737 overflow: hidden;
738 width: 100%;
739 height: 18px;
740 display: block;
741 }
742 .swal2-popup .swal2-title {
743 line-height: 36px;
744 }
745 .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 {
746 display: none;
747 }
748 .attachments.ui-sortable.ui-draggable-dragging {
749 z-index: 5000;;
750 }
751 .selected-items {
752 background: #0073aa;
753 color: #ffffff;
754 padding: 10px 20px;
755 border-radius: 5px;
756 -moz-border-radius: 5px;
757 -webkit-border-radius: 5px;
758 margin-top: 0px;
759 cursor: none;
760 }
761 .media-frame, .media-frame-content, .media-frame .attachments-browser {
762 overflow: inherit;
763 }
764 body.upload-php.eml-grid #wpbody {
765 position: relative !important;
766 top: 0px !important;
767 bottom: auto !important;
768 left: auto !important;
769 right: auto !important;;
770 height: auto;
771 }
772 span.upgrade-message {
773 padding: 0px 0 10px;
774 background: #fff;
775 display: inline-block;
776 font-size: 14px;
777 color: #000;
778 }
779 span.upgrade-message a.pink, span.upgrade-message span.pink {
780 color: #FF5983;
781 text-decoration: none;
782 font-weight: bold;
783 }
784
785 .media-toolbar.sticky-media {
786 position: fixed;
787 top: 32px;
788 right: 18px !important;
789 left: auto;
790 }
791
792 .media-position {
793 width: 1px;
794 height: 1px;
795 }
796 .media-frame.mode-grid .media-toolbar {
797 margin: 0 !important;
798 }
799 .button-disabled {
800 cursor: no-drop;
801 pointer-events: none;
802 }
803 button.button.organize-button {
804 vertical-align: middle;
805 text-decoration: none;
806 display: inline-block;
807 font-size: 14px;
808 padding: 4px 10px;
809 background: #F51366;
810 color: #fff;
811 border: solid 1px #F51366;
812 border-radius: 3px;
813 line-height: 14px;
814 -webkit-box-shadow: 0 3px 5px -3px #333333;
815 -moz-box-shadow: 0 3px 5px -3px #333333;
816 box-shadow: 0 3px 5px -3px #333333;
817 }
818 button.button.organize-button:hover, button.button.organize-button:focus {
819 background: #bc0f50;
820 color: #ffffff;
821 border: solid 1px #bc0f50;
822 }
823 @media screen and (max-width: 1300px) {
824 .tree-structure li {
825 width: 20%;
826 }
827 }
828 @media screen and (max-width: 960px) {
829 .wcp-content {
830 left: 36px;
831 }
832 html[dir="rtl"] .wcp-content {
833 right: 36px;
834 left: auto;
835 }
836 .tree-structure li {
837 width: 25%;
838 }
839 }
840
841 @media screen and (max-width: 780px) {
842 .wcp-content {
843 left: 0px;
844 }
845 html[dir="rtl"] .wcp-content {
846 right: 0px;
847 }
848 .tree-structure li {
849 width: 33.33%;
850 }
851 }
852
853
854 @media screen and (max-width: 640px) {
855 .wcp-content {
856 left: 0px;
857 position: relative !important;
858 width: 100% !important;
859 padding-bottom: 100px;
860 top: 0;
861 right: 0;
862 }
863 .ui-resizable-handle.ui-resizable-e {
864 display: none !important;
865 }
866 body.wp-admin #wpcontent {
867 padding: 0 !important;
868 }
869 #wpbody-content {
870 padding-bottom: 30px;
871 }
872 .tree-structure li {
873 width: 50%;
874 }
875 }
876