rsvp_plugin.css in RSVP and Event Management 1.7.2, at rsvp_plugin.css
| 1 | label.error { font-weight: bold; clear:both;} |
| 2 | input.error, textarea.error { border: 2px solid red; } |
| 3 | |
| 4 | .rsvpFormField { |
| 5 | margin: 10px 0px; |
| 6 | } |
| 7 | #rsvpCustomGreeting { |
| 8 | margin-top: 20px; |
| 9 | margin-bottom: 20px; |
| 10 | } |
| 11 | .rsvpBorderTop { |
| 12 | border-top: 1px solid #ccc; |
| 13 | } |
| 14 | .rsvpAdditionalAttendee { |
| 15 | text-align:left; |
| 16 | border-top: 1px solid #ccc; |
| 17 | } |
| 18 | .rsvpCheckboxCustomQ { |
| 19 | float: left; |
| 20 | padding-right: 10px; |
| 21 | } |
| 22 | .rsvpClear { |
| 23 | clear: both; |
| 24 | height: 1px; |
| 25 | line-height: 1px; |
| 26 | } |