Revision: 1084
http://mrbs.svn.sourceforge.net/mrbs/?rev=1084&view=rev
Author: cimorrison
Date: 2009-04-03 07:53:25 +0000 (Fri, 03 Apr 2009)
Log Message:
-----------
Fixed problem whereby the times (or rooms with transposed tables) in the left
and right columns in the day and week views are clipped and do not expand with
content in Firefox 2. The problem was more noticeable when using transposed
tables as room names tend to be longer than times.
Modified Paths:
--------------
mrbs/trunk/web/mrbs.css.php
Modified: mrbs/trunk/web/mrbs.css.php
===================================================================
--- mrbs/trunk/web/mrbs.css.php 2009-04-02 22:28:41 UTC (rev 1083)
+++ mrbs/trunk/web/mrbs.css.php 2009-04-03 07:53:25 UTC (rev 1084)
@@ -369,6 +369,9 @@
// Multiple bookings. These rules control the styling of the cells and
controls when there is more than
// one booking in a time slot.
?>
+
+.times div.celldiv1 {overflow: visible} // we want to see the content in the
row label columns
+
div.mini, div.maxi {position: relative} /* establish a relative position
for the absolute position to follow */
div.multiple_control {
display: none; /* will be over-ridden by JavaScript if enabled */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits