Skip to content

Commit

Permalink
(Cal) Fix embedding width of fullcalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrauen committed Jan 3, 2015
1 parent 6a1c5a3 commit 185bc46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/includes/churchtools.css
Expand Up @@ -269,6 +269,11 @@ td.angefragt, a.angefragt, font.angefragt {
border-radius: 4px;
}

/* Seams to be a bug in fullcalender, table has 1 pixel more width then parent div in FireFox... */
.fc-view > table {
width:99.9% !important;
}

.offen {
color:red
}
Expand Down

0 comments on commit 185bc46

Please sign in to comment.