Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6840 from lmorchard/817748-gridlines-atop-week-event
Browse files Browse the repository at this point in the history
bug 817748: Ensure week view event bars appear above time grid lines
  • Loading branch information
lightsofapollo committed Dec 6, 2012
2 parents bffc1fa + bf8fa2d commit 879aa74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/calendar/style/week_view.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
#week-view .week-events > ol li.event {
position: absolute;
width: 100%;
z-index: 10;
}

#week-view .week-events > ol.hour-allday li.event {
Expand Down

0 comments on commit 879aa74

Please sign in to comment.