Revision: a38e3e17a5f1 Author: Pekka Klärck Date: Tue Aug 21 08:11:42 2012 Log: log/report: Slightly wider header, stats, and details boxes.
Update issue 1194 Made statistics a little wider (as well as other boxes that had the same width) to compensate adding elapsed column there. Now they are 800px. I checked from Google Analytics that about 99% of users visiting robotframework.org have at least 1280x800 resolution. Even wider stats would easily fit onto these screens, but I tested that reading stats got harder when the table was wider. http://code.google.com/p/robotframework/source/detail?r=a38e3e17a5f1 Modified: /src/robot/htmldata/rebot/common.css /src/robot/htmldata/rebot/report.css ======================================= --- /src/robot/htmldata/rebot/common.css Tue Aug 21 05:46:27 2012 +++ /src/robot/htmldata/rebot/common.css Tue Aug 21 08:11:42 2012 @@ -29,7 +29,7 @@ } /* Headers */ #header { - width: 58em; + width: 800px; height: 3em; margin: 6px 0; } @@ -89,7 +89,7 @@ } /* Statistics table */ table.statistics { - width: 58em; + width: 800px; border-collapse: collapse; empty-cells: show; margin-bottom: 1em; ======================================= --- /src/robot/htmldata/rebot/report.css Tue Aug 21 04:45:12 2012 +++ /src/robot/htmldata/rebot/report.css Tue Aug 21 08:11:42 2012 @@ -13,7 +13,7 @@ /* Summary and total/tag/suite details */ table.details { clear: both; - width: 58em; + width: 800px; margin-bottom: 1em; } table.details th {