modified docs, added all new tests

This commit is contained in:
Adam Shaw
2009-11-22 16:21:12 -08:00
parent 2017ce20e8
commit 92e482089b
20 changed files with 1173 additions and 944 deletions
+27 -9
View File
@@ -212,14 +212,6 @@ table.fc-header {
background-color: blue;
}
.fc-event-nobg,
.fc-event-nobg a,
.fc-agenda .fc-event-nobg .fc-event-time {
border-style: none;
background: none;
color: inherit;
}
.fc-event a {
overflow: hidden;
font-size: 11px;
@@ -239,6 +231,14 @@ table.fc-header {
height: 100%;
}
/* resizable */
.fc .ui-resizable-handle {
display: block;
position: absolute;
z-index: 99999;
}
/* Horizontal Events
@@ -271,8 +271,26 @@ table.fc-header {
border-right-width: 1px;
}
/* resizable */
.fc-event-hori .ui-resizable-e {
top: 0;
right: -5px;
width: 7px;
height: 100%;
cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
top: 0;
left: -5px;
width: 7px;
height: 100%;
cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
_height: 10px; /* IE6 had 0 height */
_height: 14px; /* IE6 had 0 height */
}