Changeset:
        51db18c07be9
        
https://sourceforge.net/p/mrbs/hg-code/ci/51db18c07be99bb439ced6b4af631993dd0eeb4b
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Nov 11 15:34:46 2016 +0000
Log message:

Changed the behaviour of the printed month view, getting rid of horizontal and 
vertical scrollbars.  Instead, horizontal overflow is hidden and the table cell 
expands to accommodate vertical overflow.

diffstat:

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

diffs (33 lines):

diff -r 8a1ea7a73085 -r 51db18c07be9 web/css/mrbs-print.css.php
--- a/web/css/mrbs-print.css.php        Thu Nov 10 12:56:30 2016 +0000
+++ b/web/css/mrbs-print.css.php        Fri Nov 11 15:34:46 2016 +0000
@@ -44,6 +44,29 @@
   border-top-color:  <?php echo $main_table_body_h_border_color_print ?>;
 }
 
+
+<?php
+// In the month view, get rid of horizontal and vertical scrollbars.   Make
+// horizontal overflow hidden and allow the table cell to grow to accommodate
+// vertical overflow.
+?>
+
+div.cell_container {
+  min-height: 100px;
+  height: auto;
+}
+
+div.cell_header {
+  min-height: 1.4em;
+  height: 1.4em;
+  max-height: 1.4em;
+}
+
+div.booking_list {
+  overflow: hidden;
+  max-height: none;
+}
+
     
 <?php
 // add a top margin to the colour key table to separate it from the main table

------------------------------------------------------------------------------
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