From: Jan Schneider Date: Thu, 10 Jun 2010 17:34:43 +0000 (+0200) Subject: We have to set a line-height to allow IE to calculate the minimum height of event... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eb95b91854788417a0576dc0da79baa8fea0c5d1;p=horde.git We have to set a line-height to allow IE to calculate the minimum height of event bubbles. --- diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index e671bc735..e2167d29f 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -1489,6 +1489,7 @@ div.kronolithEvent .kronolithEventInfo { left: 0; padding: 3px 5px 4px 5px; overflow: hidden; + line-height: 16px; } div.kronolithEditable:hover .kronolithEventInfo, div.kronolithEvent.kronolithSelected .kronolithEventInfo {