Fix graphical glitch with 15-minute events

Monotone-Parent: 29849ebb511832558cc73697d172a691938799b9
Monotone-Revision: 9014b61a856557f48bcdb06cd327ce958a4d98c7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-10T20:18:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2009-08-10 20:18:24 +00:00
parent daaa7fdf8a
commit 87793cdb48

View file

@ -923,12 +923,17 @@ DIV.gradient, DIV.text
top: 1px;
left: 1px;
right: 1px;
bottom: 2px;
height: 100%;
bottom: 1px;
overflow: hidden; }
DIV.gradient > IMG
{ height: 100%;
{ position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
min-height: 15px; /* for 15-minute events */
width: 100%; }
DIV#calendarHeader DIV.event,