-
-
Save gterrill/5185aa23eee241c9f66d54da7e4b3399 to your computer and use it in GitHub Desktop.
Booking Fields CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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