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.css +54 -19 1.3.61.9.2 View file →
@@ -1,19 +1,54 @@
1 -#icon-contact-forms-cimatti-logo {
2 - background: url("img/cimatti-32-icon.png") no-repeat scroll 0 0 transparent;
3 -}
4 -
5 -#accua-forms-graph-content {
6 - padding:20px;
7 -}
8 -
9 -#accua-form-report-graph {
10 - height: 300px;
11 -}
12 -
13 -#version, #version a {
14 - color:#aaa;
15 -}
16 -
17 -.js .accua-forms-metabox-holder .postbox .hndle {
18 - cursor:auto;
19 -}
1 +#icon-contact-forms-cimatti-logo {
2 + background: url("img/cimatti-icon-32.png") no-repeat scroll 0 0 transparent;
3 +}
4 +
5 +#accua-forms-graph-content {
6 + padding:20px;
7 +}
8 +
9 +#accua-form-report-graph {
10 + height: 300px;
11 +}
12 +
13 +#version, #version a {
14 + color:#aaa;
15 +}
16 +
17 +
18 +.accua_forms_trash{
19 + background: none;
20 + border: none;
21 + padding: 0;
22 + text-decoration: underline;
23 + color: #cf0000;
24 + margin-top: 5px;
25 + cursor: pointer;
26 +}
27 +
28 +.postbox {
29 + padding: 20px;
30 +}
31 +.metabox-holder .postbox>h3, .metabox-holder .stuffbox>h3, .metabox-holder h2.hndle, .metabox-holder h3.hndle {
32 + font-size: initial !important;
33 +}
34 +
35 +#update-nag, .update-nag{
36 + display: none !important;
37 +}
38 +
39 +table.table_last_submit, table.table_submit {
40 + font-family: arial, sans-serif;
41 + border-collapse: collapse;
42 + width: 100%;
43 +}
44 +
45 +.table_last_submit td, .table_last_submit th, .table_submit td, .table_submit th {
46 + border: 1px solid #e5e5e5;
47 + text-align: left;
48 + padding: 15px;
49 + font-size: 15px;
50 +}
51 +
52 +.table_last_submit tr:nth-child(even), .table_submit tr:nth-child(even) {
53 + background-color: #fcfcfc;
54 +}