PluginProbe
WANotifier for Forms and Actions / 2.1.3
WANotifier for Forms and Actions v2.1.3
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | assets/css/admin.css +7 -216 2.7.112.1.3 View file →
@@ -1,115 +1,4 @@
1 -.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }
2 -.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }
3 -.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
4 -.select2-container .select2-selection--single .select2-selection__clear { background-color: transparent; border: none; font-size: 1em; }
5 -.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }
6 -.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }
7 -.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline; list-style: none; padding: 0; }
8 -.select2-container .select2-selection--multiple .select2-selection__clear { background-color: transparent; border: none; font-size: 1em; }
9 -.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; padding: 0; max-width: 100%; resize: none; height: 18px; vertical-align: top; font-family: sans-serif; overflow: hidden; word-break: keep-all; }
10 -.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }
11 -.select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }
12 -.select2-results { display: block; }
13 -.select2-results__options { list-style: none; margin: 0; padding: 0; }
14 -.select2-results__option { padding: 8px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }
15 -.select2-results__option--selectable { cursor: pointer; }
16 -.select2-container--open .select2-dropdown { left: 0; }
17 -.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
18 -.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }
19 -.select2-search--dropdown { display: block; padding: 4px; }
20 -.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }
21 -.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }
22 -.select2-search--dropdown.select2-search--hide { display: none; }
23 -.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }
24 -.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }
25 -.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }
26 -.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }
27 -.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; height: 26px; margin-right: 20px; padding-right: 0; }
28 -.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }
29 -.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }
30 -.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }
31 -.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
32 -.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }
33 -.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }
34 -.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }
35 -.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }
36 -.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; padding: 8px 8px 0 8px; position: relative; }
37 -.select2-container--default .select2-selection--multiple.select2-selection--clearable { padding-right: 25px; }
38 -.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; font-weight: bold; height: 20px; margin-right: 10px; margin-top: 5px; position: absolute; right: 0; padding: 1px; }
39 -.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: inline-flex ; margin-right: 8px; margin-bottom: 8px; padding: 0; position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; }
40 -.select2-container--default .select2-selection--multiple .select2-selection__choice__display { cursor: default; padding: 3px 8px 4px 8px; line-height: 1em; }
41 -.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { background-color: transparent; border: none; border-right: 1px solid #aaa; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #999; cursor: pointer; font-size: 1em; font-weight: bold; padding: 2px 6px 4px 6px; }
42 -
43 -.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
44 -.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus { background-color: #f1f1f1; color: #333; outline: none; }
45 -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
46 -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display { padding-left: 5px; padding-right: 2px; }
47 -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { border-left: 1px solid #aaa; border-right: none; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
48 -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear { float: left; margin-left: 10px; margin-right: auto; }
49 -.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }
50 -.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }
51 -.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }
52 -
53 -.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
54 -.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }
55 -
56 -.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
57 -.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
58 -.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }
59 -.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; line-height: normal; }
60 -.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
61 -.select2-container--default .select2-results__option .select2-results__option { padding-left: 16px; }
62 -.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }
63 -.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }
64 -.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }
65 -.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }
66 -.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }
67 -.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }
68 -.select2-container--default .select2-results__option--group { padding: 0; }
69 -.select2-container--default .select2-results__option--disabled { color: #999; }
70 -.select2-container--default .select2-results__option--selected { background-color: rgb(34 113 177 / 20%); }
71 -.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #2271b1; color: white; }
72 -.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px 8px; background: #eee; }
73 -.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
74 -.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }
75 -.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }
76 -.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; height: 26px; margin-right: 20px; }
77 -.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }
78 -.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
79 -.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }
80 -.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
81 -.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }
82 -.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }
83 -.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }
84 -.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }
85 -.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
86 -.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: linear-gradient(to bottom, #eee 50%, #fff 100%); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
87 -.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; padding-bottom: 5px; padding-right: 5px; }
88 -.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }
89 -.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }
90 -.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; display: inline-block; margin-left: 5px; margin-top: 5px; padding: 0; }
91 -.select2-container--classic .select2-selection--multiple .select2-selection__choice__display { cursor: default; padding-left: 2px; padding-right: 5px; }
92 -.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { background-color: transparent; border: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #888; cursor: pointer; font-size: 1em; font-weight: bold; padding: 0 4px; }
93 -.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; outline: none; }
94 -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
95 -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display { padding-left: 5px; padding-right: 2px; }
96 -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
97 -.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }
98 -.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }
99 -.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
100 -.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }
101 -.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }
102 -.select2-container--classic .select2-dropdown { background-color: #fff; border: 1px solid transparent; }
103 -.select2-container--classic .select2-dropdown--above { border-bottom: none; }
104 -.select2-container--classic .select2-dropdown--below { border-top: none; }
105 -.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
106 -.select2-container--classic .select2-results__option--group { padding: 0; }
107 -.select2-container--classic .select2-results__option--disabled { color: grey; }
108 -.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable { background-color: #3875d7; color: #fff; }
109 -.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }
110 -.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }
111 -
112 1 /**
113 2 * Breakpoints
114 3 */
115 4 /**
@@ -240,12 +129,8 @@
240 129 .text-uppercase {
241 130 text-transform: uppercase;
242 131 }
243 132
244 -.text-muted {
245 - color: #777;
246 -}
247 -
248 133 .ms-auto {
249 134 margin-left: auto;
250 135 }
251 136
@@ -475,33 +360,13 @@
475 360 .notifier-toggle-switch input:checked[type=checkbox]::after {
476 361 left: 50%;
477 362 }
478 363
479 -.select2-results__option {
480 - margin-bottom: 0;
481 -}
482 -
483 364 @media screen and (max-width: 767px) {
484 365 #notifier-admin-header {
485 366 padding-top: 46px;
486 367 }
487 368 }
488 -#notifier-admin-header .header-logo {
489 - display: inline-block;
490 - margin-right: 15px;
491 - width: 35px;
492 - height: 35px;
493 - align-self: center;
494 -}
495 -#notifier-admin-header .header-logo img {
496 - width: 100%;
497 - height: 100%;
498 -}
499 -@media screen and (max-width: 767px) {
500 - #notifier-admin-header .header-logo {
501 - margin-right: 10px;
502 - }
503 -}
504 369 #notifier-admin-header .notifier-admin-header-content {
505 370 background: #fff;
506 371 box-sizing: border-box;
507 372 width: 100%;
@@ -556,17 +421,10 @@
556 421 }
557 422 #notifier-admin-header .notifier-admin-header-content .header-menu-items ul li a.active {
558 423 color: #555;
559 424 }
560 -#notifier-admin-header .notifier-admin-header-content .header-action-links .review-us-link {
561 - color: #777;
562 -}
563 -#notifier-admin-header .notifier-admin-header-content .header-action-links .review-us-link a {
564 - text-decoration: none;
565 - color: #777;
566 -}
567 425 @media screen and (max-width: 767px) {
568 - #notifier-admin-header .notifier-admin-header-content .header-action-links > *:not(.review-us-link) {
426 + #notifier-admin-header .notifier-admin-header-content .header-action-links {
569 427 display: none !important;
570 428 }
571 429 }
572 430 #notifier-admin-header .notifier-admin-header-content .header-action-links > * {
@@ -692,13 +550,8 @@
692 550 .dashboard-boxes .dashboard-box .dashboard-box-body table th:first-child,
693 551 .dashboard-boxes .dashboard-box .dashboard-box-body table td:first-child {
694 552 width: 20%;
695 553 }
696 -.dashboard-boxes .dashboard-box .dashboard-box-body.how-to ul {
697 - list-style: inherit;
698 - padding-left: 20px;
699 - margin-bottom: 10px;
700 -}
701 554 .dashboard-boxes .dashboard-box .dashboard-box-body .dashicons-marker {
702 555 color: #ccc;
703 556 }
704 557 .dashboard-boxes .dashboard-box .dashboard-box-body .dashicons-yes-alt {
@@ -781,12 +634,13 @@
781 634
782 635 .notifier-overview-image {
783 636 float: right;
784 637 display: inline-block;
638 +}
639 +.notifier-overview-image img {
785 640 width: 100%;
786 641 height: auto;
787 - max-width: 250px;
788 - margin-left: 30px;
642 + max-width: 200px;
789 643 }
790 644 @media screen and (max-width: 767px) {
791 645 .notifier-overview-image {
792 646 float: none;
@@ -841,14 +695,14 @@
841 695 padding: 0;
842 696 }
843 697 }
844 698 .notifier-fields-table tr h3 {
845 - margin-bottom: 0;
699 + margin-bottom: 0px;
846 700 }
847 701 .notifier-fields-table tr .description {
848 702 font-weight: normal;
849 703 }
850 -.notifier-fields-table input:not([type=button]):not([type=radio]):not([type=checkbox]),
704 +.notifier-fields-table input:not([type=button]),
851 705 .notifier-fields-table textarea,
852 706 .notifier-fields-table select {
853 707 width: 100%;
854 708 max-width: none;
@@ -888,15 +742,12 @@
888 742 border-radius: 3px;
889 743 }
890 744 .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags {
891 745 flex-wrap: nowrap;
892 - margin-bottom: 15px;
893 - padding-bottom: 10px;
894 - border-bottom: 1px solid #ddd;
746 + margin-bottom: 10px;
895 747 }
896 748 .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags:last-child {
897 749 margin-bottom: 0;
898 - border-bottom: 0;
899 750 }
900 751 @media screen and (max-width: 767px) {
901 752 .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags {
902 753 flex-wrap: wrap;
@@ -911,16 +762,9 @@
911 762 margin-top: 1px;
912 763 }
913 764 .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags .multi-checkbox-wrapper {
914 765 flex-grow: 1;
915 - max-height: 105px;
916 - overflow: auto;
917 766 }
918 -@media screen and (max-width: 767px) {
919 - .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags .multi-checkbox-wrapper {
920 - max-height: 150px;
921 - }
922 -}
923 767 .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags .multi-checkbox-wrapper .form-check {
924 768 display: inline-block;
925 769 margin-bottom: 5px;
926 770 width: 25%;
@@ -997,58 +841,5 @@
997 841 max-width: 150px;
998 842 max-height: 150px;
999 843 -o-object-fit: cover;
1000 844 object-fit: cover;
1001 -}
1002 -
1003 -.notifier-tool-wrap {
1004 - background: #fff;
1005 - margin-bottom: 15px;
1006 - display: flex;
1007 - justify-content: space-between;
1008 - align-items: center;
1009 - padding: 20px;
1010 -}
1011 -.notifier-tool-wrap .notifier-tool-name {
1012 - margin-top: 0px;
1013 - margin-bottom: 10px;
1014 -}
1015 -.notifier-tool-wrap .notifier-tool-description {
1016 - margin: 0px;
1017 -}
1018 -
1019 -.notifier-tool-activity-wrap {
1020 - background: #ffffff;
1021 - margin-bottom: 15px;
1022 - padding: 20px;
1023 -}
1024 -.notifier-tool-activity-wrap .notifier-tool-inner-wrap {
1025 - display: flex;
1026 - justify-content: space-between;
1027 - align-items: center;
1028 -}
1029 -.notifier-tool-activity-wrap .notifier-tool-inner-wrap .notifier-tool-name {
1030 - margin-top: 0px;
1031 - margin-bottom: 10px;
1032 -}
1033 -.notifier-tool-activity-wrap .notifier-tool-inner-wrap .notifier-tool-description {
1034 - margin: 0px;
1035 -}
1036 -.notifier-tool-activity-wrap .activity-log-preview-wrap {
1037 - background: #f7f7f7;
1038 - padding: 10px;
1039 - max-height: 200px;
1040 - overflow: auto;
1041 - border: 1px solid #ddd;
1042 - border-radius: 8px;
1043 - margin-top: 10px;
1044 -}
1045 -.notifier-tool-activity-wrap .activity-log-preview-wrap table {
1046 - width: 100px;
1047 -}
1048 -.notifier-tool-activity-wrap .activity-log-preview-wrap table .activity-record td {
1049 - vertical-align: top;
1050 -}
1051 -.notifier-tool-activity-wrap .activity-log-preview-wrap table .activity-record td:first-child {
1052 - padding-right: 10px;
1053 - white-space: nowrap;
1054 845 }