From cb224974405dcf18778b2c7c453d06a4eaa9705f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 6 Aug 2013 11:04:35 +0200 Subject: [PATCH] Fix agenda table issue with long time format (Bug #2084) --- plugins/calendar/skins/classic/calendar.css | 4 ++-- plugins/calendar/skins/larry/calendar.css | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/plugins/calendar/skins/classic/calendar.css b/plugins/calendar/skins/classic/calendar.css index b0ac6302..117c2cea 100644 --- a/plugins/calendar/skins/classic/calendar.css +++ b/plugins/calendar/skins/classic/calendar.css @@ -1139,8 +1139,8 @@ div.fc-event-location { color: #333; } -.fc-view-table col.fc-event-location { - width: 20%; +.fc-view-table table.fc-list-smart { + table-layout: auto; } .fc-listappend { diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css index 24f2cfc0..b11abfa5 100644 --- a/plugins/calendar/skins/larry/calendar.css +++ b/plugins/calendar/skins/larry/calendar.css @@ -1283,12 +1283,8 @@ div.fc-event-location { padding: 4px 7px; } -.calendarmain .fc-view-table col.fc-event-location { - width: 20%; -} - .calendarmain .fc-view-table tr.fc-event td.fc-event-handle { - padding: 5px 10px 2px 7px; + padding: 5px 0 2px 7px; width: 12px; } @@ -1315,6 +1311,9 @@ div.fc-event-location { box-shadow: inset 0px 0 1px 1px rgba(0, 0, 0, 0.3); } +.fc-view-table table.fc-list-smart { + table-layout: auto; +} .fc-listappend { text-align: center;