PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
jetpack / modules / widget-visibility / widget-conditions / rtl / widget-conditions-rtl.css

widget-conditions-rtl.css in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css

116 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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