oont-contents/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css
2025-02-08 15:10:23 +01:00

115 lines
2.4 KiB
CSS

/* Do not modify this file directly. It is concatenated from individual module CSS files. */
.wp-customizer .expanded .widget-conditional .widget-conditional-inner {
width: 98%; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
box-sizing: border-box;
}
.wp-customizer .expanded .widget-conditional .form{
overflow: scroll;
margin-bottom: 20px;
}
.widget-liquid-right .widget.expanded {
overflow: visible;
}
.widget-conditional-hide {
display: none;
}
.widget-conditional .widget-conditional-inner {
background: #F9F9F9;
border: 1px solid #DFDFDF;
padding: 12px 10px 0;
}
.widget-conditional {
margin-bottom: 12px;
}
.widget-conditional .conditions{
margin-bottom: 12px;
}
.widget-conditional .condition,
.widget-conditional .condition-top {
clear:both;
}
.widget-conditional .condition {
padding-top: 12px;
position: relative;
}
.widget-conditional .condition select {
width: 120px;
position: relative;
z-index: 2;
}
.widget-conditional .condition-top select {
width: auto;
}
.widget-conditional .condition-control {
padding-top: 4px;
clear: both;
margin-top: -20px;
}
.widget-conditional .selection {
margin-left: 50px;
margin-right: 20px;
}
.widget-conditional .conditions-rule-has-children {
display: block;
}
.widget-conditional .condition .actions {
margin-top: -28px;
}.widget-conditional .condition .actions {
margin-top: -28px;
}
.widget-conditional .condition-control a {
text-decoration: none;
position: absolute;
top: 17px;
text-indent: -9999px;
z-index: 1;
}
.widget-conditional .condition-control a:before {
position: absolute;
text-indent: 0;
right: 0;
}
.widget-conditional .condition-control .delete-condition {
right: 0;
color: #f11;
}
.widget-conditional .condition-control .add-condition {
left: 0;
}
.widget-conditional .condition:last-child .condition-conjunction,
.widget-conditional .condition:last-child .condition-intersection {
display: none;
}
.widget-conditional.conjunction .condition-intersection {
display: none;
}
.widget-conditional.intersection .condition-conjunction {
display: none;
}
.wp-core-ui .button.display-options {
margin-left: 5px;
}
.wp-core-ui .button.display-options:hover {
text-decoration: none;
}
.wp-customizer .widget-conditional select {
min-width: 0;
max-width: none;
height: auto;
}
.wp-customizer .widget-conditional .condition-control a {
top: 15px;
}
@media screen and ( max-width: 782px ) {
.widget-conditional .condition-control a {
top: 20px;
}
}