Index: openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl 26 Mar 2018 20:10:56 -0000 1.15 +++ openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl 7 Jul 2018 10:35:36 -0000 1.16 @@ -122,23 +122,36 @@ set quiet_url "[export_vars -base testcase -entire_form -exclude {quiet}]&quiet=1" set verbose_url "[export_vars -base testcase -entire_form -exclude {quiet}]&quiet=0" template::head::add_style \ - -style " -.description h2 { 1.5em; } -.fail { - font-weight: bold; - color: red; -} -.ok { - font-weight: bold; - color: green; -} -dt { - font-weight: bold -} -th { - background: #c0c0c0; -} -" + -style { + .description h2 { 1.5em; } + .fail { + font-weight: bold; + color: red; + } + .ok { + font-weight: bold; + color: green; + } + .warn { + color: darkmagenta; + } + + td.log { + font-size: normal; + color: darkslateblue; + } + + dt { + font-weight: bold + } + th { + background: #c0c0c0; + } + td pre { + margin: 2px; + font-size: smaller; + } + } ad_return_template