Revision: 1167
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1167&view=rev
Author:   cimorrison
Date:     2009-07-22 13:30:39 +0000 (Wed, 22 Jul 2009)

Log Message:
-----------
Fixed a bug introduced in Revision 1123 which meant that the empty cells in the 
month view were no longer clickable.

Revision Links:
--------------
    http://mrbs.svn.sourceforge.net/mrbs/?rev=1123&view=rev

Modified Paths:
--------------
    mrbs/trunk/web/mrbs.css.php

Modified: mrbs/trunk/web/mrbs.css.php
===================================================================
--- mrbs/trunk/web/mrbs.css.php 2009-07-22 09:52:45 UTC (rev 1166)
+++ mrbs/trunk/web/mrbs.css.php 2009-07-22 13:30:39 UTC (rev 1167)
@@ -176,7 +176,7 @@
 .dwm_main#month_main td {border-top:  <?php echo $main_table_cell_border_width 
?>px solid <?php echo $main_table_body_v_border_color ?>}
 .dwm_main#month_main td.valid   {background-color: <?php echo 
$main_table_month_color ?>}
 .dwm_main#month_main td.invalid {background-color: <?php echo 
$main_table_month_invalid_color ?>}
-.dwm_main#month_main a {padding: 0 2px 0 2px}
+.dwm_main#month_main a {height: 100%; width: 100%; padding: 0 2px 0 2px}
 
 a.new_booking {display: block; font-size: medium; text-align: center}
 .new_booking img {margin: auto; border: 0; padding: 4px 0 2px 0}


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

Reply via email to