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 {