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-form-api.css +74 -56 1.3.21.9.2 View file →
@@ -1,56 +1,74 @@
1 -@CHARSET "UTF-8";
2 -
3 -.accua_form_api_throbbler{
4 - display: inline-block;
5 - width: 24px;
6 - height: 24px;
7 - background: url("img/throbbler24.gif") no-repeat;
8 -}
9 -
10 -div.pfbc-error {
11 - border: 1px solid #C00;
12 - background: #FCC;
13 - color: #000;
14 - padding: .5em;
15 - margin: .5em 0;
16 -}
17 -
18 -/* standard */
19 -/*.accua-form-view-standard { width: 100%; }*/
20 -.accua-form-view-standard .pfbc-element { margin-bottom: .6em }
21 -.accua-form-view-standard .pfbc-label { margin-bottom: .2em; }
22 -.accua-form-view-standard .pfbc-label label { display: block; width: 100%;}
23 -.accua-form-view-standard .pfbc-textbox, .accua-form-view-standard .pfbc-textarea, .accua-form-view-standard .pfbc-select { width: 98% !important; display:block; border: 1px solid #ccc; padding:2px; }
24 -.accua-form-view-standard .pfbc-fieldwrap { width: 100%; display: inline-block; }
25 -.accua-form-view-standard .pfbc-buttons { text-align: right; }
26 -
27 -/* sidebyside */
28 -/*.accua-form-view-sidebyside { width: 100%; }*/
29 -.accua-form-view-sidebyside .pfbc-element { margin-bottom: 0.6em; }
30 -.accua-form-view-sidebyside .pfbc-elementbottom { clear: both; }
31 -.accua-form-view-sidebyside .pfbc-label { margin-bottom: .2em; float: left; width:25%;}
32 -.accua-form-view-sidebyside .pfbc-label label { display: block; }
33 -.accua-form-view-sidebyside .pfbc-buttons { text-align: right; }
34 -.accua-form-view-sidebyside .pfbc-error { padding: .5em; margin-bottom: 1em; }
35 -.accua-form-view-sidebyside .pfbc-textbox, .accua-form-view-sidebyside .pfbc-textarea, .accua-form-view-sidebyside .pfbc-select { width: 98% !important; display:block; border: 1px solid #ccc; padding:2px; }
36 -.accua-form-view-sidebyside .pfbc-fieldwrap { width: 75%; display: inline-block; }
37 -
38 -.pfbc-error { padding: .5em; margin-bottom: 1em; }
39 -.pfbc-error ul { padding-left: 1.75em; margin: 0; margin-top: .25em; }
40 -.pfbc-checkbox { padding: 0.5em 0; border-bottom: 1px solid #f4f4f4; }
41 -
42 -.pfbc-invalid {
43 - background-color: #fcc;
44 -}
45 -
46 -.accua-form input.wp-color-picker {
47 - margin-bottom: 0 !important;
48 - border-color: #ccc !important;
49 - border-width: 2px !important;
50 - border-style: solid !important;
51 - border-radius: 4px !important;
52 - background-color: transparent !important;
53 - padding: 1px 0 !important;
54 - color: inherit !important;
55 - font-size: inherit !important;
56 -}
1 +@CHARSET "UTF-8";
2 +
3 +.accua_form_api_throbbler{
4 + display: inline-block;
5 + width: 24px;
6 + height: 24px;
7 + background: url("img/wpspin_light.gif") no-repeat;
8 +}
9 +
10 +div.pfbc-error {
11 + border: 1px solid #C00;
12 + background: #FCC;
13 + color: #000;
14 + padding: .5em;
15 + margin: .5em 0;
16 +}
17 +
18 +/* standard */
19 +/*.accua-form-view-standard { width: 100%; }*/
20 +.accua-form-view-standard .pfbc-element { margin-bottom: .6em }
21 +.accua-form-view-standard .pfbc-label { margin-bottom: .2em; }
22 +.accua-form-view-standard .pfbc-label label { display: block; width: 100%;}
23 +.accua-form-view-standard .pfbc-textbox, .accua-form-view-standard .pfbc-textarea, .accua-form-view-standard .pfbc-select { width: 98% !important; display:block; border: 1px solid #ccc; padding:2px; }
24 +.accua-form-view-standard .pfbc-fieldwrap { width: 100%; display: inline-block; }
25 +.accua-form-view-standard .pfbc-buttons { text-align: right; }
26 +
27 +/* sidebyside */
28 +/*.accua-form-view-sidebyside { width: 100%; }*/
29 +.accua-form-view-sidebyside .pfbc-element { margin-bottom: 0.6em; }
30 +.accua-form-view-sidebyside .pfbc-elementbottom { clear: both; }
31 +.accua-form-view-sidebyside .pfbc-label { margin-bottom: .2em; float: left; width:25%;}
32 +.accua-form-view-sidebyside .pfbc-label label { display: block; }
33 +.accua-form-view-sidebyside .pfbc-buttons { text-align: right; }
34 +.accua-form-view-sidebyside .pfbc-error { padding: .5em; margin-bottom: 1em; }
35 +.accua-form-view-sidebyside .pfbc-textbox, .accua-form-view-sidebyside .pfbc-textarea, .accua-form-view-sidebyside .pfbc-select { width: 98% !important; display:block; border: 1px solid #ccc; padding:2px; }
36 +.accua-form-view-sidebyside .pfbc-fieldwrap { width: 75%; display: inline-block; }
37 +
38 +.pfbc-error { padding: .5em; margin-bottom: 1em; }
39 +.pfbc-error ul { padding-left: 1.75em; margin: 0; margin-top: .25em; }
40 +.pfbc-checkbox { padding: 0.5em 0; border-bottom: 1px solid #f4f4f4; }
41 +
42 +.pfbc-invalid {
43 + background-color: #fcc;
44 +}
45 +
46 +.accua-form input.wp-color-picker {
47 + margin-bottom: 0 !important;
48 + border-color: #ccc !important;
49 + border-width: 2px !important;
50 + border-style: solid !important;
51 + border-radius: 4px !important;
52 + background-color: transparent !important;
53 + padding: 1px 0 !important;
54 + color: inherit !important;
55 + font-size: inherit !important;
56 +}
57 +
58 +#recaptcha_table {
59 + table-layout: auto !important;
60 +}
61 +
62 +@media (min-width: 300px) and (max-width: 400px) {
63 + .accua_forms_recaptcha2_container {
64 + transform: scale(0.75);
65 + transform-origin: 0 0;
66 + }
67 +}
68 +
69 +@media (max-width: 300px) {
70 + .accua_forms_recaptcha2_container {
71 + transform: scale(0.6);
72 + transform-origin: 0 0;
73 + }
74 +}