Skip to content

Instantly share code, notes, and snippets.

@gterrill
Last active April 25, 2019 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gterrill/5185aa23eee241c9f66d54da7e4b3399 to your computer and use it in GitHub Desktop.
Save gterrill/5185aa23eee241c9f66d54da7e4b3399 to your computer and use it in GitHub Desktop.
Booking Fields CSS
.bta-booking-field {
fieldset {
margin: 10px 0;
padding: 5px 10px 10px;
border: 0 none;
}
legend {
padding: 0 5px 5px;
margin-left: -16px;
}
textarea {width: 100%}
input[type="checkbox"], input[type="radio"] {
margin-right: 5px;
}
input[type="checkbox"] + label, input[type="radio"] + label {
margin-right: 10px;
display: inline;
}
input[type="checkbox"] + label:after, input[type="radio"] + label:after {
content: '\A';
white-space: pre;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment