# e2pdf/1.32.32/css/extension/metform.css

E2Pdf – Export Pdf Tool for WordPress, version 1.32.32. 33 lines.

- Page: https://pluginprobe.com/plugins/e2pdf/1.32.32/code/css/extension/metform.css
- Raw: https://pluginprobe.com/plugins/e2pdf/1.32.32/raw/css/extension/metform.css
- Modified: 2026-06-25T06:38:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/e2pdf/1.32.32/code/css/extension/metform.css#L10-L20`.

```css
.metform-form input[type="text"],
.metform-form textarea,
.metform-form select  {
    width: 100%;
}

.metform-form textarea {
    height: 150px;
}

.metform-form div {
    margin-top: 10px;
    width: 100%;
}

.metform-form div.metform-checkbox, .metform-form div.metform-radio {
    width: auto;
    float: left;
    margin-right: 5px;
}

.metform-form div.metform-checkbox+div, .metform-form div.metform-radio+div  {
    width: auto;
    float:left;
}

.metform-form .clearfix {
    margin-top: 0;
    clear: both;
}



```
