Skip to content

Instantly share code, notes, and snippets.

@lukecharde
Created November 21, 2012 19:37
Show Gist options
  • Select an option

  • Save lukecharde/4127139 to your computer and use it in GitHub Desktop.

Select an option

Save lukecharde/4127139 to your computer and use it in GitHub Desktop.
Full Calendar Override
.fc-header .fc-button {
margin: 5px -1px 0 0;
}
.fc-header .fc-button-prev {
margin-left: 5px;
}
.fc-header .fc-button-agendaDay {
margin-right: 5px;
}
.fc-header h2 {
margin: 10px 0;
}
.fc-header,
.fc-header td,
table.fc-border-separate {
border: none;
}
.fc-widget-header {
margin: 0;
padding: 0;
}
.fc-agenda-slots tr {
line-height: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment