moonrayJS-only-wp-forms.css in PilotPress stable, at js/moonrayJS-only-wp-forms.css
| 1 | /* |
| 2 | moonray forms wp styles |
| 3 | to fix the madness that tiny mce creates |
| 4 | */ |
| 5 | |
| 6 | |
| 7 | /* makes sbs look like on top */ |
| 8 | |
| 9 | .moonray_form p { |
| 10 | margin: 0px; |
| 11 | } |
| 12 | |
| 13 | div.moonray_smart_form br,div.moonray_affiliate_signup_form br { |
| 14 | display: none; |
| 15 | } |
| 16 | |
| 17 | |
| 18 | div.moonray_forms fieldset.moonray_form_format_labels_on_top label { |
| 19 | margin-bottom:1px; |
| 20 | width: 100%; |
| 21 | clear: both; |
| 22 | } |
| 23 | |
| 24 | div.moonray_forms fieldset.moonray_form_format_labels_inside label { |
| 25 | width:auto; |
| 26 | padding-right:5px; |
| 27 | } |