| 1 |
label.error { |
| 2 |
font-weight : bold; |
| 3 |
clear : both; |
| 4 |
} |
| 5 |
|
| 6 |
input.error, textarea.error { |
| 7 |
border : 2px solid red; |
| 8 |
} |
| 9 |
|
| 10 |
.rsvpFormField { |
| 11 |
margin : 10px 0px; |
| 12 |
} |
| 13 |
|
| 14 |
#rsvpCustomGreeting { |
| 15 |
margin-top : 20px; |
| 16 |
margin-bottom : 20px; |
| 17 |
} |
| 18 |
|
| 19 |
.rsvpBorderTop { |
| 20 |
border-top : 1px solid #ccc; |
| 21 |
} |
| 22 |
|
| 23 |
.rsvpAdditionalAttendee { |
| 24 |
text-align : left; |
| 25 |
border-top : 1px solid #ccc; |
| 26 |
} |
| 27 |
|
| 28 |
.rsvpCheckboxCustomQ { |
| 29 |
float : left; |
| 30 |
padding-right : 10px; |
| 31 |
} |
| 32 |
|
| 33 |
.rsvpClear { |
| 34 |
clear : both; |
| 35 |
height : 1px; |
| 36 |
line-height : 1px; |
| 37 |
} |
| 38 |
|
| 39 |
#rsvpPlugin input { |
| 40 |
display : inline; |
| 41 |
visibility : visible; |
| 42 |
} |
| 43 |
|
| 44 |
#rsvpPlugin #rsvpForm .rsvpFormField input[type="radio"], #rsvpPlugin #rsvpForm .rsvpFormField input[type="checkbox"] { |
| 45 |
display : inline-block; |
| 46 |
opacity: 1; |
| 47 |
} |
| 48 |
|
| 49 |
.rsvpFormField label { |
| 50 |
display : inline; |
| 51 |
} |
| 52 |
|
| 53 |
.rsvpParagraph { |
| 54 |
position : relative; |
| 55 |
} |
| 56 |
|
| 57 |
.rsvpParagraph .required { |
| 58 |
position : relative; |
| 59 |
} |
| 60 |
|
| 61 |
#rsvp_upgrade_to_pro_link { |
| 62 |
color : gold; |
| 63 |
} |
| 64 |
|
| 65 |
table.rsvp-plugin_page_rsvp-admin-questions #the-list tr { |
| 66 |
cursor : move; |
| 67 |
} |
| 68 |
|
| 69 |
|
| 70 |
.rsvp-left-panel { |
| 71 |
float : left; |
| 72 |
width : 68%; |
| 73 |
} |
| 74 |
|
| 75 |
.rsvp-right-panel { |
| 76 |
float : right; |
| 77 |
width : 32%; |
| 78 |
} |
| 79 |
|
| 80 |
.rsvp-answered-questions { |
| 81 |
border : 1px solid #ccc; |
| 82 |
} |
| 83 |
|
| 84 |
.rsvp-answered-questions th { |
| 85 |
padding : 10px; |
| 86 |
background-color : #f0f0f1; |
| 87 |
} |
| 88 |
|
| 89 |
.rsvp-answered-questions tr { |
| 90 |
background : #fff; |
| 91 |
padding : 10px; |
| 92 |
} |
| 93 |
|
| 94 |
.rsvp-answered-questions tr:nth-child(odd) { |
| 95 |
background : #f0f0f1; |
| 96 |
} |
| 97 |
|
| 98 |
.rsvpArea, .rsvpParagraph, #rsvpPlugin { |
| 99 |
display:block; |
| 100 |
} |
| 101 |
|