diff --git a/css/calendar-overlap.css b/css/calendar-overlap.css index 1ea9919..f55b196 100644 --- a/css/calendar-overlap.css +++ b/css/calendar-overlap.css @@ -14,7 +14,6 @@ float: none; margin: 0px; width: 100%; - margin-top: -24px; } .calendar-calendar td .inner div, @@ -163,6 +162,8 @@ .calendar-calendar .day-view .full div.calendar-agenda-items { height: 47px; border-top: 1px solid #cccccc; + clear: both; + width: 100%; } .calendar-calendar .week-view .full .calendar-agenda-hour { @@ -252,11 +253,13 @@ .calendar-calendar .week-view div.single-day .view-item, .calendar-calendar .day-view div.single-day .view-item { - position: absolute; width: 100%; background: none; text-align: left; z-index: 1; + margin-top: -24px; + max-width: 120px; + float: left; } .calendar-calendar .week-view div.single-day .half-hour, @@ -818,7 +821,7 @@ .single-day-footer .grippie, .header-body-divider .grippie { overflow: hidden; - background: #eee url("/misc/grippie.png") no-repeat center 2px; + background: #eee url("../images/grippie.png") no-repeat center 2px; cursor: s-resize; height: 3px; } diff --git a/images/grippie.png b/images/grippie.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd84316d8a33e6e275607253cbe6430332d1e4d GIT binary patch literal 106 zcmeAS@N?(olHy`uVBq!ia0vp^(m>40$P6U=j 0) { + if ($('div.first_item').length > 0) { var y = $('div.first_item').offset().top - $('#single-day-container').offset().top; $('#single-day-container').scrollTop(y); }