Skip to content

Instantly share code, notes, and snippets.

@csborgman
csborgman / BirchPress Stylesheet
Last active August 29, 2015 14:14
BirchPress Scheduler free plugin out of the box is really ugly, missing styling. So here's something to get you going.
/****************** BirchPress Scheduler *****************/
#birs_appointment_form .birs_field_content, #birs_appointment_form .birs_form_field select {
max-width: 100% !important;
}
#birs_appointment_location {
background: rgba(192, 192, 192, 0.31);
border: 1px solid rgba(182, 182, 182, 0.71);