diff --git a/system/includes/churchtools.css b/system/includes/churchtools.css index 0b99288b..bcefb3c3 100644 --- a/system/includes/churchtools.css +++ b/system/includes/churchtools.css @@ -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 }