odds and ends for 1.4.8 release

This commit is contained in:
Adam Shaw
2010-10-16 17:10:03 -07:00
parent b21736be4d
commit 8086b3d252
6 changed files with 30 additions and 2 deletions
+6
View File
@@ -74,6 +74,12 @@
padding: 2px 2px 0; /* distance between events and day edges */
}
/* vertical background columns */
.fc .fc-agenda-bg .ui-state-highlight {
background-image: none; /* tall column, don't want repeating background image */
}
/* Vertical Events
+3
View File
@@ -151,6 +151,9 @@ function setOuterHeight(element, height, includeMargins) {
}
// TODO: curCSS has been deprecated
function hsides(_element, includeMargins) {
return (parseFloat($.curCSS(_element, 'paddingLeft', true)) || 0) +
(parseFloat($.curCSS(_element, 'paddingRight', true)) || 0) +