PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.32.18
E2Pdf – Export Pdf Tool for WordPress v1.32.18
1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 All 72 releases
e2pdf / css / extension / metform.css

metform.css in E2Pdf – Export Pdf Tool for WordPress 1.32.18, at css/extension/metform.css

33 lines 522 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .metform-form input[type="text"],
2 .metform-form textarea,
3 .metform-form select {
4 width: 100%;
5 }
6
7 .metform-form textarea {
8 height: 150px;
9 }
10
11 .metform-form div {
12 margin-top: 10px;
13 width: 100%;
14 }
15
16 .metform-form div.metform-checkbox, .metform-form div.metform-radio {
17 width: auto;
18 float: left;
19 margin-right: 5px;
20 }
21
22 .metform-form div.metform-checkbox+div, .metform-form div.metform-radio+div {
23 width: auto;
24 float:left;
25 }
26
27 .metform-form .clearfix {
28 margin-top: 0;
29 clear: both;
30 }
31
32
33