| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | /*! |
| 2 | - * Filter Everything admin 1.5.1 | |
| 2 | + * Filter Everything widgets 1.9.7 | |
| 3 | 3 | */ |
| 4 | 4 | .wpc-sorting-list{ |
| 5 | 5 | margin-top: 15px; |
| 6 | 6 | position: relative; |
| @@ -12,8 +12,17 @@ | ||
| 12 | 12 | .wpc-sorting-item-inside{ |
| 13 | 13 | padding: 0 10px 10px 10px; |
| 14 | 14 | display: none; |
| 15 | 15 | } |
| 16 | +.fl-builder-edit .wpc-sorting-item-inside > p > label{ | |
| 17 | + display: block; | |
| 18 | + margin-top: 5px; | |
| 19 | +} | |
| 20 | +.fl-builder-edit .fl-builder-widget-settings input.wpc-sorting-item-label{ | |
| 21 | + margin-left: 0 !important; | |
| 22 | + margin-right: 0 !important; | |
| 23 | + width: 100%; | |
| 24 | +} | |
| 16 | 25 | .wpc-sorting-item-top.wpc-opened + .wpc-sorting-item-inside{ |
| 17 | 26 | display: block; |
| 18 | 27 | } |
| 19 | 28 | .wpc-sorting-item-top{ |
| @@ -58,14 +67,17 @@ | ||
| 58 | 67 | .wpc-sorting-item-remove{ |
| 59 | 68 | padding: 10px; |
| 60 | 69 | flex-grow: 1; |
| 61 | 70 | max-width: 40px; |
| 62 | - height: 40px; | |
| 71 | + min-width: 40px; | |
| 63 | 72 | box-sizing: border-box; |
| 64 | 73 | font-size: 18px; |
| 65 | 74 | text-align: center; |
| 66 | 75 | line-height: 1; |
| 67 | 76 | cursor: pointer; |
| 77 | + display: flex; | |
| 78 | + justify-content: center; | |
| 79 | + align-items: center; | |
| 68 | 80 | } |
| 69 | 81 | .wpc-sorting-item-handle{ |
| 70 | 82 | padding: 13px; |
| 71 | 83 | } |
| @@ -90,10 +102,11 @@ | ||
| 90 | 102 | } |
| 91 | 103 | .wp-core-ui a.button-primary.wpc-add-sorting-item{ |
| 92 | 104 | color: #ffffff; |
| 93 | 105 | } |
| 106 | +.fl-builder-widget-settings input.wpc-ballast, | |
| 94 | 107 | .wpc-ballast{ |
| 95 | - display: none; | |
| 108 | + display: none !important; | |
| 96 | 109 | } |
| 97 | 110 | .wpc-sorting-item-meta-key-wrapper{ |
| 98 | 111 | display: none; |
| 99 | 112 | } |
| @@ -106,5 +119,16 @@ | ||
| 106 | 119 | border: 1px dashed #b4b9be; |
| 107 | 120 | margin: 0 auto 16px auto; |
| 108 | 121 | width: 100%; |
| 109 | 122 | box-sizing: border-box; |
| 123 | +} | |
| 124 | +.wpc-columns-wrapper{ | |
| 125 | + display:none; | |
| 126 | +} | |
| 127 | +.wpc-horizontal-checkbox:checked+label+.wpc-columns-wrapper{ | |
| 128 | + visibility: visible; | |
| 129 | +} | |
| 130 | +.wp-block-legacy-widget__edit-form .widget-inside.widget-inside .wpc-columns-wrapper select, | |
| 131 | +.wpc-columns-wrapper select{ | |
| 132 | + width: auto; | |
| 133 | + display: inline-block; | |
| 110 | 134 | } |