From a2e1de5d3de014136c15636456ce5de6b2f67095 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 15 Feb 2011 21:47:18 -0800 Subject: [PATCH] fixed css height problem when dragging event from all-day to times slot --- src/agenda/agenda.css | 5 ----- src/common/common.css | 8 +++----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/agenda/agenda.css b/src/agenda/agenda.css index 92a7aa7..4c2ab59 100644 --- a/src/agenda/agenda.css +++ b/src/agenda/agenda.css @@ -93,11 +93,6 @@ border-width: 0 1px; } -.fc-event-vert .fc-event-inner { - display: block; /* might be an */ - height: 100%; - } - .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content { position: relative; diff --git a/src/common/common.css b/src/common/common.css index f896291..2f3cfe1 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -154,6 +154,9 @@ .fc-event-inner { position: relative; + display: block; /* might be an tag */ + width: 100%; + height: 100%; border-style: solid; border-width: 0; text-decoration: none; @@ -183,11 +186,6 @@ margin-bottom: 1px; } -.fc-event-hori .fc-event-inner { - display: block; /* might be an tag */ - width: 100%; /* needed for fake rounded corners in IE6/7 */ - } - /* resizable */ .fc-event-hori .ui-resizable-e {