Changeset:
1698de3cad7d
https://sourceforge.net/p/mrbs/hg-code/ci/1698de3cad7d257024d1981982a66b238db843a4
Author:
Campbell Morrison <[email protected]>
Date:
Fri Nov 11 16:25:35 2016 +0000
Log message:
Fixed problem with (a) right border of bookings not appearing when using the
'both' option for monthly listings and (b) listings wrapping when using 'slot'
or 'description'.
diffstat:
web/css/mrbs-print.css.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r f579e2084d16 -r 1698de3cad7d web/css/mrbs-print.css.php
--- a/web/css/mrbs-print.css.php Fri Nov 11 16:15:18 2016 +0000
+++ b/web/css/mrbs-print.css.php Fri Nov 11 16:25:35 2016 +0000
@@ -67,6 +67,10 @@
max-height: none;
}
+div.booking_list div {
+ box-sizing: border-box;
+}
+
<?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