PluginProbe
Contact Forms by Cimatti / 1.9.2
Contact Forms by Cimatti v1.9.2
2.3.6 2.3.5 2.3.0 2.2.32 2.2.4 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 All 62 releases
← All changes | accua-forms-admin.css +499 -285 1.3.51.9.2 View file →
@@ -1,285 +1,499 @@
1 -input[type="text"].accua_form_value, textarea.accua_form_value {
2 - width: 95%;
3 - margin-right: 5%;
4 -}
5 -
6 -#accua_forms_edit_page .sidebar-name-arrow {
7 - display: none !important;
8 -}
9 -
10 -#accua_forms_edit_page #widgets-left .widget-holder, #accua_forms_edit_page #widgets-right .widgets-sortables {
11 - overflow-y: scroll !important;
12 - overflow-x: hidden !important;
13 - height: 400px;
14 - min-height: 400px;
15 -}
16 -
17 -#accua_forms_edit_page .widget-liquid-left {
18 - width: 100% !important;
19 -}
20 -
21 -#accua_forms_edit_page #widgets-left .widget {
22 - width: 98% !important;
23 - margin-bottom: 7px !important;
24 - float: none !important;
25 -}
26 -
27 -.accua-form-widget-scroll-wrapper {
28 - width: 100% !important;
29 -}
30 -
31 -.accua-form-widget-scroll-wrapper .ui-resizable-handle, #accua_form_preview_area_wrapper .ui-resizable-handle {
32 - background: #ddd;
33 - bottom: -10px;
34 - height: 7px;
35 - border-radius: 3px;
36 -}
37 -
38 -.accua-form-widget-scroll-wrapper.ui-resizable > *:first-child {
39 - min-height: auto !important;
40 - height: 100% !important;
41 - max-height: none !important;
42 - width: auto !important;
43 - overflow-y: scroll !important;
44 - overflow-x: hidden !important;
45 - margin: 0 !important;
46 - padding: 0 !important;
47 -}
48 -
49 -.accua-form-widget-scroll-wrapper > *:first-child p.description {
50 - padding-top: 5px;
51 -}
52 -
53 -#accua_forms_edit_page #widgets-right a.widget-action {
54 - display: inline-block;
55 -}
56 -
57 -#accua_forms_edit_page .sidebar-name {
58 - cursor: auto !important;
59 -}
60 -
61 -#icon-contact-forms-cimatti-logo {
62 - background: url("img/cimatti-32-icon.png") no-repeat scroll 0 0 transparent;
63 -}
64 -
65 -
66 -/* tabs */
67 -#accua_tabs #ul_accua_tabs li.ui-state-active a {
68 - color: #000000;
69 - font-weight: bold;
70 - text-decoration: none;
71 -}
72 -
73 -#accua_tabs #ul_accua_tabs li {
74 - display: inline;
75 - font-size: 13px;
76 - line-height: 37px;
77 - margin: 0 10px 0 0;
78 - padding: 12px 15px;
79 - border-left: 1px solid #EEEEEE;
80 - border-right: 1px solid #EEEEEE;
81 - border-top: 1px solid #EEEEEE;
82 -}
83 -
84 -#accua_tabs #ul_accua_tabs li a {
85 - color:#bbb;
86 - text-decoration:none;
87 -}
88 -
89 -#accua_tabs #ul_accua_tabs li.ui-state-active {
90 - background: #fff;
91 - border-left: 1px solid #ddd;
92 - border-right: 1px solid #ddd;
93 - border-top: 1px solid #ddd;
94 -}
95 -
96 -#accua_tabs .content_tab {
97 - background: #fff;
98 - border: 0px solid #ddd;
99 - border-top: 1px solid #ddd;
100 - padding: 10px;
101 - min-height: 300px;
102 -}
103 -
104 -#accua_form_use_ajax .accua_form_value {
105 - margin-right: 6px;
106 -}
107 -
108 -#accua_form_use_ajax, #accua_form_layout {
109 - clear: both;
110 - line-height: 25px;
111 -}
112 -
113 -#accua_form_layout {
114 - margin-right: 50px;
115 - margin-bottom: 9px;
116 -}
117 -
118 -#accua_forms_edit_page #accua_tabs {
119 - position: relative;
120 - margin-top: 20px;
121 -}
122 -
123 -.accua-forms-metabox-holder {
124 - float: left;
125 - margin-right: 2%;
126 - width: 47%;
127 -}
128 -
129 -.accua_forms_save_settings_top {
130 - float: right;
131 - margin-right: 30px;
132 - width: 400px;
133 -}
134 -
135 -#accua_forms_edit_page #accua_form_save_settings {
136 - float: left;
137 - margin-right: 6px;
138 -}
139 -
140 -#accua_forms_edit_page form#delete_form {
141 - float: right;
142 - margin-left: 6px;
143 -}
144 -
145 -#accua_forms_edit_page form#delete_form input {
146 - background: none;
147 - border: none;
148 - color: red;
149 - text-decoration: underline;
150 - cursor:pointer;
151 -}
152 -
153 -#accua_forms_edit_page form#delete_form input:hover {
154 - background:red;
155 - color:#fff;
156 -}
157 -
158 -#accua_tab_messages .defalut_content_message,
159 -#accua_tab_preview .defalut_content_message {
160 - background: #fff;
161 - border: 1px solid #ddd;
162 - margin-top: 10px;
163 - padding: 20px;
164 -}
165 -
166 -#accua_tab_messages .defalut_message,
167 -#accua_tab_preview .defalut_message {
168 - padding-top:20px;
169 -}
170 -
171 -#accua_tab_messages #dashboard_right_now a.insert-media,
172 -#accua_tab_preview #dashboard_right_now a.insert-media {
173 - float: none;
174 - top: 0;
175 -}
176 -
177 -#accua_tab_messages .wp-editor-wrap,
178 -#accua_tab_preview .wp-editor-wrap {
179 - margin-top: 10px;
180 -}
181 -
182 -#accua_tab_messages .label_input,
183 -#accua_tab_preview .label_input {
184 - display: block;
185 - line-height: 27px;
186 - margin-bottom: 9px;
187 - width: 100%;
188 - float: left;
189 -}
190 -
191 -#accua_tab_messages .label_input label,
192 -#accua_tab_preview .label_input label {
193 - float: left;
194 - margin-right: 10px;
195 - width: 20%;
196 -}
197 -
198 -#accua_tab_messages .label_input input.accua_form_value[type="text"],
199 -#accua_tab_preview .label_input input.accua_form_value[type="text"] {
200 - float: left;
201 - width: 45%;
202 -}
203 -
204 -#accua_tab_messages input.accua_form_check_override[type="checkbox"],
205 -#accua_tab_preview input.accua_form_check_override[type="checkbox"] {
206 - margin-right: 5px;
207 -}
208 -
209 -#accua_tab_messages input[value="1"][type="radio"], #accua_tab_messages input[value="-1"][type="radio"] {
210 - margin-left: 20px;
211 -}
212 -
213 -#accua_tab_messages .accua_form_value[disabled],
214 -#accua_tab_preview .accua_form_value[disabled] {
215 - color: #BBBBBB;
216 -}
217 -
218 -#accua_tab_messages .default_value,
219 -#accua_tab_preview .default_value {
220 - border: 1px solid #ddd;
221 - color: #999;
222 - float: left;
223 - line-height: 22px;
224 - min-height: 21px;
225 - margin: 1px 5% 1px 0;
226 - padding-left: 1%;
227 - padding-right: 1%;
228 - width: 43%;
229 -}
230 -
231 -#accua_tab_preview .wp-picker-container {
232 - border: 1px solid trasparent;
233 - float: left;
234 - margin: 1px 5% 1px 0;
235 - padding-left: 1%;
236 - padding-right: 1%;
237 - width: 43%;
238 -}
239 -
240 -#accua_tab_messages .postbox {
241 - min-height: 400px;
242 -}
243 -
244 -#accua-forms-list-filter th.column-submissions a span {
245 - float:none;
246 -}
247 -
248 -
249 -#accua-forms-list-filter th.column-submissions .sorting-indicator {
250 - float:right;
251 -}
252 -
253 -#accua_form_preview_area_wrapper {
254 - border: 1px solid #DDDDDD;
255 - padding: 30px;
256 - margin-top: 20px;
257 - margin-bottom: 20px;
258 - min-width: 300px;
259 - min-height: 150px;
260 - height: 400px;
261 -}
262 -
263 -#accua_form_preview_area {
264 - width: 100%;
265 - height: 100%;
266 - border: 0;
267 - margin: 0;
268 - padding: 0;
269 -}
270 -
271 -#accua_forms_edit_page .#dialog_token {
272 - padding: 0 20px 20px;
273 -}
274 -
275 -#accua_forms_edit_page .defalut_content_message {
276 - white-space: pre-wrap; /* css-3 */
277 - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
278 - white-space: -pre-wrap; /* Opera 4-6 */
279 - white-space: -o-pre-wrap; /* Opera 7 */
280 - word-wrap: break-word; /* Internet Explorer 5.5+ */
281 -}
282 -
283 -.accua_forms_admin_page textarea {
284 - resize: vertical;
285 -}
1 +input[type="text"].accua_form_value, textarea.accua_form_value {
2 + width: 95%;
3 + margin-right: 5%;
4 +}
5 +
6 +#accua_forms_edit_page .sidebar-name-arrow {
7 + display: none !important;
8 +}
9 +/*
10 +#accua_forms_edit_page #widgets-left .widget-holder, #accua_forms_edit_page #widgets-right .widgets-sortables {
11 + overflow-y: scroll !important;
12 + overflow-x: hidden !important;
13 + height: 400px;
14 + min-height: 400px;
15 +}*/
16 +
17 +#accua_forms_edit_page .widget-liquid-left {
18 + width: 100% !important;
19 +}
20 +
21 +#accua_forms_edit_page #widgets-left .widget {
22 + width: 98% !important;
23 + margin-bottom: 7px !important;
24 + float: none !important;
25 +}
26 +
27 +.accua-form-widget-scroll-wrapper {
28 + width: 100% !important;
29 +}
30 +
31 +.accua-form-widget-scroll-wrapper .ui-resizable-handle, #accua_form_preview_area_wrapper .ui-resizable-handle {
32 + background: #ddd;
33 + bottom: -10px;
34 + height: 7px;
35 + border-radius: 3px;
36 +}
37 +
38 +.accua-form-widget-scroll-wrapper.ui-resizable > *:first-child {
39 + /*min-height: auto !important;
40 + height: 100% !important;
41 + max-height: none !important;*/
42 + width: auto !important;
43 + /*overflow-y: scroll !important;
44 + overflow-x: hidden !important;*/
45 + margin: 0 !important;
46 + padding: 0 !important;
47 +}
48 +
49 +.accua-form-widget-scroll-wrapper > *:first-child p.description {
50 + padding-top: 5px;
51 +}
52 +
53 +#accua_forms_edit_page #widgets-right a.widget-action {
54 + display: inline-block;
55 + color: #555d66;
56 + padding: 0;
57 +}
58 +
59 +#accua_forms_edit_page #widgets-right a.widget-action, #accua_forms_edit_page #widgets-right a.widget-action:hover {
60 + -webkit-box-shadow: none;
61 + box-shadow: none;
62 + outline: 0;
63 + text-decoration: none;
64 +}
65 +
66 +#accua_forms_edit_page #widgets-right a.widget-action:focus,
67 +#accua_forms_edit_page #widgets-right a.widget-action:active,
68 +#accua_forms_edit_page #widgets-right a.widget-action:hover,
69 +#accua_forms_edit_page #widgets-right a.widget-action:visited {
70 + color: #23282d;
71 +}
72 +
73 +#accua_forms_edit_page #widgets-right a.widget-action:after {
74 + padding: 1px 2px 1px 0 !important;
75 + margin-top: 10px;
76 + margin-right: 10px;
77 + -webkit-border-radius: 50%;
78 + border-radius: 50%;
79 + right: 0;
80 + content: "\f140";
81 + border: none;
82 + background: 0 0;
83 + font: 400 20px/1 dashicons;
84 + speak: none;
85 + display: block;
86 + padding: 0;
87 + text-indent: 0;
88 + text-align: center;
89 + position: relative;
90 + -webkit-font-smoothing: antialiased;
91 + -moz-osx-font-smoothing: grayscale;
92 + text-decoration: none!important;
93 +}
94 +
95 +#accua_forms_edit_page #widgets-right a.widget-action:focus:after {
96 + -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30,140,190,.8);
97 + box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30,140,190,.8);
98 +}
99 +
100 +#accua_forms_edit_page .sidebar-name {
101 + cursor: auto !important;
102 +}
103 +
104 +#icon-contact-forms-cimatti-logo {
105 + background: url("img/cimatti-icon-32.png") no-repeat scroll 0 0 transparent;
106 +}
107 +
108 +
109 +/* tabs */
110 +#accua_tabs #ul_accua_tabs li.ui-state-active a {
111 + color: #000000;
112 + font-weight: bold;
113 + text-decoration: none;
114 +}
115 +
116 +#accua_tabs #ul_accua_tabs li {
117 + display: inline;
118 + font-size: 13px;
119 + line-height: 37px;
120 + margin: 0 10px 0 0;
121 + padding: 12px 15px;
122 + border-left: 1px solid #EEEEEE;
123 + border-right: 1px solid #EEEEEE;
124 + border-top: 1px solid #EEEEEE;
125 +}
126 +
127 +#accua_tabs #ul_accua_tabs li a {
128 + color:#bbb;
129 + text-decoration:none;
130 +}
131 +
132 +#accua_tabs #ul_accua_tabs li.ui-state-active {
133 + background: #fff;
134 + border-left: 1px solid #ddd;
135 + border-right: 1px solid #ddd;
136 + border-top: 1px solid #ddd;
137 +}
138 +
139 +#accua_tabs .content_tab {
140 + background: #fff;
141 + border: 0px solid #ddd;
142 + border-top: 1px solid #ddd;
143 + padding: 10px;
144 + min-height: 300px;
145 +}
146 +
147 +#accua_form_use_ajax .accua_form_value {
148 + margin-right: 6px;
149 +}
150 +
151 +#accua_form_use_ajax, #accua_form_layout {
152 + clear: both;
153 + line-height: 25px;
154 +}
155 +
156 +#accua_form_layout {
157 + margin-right: 50px;
158 + margin-bottom: 9px;
159 +}
160 +
161 +#accua_forms_edit_page #accua_tabs {
162 + position: relative;
163 + margin-top: 20px;
164 +}
165 +
166 +.accua-forms-metabox-holder {
167 + float: left;
168 + margin-right: 2%;
169 + width: 47%;
170 +}
171 +
172 +.accua_forms_save_settings_top {
173 + float: right;
174 + margin-right: 30px;
175 + width: 400px;
176 +}
177 +
178 +#accua_forms_edit_page #accua_form_save_settings {
179 + float: left;
180 + margin-right: 6px;
181 +}
182 +
183 +#accua_forms_edit_page form#delete_form {
184 + float: right;
185 + margin-left: 6px;
186 +}
187 +
188 +#accua_forms_edit_page form#delete_form input {
189 + background: none;
190 + border: none;
191 + color: red;
192 + text-decoration: underline;
193 + cursor:pointer;
194 +}
195 +
196 +#accua_forms_edit_page form#delete_form input:hover {
197 + background:red;
198 + color:#fff;
199 +}
200 +
201 +#accua_tab_messages .defalut_content_message,
202 +#accua_tab_preview .defalut_content_message {
203 + background: #fff;
204 + border: 1px solid #ddd;
205 + margin-top: 10px;
206 + padding: 20px;
207 +}
208 +
209 +#accua_tab_messages .defalut_message,
210 +#accua_tab_preview .defalut_message {
211 + padding-top:20px;
212 +}
213 +
214 +#accua_tab_messages #dashboard_right_now a.insert-media,
215 +#accua_tab_preview #dashboard_right_now a.insert-media {
216 + float: none;
217 + top: 0;
218 +}
219 +
220 +#accua_tab_messages .wp-editor-wrap,
221 +#accua_tab_preview .wp-editor-wrap {
222 + margin-top: 10px;
223 +}
224 +
225 +#accua_tab_messages .label_input,
226 +#accua_tab_preview .label_input {
227 + display: block;
228 + line-height: 27px;
229 + margin-bottom: 9px;
230 + width: 100%;
231 + float: left;
232 +}
233 +
234 +#accua_tab_messages .label_input label,
235 +#accua_tab_preview .label_input label {
236 + float: left;
237 + margin-right: 10px;
238 + width: 20%;
239 +}
240 +
241 +#accua_tab_messages .label_input input.accua_form_value[type="text"],
242 +#accua_tab_preview .label_input input.accua_form_value[type="text"] {
243 + float: left;
244 + width: 45%;
245 +}
246 +
247 +#accua_tab_messages input.accua_form_check_override[type="checkbox"],
248 +#accua_tab_preview input.accua_form_check_override[type="checkbox"] {
249 + margin-right: 5px;
250 +}
251 +
252 +#accua_tab_messages input.accua_form_check_override[value="1"][type="radio"], #accua_tab_messages input.accua_form_check_override[value="-1"][type="radio"] {
253 + margin-left: 20px;
254 +}
255 +
256 +#accua_tab_messages .accua_form_value[disabled],
257 +#accua_tab_preview .accua_form_value[disabled] {
258 + color: #BBBBBB;
259 +}
260 +
261 +#accua_tab_messages .default_value,
262 +#accua_tab_preview .default_value {
263 + border: 1px solid #ddd;
264 + color: #999;
265 + float: left;
266 + line-height: 22px;
267 + min-height: 21px;
268 + margin: 1px 5% 1px 0;
269 + padding-left: 1%;
270 + padding-right: 1%;
271 + width: 43%;
272 +}
273 +
274 +#accua_tab_preview .wp-picker-container {
275 + border: 1px solid transparent;
276 + float: left;
277 + margin: 1px 5% 1px 0;
278 + padding-left: 1%;
279 + padding-right: 1%;
280 + width: 43%;
281 +}
282 +
283 +#accua_tab_messages .postbox {
284 + min-height: 400px;
285 +}
286 +
287 +#accua-forms-list-filter th.column-submissions a span {
288 + float:none;
289 +}
290 +
291 +#accua-forms-list-filter th.column-submissions .sorting-indicator {
292 + float:right;
293 +}
294 +
295 +#accua_form_preview_area_wrapper {
296 + position: relative;
297 + width: 100%;
298 + overflow: unset;
299 +}
300 +
301 +#accua_form_preview_area_wrapper .ui-resizable-handle.ui-resizable-s{
302 + display: none !important;
303 +}
304 +
305 +#accua_form_preview_area {
306 + /* position: absolute;
307 + top: 0;
308 + left: 0;
309 + bottom: 0;
310 + right: 0;*/
311 + width: 100%;
312 + height: 100%;
313 + border: none;
314 +}
315 +
316 +#accua_forms_edit_page #dialog_token {
317 + padding: 0 20px 20px;
318 +}
319 +
320 +#accua_forms_edit_page .defalut_content_message {
321 + white-space: pre-wrap; /* css-3 */
322 + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
323 + /*noinspection CssInvalidPropertyValue*/
324 + white-space: -pre-wrap; /* Opera 4-6 */
325 + white-space: -o-pre-wrap; /* Opera 7 */
326 + word-wrap: break-word; /* Internet Explorer 5.5+ */
327 +}
328 +
329 +.accua_forms_admin_page textarea {
330 + resize: vertical;
331 +}
332 +/*
333 +.widget-content p{
334 + width: 47%;
335 + float: left;
336 + margin-right: 5px;
337 +}
338 +*/.widget-title h3, .widget-title h4 {
339 + padding: 10px;
340 + font-size: 14px;
341 + white-space: unset;
342 + }
343 +
344 +.widget-control-remove.delete{
345 + color: #b32d2e;
346 +}
347 +
348 +
349 +.accua_form_save_settings_status{
350 + width: 100%;
351 +}
352 +
353 +.savedsettings{
354 + background: #fff;
355 + border: 1px solid #c3c4c7;
356 + border-left-width: 4px;
357 + box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
358 + margin: 5px 0 15px;
359 + padding: 15px 15px;
360 + display: block;
361 + width: 98%;
362 + border-left-color: #00a32a;
363 +}
364 +.error_savedsettings{
365 + background: #fff;
366 + border: 1px solid #c3c4c7;
367 + border-left-width: 4px;
368 + box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
369 + margin: 5px 0 15px;
370 + padding: 15px 15px;
371 + display: block;
372 + width: 98%;
373 + border-left-color: #b32d2e;
374 +}
375 +
376 +
377 +.widgets-holder-wrap.dashed{
378 + border: 2px dashed #c3c4c7;
379 +}
380 +.widgets-holder-wrap.dashed h3 {
381 + padding: 20px !important;
382 +}
383 +.widgets-holder-wrap.dashed .widgets-sortables.ui-sortable {
384 + margin-bottom: 22px !important;
385 +}
386 +
387 +#accua_form_save_settings_inside{
388 + float: right;
389 +}
390 +
391 +#accua_tab_customise .accua_form_value[type="text"]{
392 + width: 67%;
393 + float: right;
394 +}
395 +#accua_tab_customise .wp-picker-input-wrap .accua_form_value[type="text"]{
396 + width: 100%;
397 + float: right;
398 +}
399 +#accua_tab_customise .wp-color-result-text{
400 + display: none;
401 +}
402 +#accua_tab_customise .label_input {
403 + margin-bottom: 10px;
404 + border-bottom: 1px solid #ddd;
405 + padding-bottom: 10px;
406 +}
407 +#accua_tab_customise .label_container{
408 + min-height: 35px;
409 + vertical-align: middle;
410 +}
411 +#accua_tab_customise .default_value{
412 + display: none !important;
413 +}
414 +#accua_tab_customise .wp-picker-container {
415 + display: inline-block;
416 + margin-left: 42px;
417 +}
418 +
419 +
420 +#accua_tabs2 li{
421 + display: inline;
422 + font-size: 13px;
423 + line-height: 37px;
424 + margin: 0 10px 0 0;
425 + padding: 12px 15px;
426 + background: #fff;
427 +}
428 +
429 +/* note */
430 +
431 +input#delete-sub-data, input#delete-note {
432 + background: none;
433 + border: none;
434 + padding: 0;
435 + text-decoration: underline;
436 + cursor: pointer;
437 +}
438 +input#delete-note {
439 + display: inline-block;
440 +}
441 +.system-note .note_content {
442 + padding: 10px;
443 + background: #efefef;
444 + position: relative;
445 + line-height: 18px;
446 + font-size: 14px;
447 +}
448 +.system-note .note_content::after {
449 + content: "";
450 + display: block;
451 + position: absolute;
452 + bottom: -10px;
453 + left: 20px;
454 + width: 0;
455 + height: 0;
456 + border-width: 10px 10px 0 0;
457 + border-style: solid;
458 + border-color: #efefef transparent;
459 +}
460 +.system-note p.meta, form#delete-note {
461 + padding: 10px;
462 + color: #999;
463 + margin: 0;
464 + display: inline-block;
465 +}
466 +form#delete-note {
467 + padding: 0;
468 +}
469 +
470 +.metabox-holder.grid-3{
471 + display: grid;
472 + grid-template-columns: 1fr 1fr 1fr;
473 + column-gap: 15px;
474 +}
475 +
476 +.accua-forms-select-lead-status-progress {
477 + display: inline-block;
478 + vertical-align: middle;
479 + width: 2em;
480 + height: 2em;
481 + background-size: 2em 2em;
482 + background-repeat: no-repeat;
483 +}
484 +
485 +.accua-forms-select-lead-status-throbber {
486 + background-image: url("img/material_throbber.svg");
487 +}
488 +
489 +.accua-forms-select-lead-status-cancel {
490 + background-image: url("img/material_cancel.svg");
491 +}
492 +
493 +.accua-forms-select-lead-status-check {
494 + background-image: url("img/material_check.svg");
495 +}
496 +
497 +th#lead_status {
498 + width: 200px;
499 +}