Changeset:
6681c3d31494
https://sourceforge.net/p/mrbs/hg-code/ci/6681c3d314948b3f4bddde1ead09029b85a3b8ac
Author:
Campbell Morrison <[email protected]>
Date:
Wed Nov 09 11:27:54 2016 +0000
Log message:
Fixed problem of double border on some cells when printing the day and week
views. See SF Support Requests #1078.
diffstat:
web/css/mrbs-print.css.php | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r c01914aa1740 -r 6681c3d31494 web/css/mrbs-print.css.php
--- a/web/css/mrbs-print.css.php Sat Nov 05 18:44:03 2016 +0000
+++ b/web/css/mrbs-print.css.php Wed Nov 09 11:27:54 2016 +0000
@@ -27,18 +27,28 @@
// (in the screen view the boundaries are visible due to the different
background colours)
?>
table.dwm_main {
- border-width: 1px;
- border-color: <?php echo $main_table_border_color_print ?>;}
+ border-width: 1px;
+ border-color: <?php echo $main_table_border_color_print ?>;
+}
.dwm_main th {
- border-left-color: <?php echo $main_table_header_border_color_print ?>}
+ border-left-color: <?php echo $main_table_header_border_color_print ?>;
+}
.dwm_main td {
- border-top-color: <?php echo $main_table_body_h_border_color_print ?>;
- border-left-color: <?php echo $main_table_body_v_border_color_print ?>}
+ border-top-color: <?php echo $main_table_body_h_border_color_print ?>;
+ border-left-color: <?php echo $main_table_body_v_border_color_print ?>;
+}
.dwm_main#month_main td {
- border-top-color: <?php echo $main_table_body_h_border_color_print ?>}
+ border-top-color: <?php echo $main_table_body_h_border_color_print ?>;
+}
+
+
+<?php // Don't display the clome used for resizing when printing ?>
+.dwm_main div.clone {
+ display: 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