| 1 |
/* Do not modify this file directly. It is concatenated from individual module CSS files. */ |
| 2 |
.wp-customizer .expanded .widget-conditional .widget-conditional-inner { |
| 3 |
width: 98%; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */ |
| 4 |
box-sizing: border-box; |
| 5 |
} |
| 6 |
|
| 7 |
.wp-customizer .expanded .widget-conditional .form{ |
| 8 |
overflow: scroll; |
| 9 |
margin-bottom: 20px; |
| 10 |
} |
| 11 |
.widget-liquid-right .widget.expanded { |
| 12 |
overflow: visible; |
| 13 |
} |
| 14 |
.widget-conditional-hide { |
| 15 |
display: none; |
| 16 |
} |
| 17 |
.widget-conditional .widget-conditional-inner { |
| 18 |
background: #F9F9F9; |
| 19 |
border: 1px solid #DFDFDF; |
| 20 |
padding: 12px 10px 0; |
| 21 |
|
| 22 |
} |
| 23 |
.widget-conditional { |
| 24 |
margin-bottom: 12px; |
| 25 |
} |
| 26 |
.widget-conditional .conditions{ |
| 27 |
margin-bottom: 12px; |
| 28 |
} |
| 29 |
.widget-conditional .condition, |
| 30 |
.widget-conditional .condition-top { |
| 31 |
clear:both; |
| 32 |
} |
| 33 |
.widget-conditional .condition { |
| 34 |
padding-top: 12px; |
| 35 |
position: relative; |
| 36 |
} |
| 37 |
.widget-conditional .condition select { |
| 38 |
width: 120px; |
| 39 |
position: relative; |
| 40 |
z-index: 2; |
| 41 |
} |
| 42 |
.widget-conditional .condition-top select { |
| 43 |
width: auto; |
| 44 |
} |
| 45 |
.widget-conditional .condition-control { |
| 46 |
padding-top: 4px; |
| 47 |
clear: both; |
| 48 |
margin-top: -20px; |
| 49 |
} |
| 50 |
.widget-conditional .selection { |
| 51 |
margin-left: 50px; |
| 52 |
margin-right: 20px; |
| 53 |
} |
| 54 |
.widget-conditional .conditions-rule-has-children { |
| 55 |
display: block; |
| 56 |
} |
| 57 |
.widget-conditional .condition .actions { |
| 58 |
margin-top: -28px; |
| 59 |
}.widget-conditional .condition .actions { |
| 60 |
margin-top: -28px; |
| 61 |
} |
| 62 |
|
| 63 |
.widget-conditional .condition-control a { |
| 64 |
text-decoration: none; |
| 65 |
position: absolute; |
| 66 |
top: 17px; |
| 67 |
text-indent: -9999px; |
| 68 |
z-index: 1; |
| 69 |
} |
| 70 |
.widget-conditional .condition-control a:before { |
| 71 |
position: absolute; |
| 72 |
text-indent: 0; |
| 73 |
right: 0; |
| 74 |
} |
| 75 |
.widget-conditional .condition-control .delete-condition { |
| 76 |
right: 0; |
| 77 |
color: #f11; |
| 78 |
} |
| 79 |
.widget-conditional .condition-control .add-condition { |
| 80 |
left: 0; |
| 81 |
} |
| 82 |
|
| 83 |
.widget-conditional .condition:last-child .condition-conjunction, |
| 84 |
.widget-conditional .condition:last-child .condition-intersection { |
| 85 |
display: none; |
| 86 |
} |
| 87 |
|
| 88 |
.widget-conditional.conjunction .condition-intersection { |
| 89 |
display: none; |
| 90 |
} |
| 91 |
|
| 92 |
.widget-conditional.intersection .condition-conjunction { |
| 93 |
display: none; |
| 94 |
} |
| 95 |
|
| 96 |
.wp-core-ui .button.display-options { |
| 97 |
margin-left: 5px; |
| 98 |
} |
| 99 |
.wp-core-ui .button.display-options:hover { |
| 100 |
text-decoration: none; |
| 101 |
} |
| 102 |
|
| 103 |
.wp-customizer .widget-conditional select { |
| 104 |
min-width: 0; |
| 105 |
max-width: none; |
| 106 |
height: auto; |
| 107 |
} |
| 108 |
.wp-customizer .widget-conditional .condition-control a { |
| 109 |
top: 15px; |
| 110 |
} |
| 111 |
@media screen and ( max-width: 782px ) { |
| 112 |
.widget-conditional .condition-control a { |
| 113 |
top: 20px; |
| 114 |
} |
| 115 |
} |
| 116 |
|