metform.css in E2Pdf – Export Pdf Tool for WordPress trunk, at css/extension/metform.css
| 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 |