From: <gem...@li...> - 2012-07-25 14:08:37
|
Revision: 877 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=877&view=rev Author: mennodekker Date: 2012-07-25 14:08:28 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Improved printing of survey export (new page for each survey) Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-fluid.css trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css trunk/new_project/htdocs/gems/css/gems_print.css Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2012-07-25 14:08:28 UTC (rev 877) @@ -469,6 +469,10 @@ text-align: center; } +.surveyTitle { + font-weight: bold; +} + table, td, th { empty-cells: show; margin: 0; Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2012-07-25 14:08:28 UTC (rev 877) @@ -494,6 +494,10 @@ text-align: center; } +.surveyTitle { + font-weight: bold; +} + table, td, th { empty-cells: show; margin: 0; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems.css 2012-07-25 14:08:28 UTC (rev 877) @@ -450,6 +450,10 @@ text-align: center; } +.surveyTitle { + font-weight: bold; +} + table, td, th { empty-cells: show; margin: 0; Modified: trunk/new_project/htdocs/gems/css/gems_print.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems_print.css 2012-07-25 12:13:57 UTC (rev 876) +++ trunk/new_project/htdocs/gems/css/gems_print.css 2012-07-25 14:08:28 UTC (rev 877) @@ -31,7 +31,7 @@ border-collapse: collapse; } - table, tr, th, td { + tr, th, td { border: 1px solid #000; text-align: left; } @@ -59,4 +59,9 @@ } .print-only { display: inline; } + + .surveyTitle { + font-weight: bold; + page-break-before: always; /* left would be even nicer, but mostly unsupported in browsers */ + } } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |