PluginProbe
WP Bottom Menu / 2.2.2
WP Bottom Menu v2.2.2
trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.1.1 1.1.2 1.2 1.3 1.3.2 1.4 1.4.2 1.4.3 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.2 2.2.1 2.2.2 All 27 releases
wp-bottom-menu / inc / customizer / customizer-repeater / css / admin-style.css

admin-style.css in WP Bottom Menu 2.2.2, at inc/customizer/customizer-repeater/css/admin-style.css

213 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .customizer-repeater-general-control-repeater-container .customizer-repeater-box-content-hidden:after {
2 content: "";
3 display: table;
4 clear: both;
5 }
6
7 .customizer-repeater-general-control-repeater-container .customizer-repeater-box-content-hidden {
8 display: none;
9 }
10
11 .customizer-repeater-customize-control-title {
12 margin: 0;
13 padding: 15px;
14 font-size: 1em;
15 line-height: 1;
16 -webkit-user-select: none;
17 -moz-user-select: none;
18 -ms-user-select: none;
19 user-select: none;
20 display: block;
21 font-weight: 600;
22 color: #23282d;
23 border: 1px solid #e5e5e5;
24 cursor: move;
25 }
26
27 .customizer-repeater-customize-control-title:hover {
28 border: 1px solid #999;
29 }
30
31 .customizer-repeater-customize-control-title:after {
32 content: "\f140";
33 font-family: dashicons;
34 font-size: 20px;
35 height: 13px;
36 bottom: 3px;
37 position: relative;
38 float: right;
39 }
40
41 .customizer-repeater-customize-control-title.repeater-expanded:after {
42 content: "\f142";
43 }
44
45 .customizer-repeater-box-content-hidden {
46 border: 1px solid #e5e5e5;
47 border-top: none;
48 padding: 1px 10px 10px;
49 }
50
51 .customizer-repeater-box-content-hidden > div {
52 margin: 1em 0;
53 }
54
55 .customizer-repeater-box-content-hidden .customize-control-title {
56 font-size: 13px;
57 line-height: 1.5;
58 font-weight: normal;
59 margin-bottom: 0;
60 margin-top: 1em;
61 }
62
63 .customizer-repeater-box-content-hidden .customize-control-title:after {
64 content: ":";
65 }
66
67 .customizer-repeater-box-content-hidden span.description {
68 font-size: 12px;
69 font-style: normal;
70 }
71
72 .customizer-repeater-general-control-repeater-container, .customizer-repeater-general-control-repeater_container {
73 border: 1px solid #e5e5e5;
74 border-top: none;
75 margin-bottom: 12px;
76 width: 100%;
77 float: left;
78 background: #fff;
79 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
80 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
81 }
82
83 .customizer-repeater-box-content-hidden .wp-picker-container, .customizer-repeater-box-content-hidden .wp-picker-container .wp-color-result, .icp-container {
84 margin: 0;
85 }
86
87 .customizer-repeater-box-content-hidden input:not(.icp, .wp-color-picker),
88 .customizer-repeater-box-content-hidden textarea,
89 .customizer-repeater-box-content-hidden .wp-picker-container {
90 margin-bottom: 1em !important;
91 }
92
93 .social-repeater-general-control-remove-field {
94 cursor: pointer;
95 color: #a00;
96 background: none;
97 border: none;
98 padding: 0;
99 margin-top: 10px;
100 }
101
102 .social-repeater-general-control-remove-field:hover {
103 color: red;
104 }
105
106 .customizer-repeater-box-content-hidden .wp-picker-holder {
107 position: relative;
108 left: -10px;
109 }
110
111 .customizer-repeater-box-content-hidden .wp-picker-input-wrap {
112 margin-left: 10px;
113 }
114
115 .customizer-repeater-box-content-hidden .wp-picker-container .iris-picker {
116 border-left: none;
117 border-right: none;
118 }
119
120 button.customizer-repeater-new-field {
121 float: right;
122 }
123
124 button.customizer-repeater-new-field:before {
125 content: "\f132";
126 display: inline-block;
127 position: relative;
128 left: -2px;
129 top: -1px;
130 font: 400 20px/1 dashicons;
131 vertical-align: middle;
132 -webkit-transition: all .2s;
133 transition: all .2s;
134 -webkit-font-smoothing: antialiased;
135 -moz-osx-font-smoothing: grayscale;
136 }
137
138 .customizer-repeater-box-content-hidden > div.customizer-repeater-social-repeater {
139 margin-top: 0;
140 }
141
142 .customizer-repeater-general-control-repeater-container .customizer-repeater-icon-control {
143 width: 100%;
144 margin: 0;
145 padding: 0;
146 }
147
148 #customizer-repeater-new-field {
149 width: 100%;
150 }
151
152 .customize-control-widget_form .widget-control-save {
153 display: block !important;
154 }
155
156 .customizer-repeater-box-content-hidden {
157 background-color: #fff;
158 }
159
160 .customizer-repeater-image-control .customizer-repeater-custom-media-button {
161 margin-top: 5px;
162 }
163
164 .customizer-icons {
165 display: inline-block;
166 padding: 0 10px 0 0;
167 vertical-align: middle;
168 }
169
170 .social-repeater-remove-social-item {
171 display: inline-block;
172 vertical-align: top;
173 color: #a00;
174 border: none;
175 background: none;
176 cursor: pointer;
177 padding: 0;
178 }
179
180 .social-repeater-remove-social-item:hover {
181 color: red;
182 }
183
184 .customizer-repeater-social-repeater > .customizer-repeater-social-repeater-container:not(:first-child) {
185 margin-top: 25px;
186 }
187
188 .icp-container {
189 margin-bottom: 10px;
190 }
191
192 .button-secondary.social-repeater-add-social-item:before {
193 content: "\f132";
194 display: inline-block;
195 position: relative;
196 left: -2px;
197 top: -1px;
198 font: 400 20px/1 dashicons;
199 vertical-align: middle;
200 -webkit-transition: all .2s;
201 transition: all .2s;
202 -webkit-font-smoothing: antialiased;
203 -moz-osx-font-smoothing: grayscale;
204 }
205
206 .button-secondary.social-repeater-add-social-item {
207 vertical-align: text-top;
208 float: right;
209 }
210
211 .customizer-repeater-box-content-hidden textarea {
212 width: 100%;
213 }