Revision: 2283
http://mrbs.svn.sourceforge.net/mrbs/?rev=2283&view=rev
Author: cimorrison
Date: 2012-04-08 18:08:25 +0000 (Sun, 08 Apr 2012)
Log Message:
-----------
Changed font colour for row and column labels in the calendar view when
printing to make them show up better in Google Chrome
Modified Paths:
--------------
mrbs/trunk/web/Themes/default/styling.inc
mrbs/trunk/web/mrbs-print.css.php
Modified: mrbs/trunk/web/Themes/default/styling.inc
===================================================================
--- mrbs/trunk/web/Themes/default/styling.inc 2012-04-08 16:49:41 UTC (rev
2282)
+++ mrbs/trunk/web/Themes/default/styling.inc 2012-04-08 18:08:25 UTC (rev
2283)
@@ -38,6 +38,10 @@
$main_table_body_h_border_color_print = "#879AA8"; // border colour for
day/week/month tables - body, horizontal (print view)
$main_table_body_v_border_color_print = "#879AA8"; // border colour for
day/week/month tables - body, vertical (print view)
+// font colours for the main table when it is printed
+$header_font_color_print = "#0B263B";
+$anchor_link_color_header_print = "#0B263B";
+
$report_table_border_color = $standard_font_color;
$report_h2_border_color = $banner_back_color; // border colour for
<h2> in report.php
$report_h3_border_color = "#879AA8"; // border colour for
<h2> in report.php
Modified: mrbs/trunk/web/mrbs-print.css.php
===================================================================
--- mrbs/trunk/web/mrbs-print.css.php 2012-04-08 16:49:41 UTC (rev 2282)
+++ mrbs/trunk/web/mrbs-print.css.php 2012-04-08 18:08:25 UTC (rev 2283)
@@ -16,6 +16,9 @@
td.new a, a.new_booking img { display: none; }
+.dwm_main th {color: <?php echo $header_font_color_print ?>}
+.dwm_main th a:link, .row_labels a:link {color: <?php echo
$anchor_link_color_header_print ?>}
+
<?php
// redefine table and cell border colours so that they are visible in the
print view
// (in the screen view the boundaries are visible due to the different
background colours)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits