bugfixes and final touches for 1.3

This commit is contained in:
Adam Shaw
2009-11-22 16:21:13 -08:00
parent 363ad2c67f
commit ef2713aed0
19 changed files with 120 additions and 46 deletions
+5 -5
View File
@@ -275,7 +275,7 @@ table.fc-header {
display: block;
position: absolute;
z-index: 99999;
border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
border: 0; /* important overrides pre jquery ui 1.7 styles */
background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
}
@@ -314,10 +314,6 @@ table.fc-header {
}
/* resizable */
.fc-event-hori .ui-resizable-handle {
_height: 14px !important; /* IE6 had 0 height */
}
.fc-event-hori .ui-resizable-e {
top: 0 !important; /* importants override pre jquery ui 1.7 styles */
@@ -335,4 +331,8 @@ table.fc-header {
cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 14px; /* IE6 had 0 height */
}