Skip to content

Commit

Permalink
fixed css height problem when dragging event from all-day to times slot
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 16, 2011
1 parent 6823f38 commit a2e1de5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/agenda/agenda.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 3 additions & 5 deletions src/common/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit a2e1de5

Please sign in to comment.