Fixes bug 1027461: daily view and events list in home made browser overflow width. This happened only in mozilla browsers, and only sometimes (apparently depending on the order images were downloaded from the server). It seems to be a mozilla bug related to the overflow css property. I just removed the property; anyway it wasn't serving any purpose.

This commit is contained in:
alpeb 2005-01-02 22:21:23 +00:00
parent 7fb8b4dbea
commit 0e9f7e2133

View File

@ -5,7 +5,7 @@
<!-- END link_pict -->
<!-- BEGIN link_open -->
<div id="calendar_event_entry" style="overflow:hidden;" {tooltip}>
<div id="calendar_event_entry" {tooltip}>
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;"><br>
<!-- removed for favour of tooltip (NDEE) title="{desc}" -->
<!-- END link_open -->