fixed css height problem when dragging event from all-day to times slot

fc-mightydate
Adam Shaw 2011-02-15 21:47:18 -08:00
parent 6823f382e0
commit a2e1de5d3d
2 changed files with 3 additions and 10 deletions

View File

@ -93,11 +93,6 @@
border-width: 0 1px;
}
.fc-event-vert .fc-event-inner {
display: block; /* might be an <a> */
height: 100%;
}
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
position: relative;

View File

@ -154,6 +154,9 @@
.fc-event-inner {
position: relative;
display: block; /* might be an <a> 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 <a> tag */
width: 100%; /* needed for fake rounded corners in IE6/7 */
}
/* resizable */
.fc-event-hori .ui-resizable-e {