Changeset:
        121ca8c114d9
        
https://sourceforge.net/p/mrbs/hg-code/ci/121ca8c114d9e20acceff821bc1a7f1784162b56
Author:
        Campbell Morrison <[email protected]>
Date:
        Thu Nov 10 12:46:14 2016 +0000
Log message:

Fixed bug that gave a double border on printing.  See SF Support Requests 
#1078.  Also fixed another bug at the same time - there was no border around 
bookings in the month view on printing.

diffstat:

 web/css/mrbs-print.css.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cefd275617da -r 121ca8c114d9 web/css/mrbs-print.css.php
--- a/web/css/mrbs-print.css.php        Wed Nov 09 12:07:21 2016 +0000
+++ b/web/css/mrbs-print.css.php        Thu Nov 10 12:46:14 2016 +0000
@@ -55,7 +55,7 @@
 // Generate the classes to give the colour coding by booking type in the 
day/week/month views
 foreach ($color_types as $type => $col)
 {
-  echo "td.$type, .$type .celldiv {border: 2px solid $col}\n";         // used 
in the day and week views
+  echo "td.$type, #month_main div.$type, #colour_key td.$type {border: 2px 
solid $col}\n";         // used in the day and week views
 }
 
 // hide DataTable buttons in print

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to