Fix all-day events display in IE

It also fixes the display of the event categories for all-day events in
IE.
This commit is contained in:
Francis Lachapelle
2014-07-29 16:05:46 -04:00
parent 94f3246658
commit ea44308aa3
3 changed files with 24 additions and 21 deletions

View File

@@ -400,7 +400,7 @@ DIV#daysView
border-top: 1px solid #ccc;
overflow: auto;
overflow-x: hidden;
right: 0px;}
right: 0px; }
DIV#calendarHeader
{ top: 25px;
@@ -1298,9 +1298,10 @@ DIV#daysView DIV.event.lasts96
DIV.event > DIV.eventInside
{ position: absolute;
overflow: hidden;
width:100%;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor:move; }