Revision: 40b966e4d23a
Author:   Pekka Klärck
Date:     Tue Aug 28 02:08:33 2012
Log: report: tuned test details table to give a little more room for message column and less room for doc
http://code.google.com/p/robotframework/source/detail?r=40b966e4d23a

Modified:
 /src/robot/htmldata/rebot/report.css

=======================================
--- /src/robot/htmldata/rebot/report.css        Tue Aug 28 00:37:48 2012
+++ /src/robot/htmldata/rebot/report.css        Tue Aug 28 02:08:33 2012
@@ -83,11 +83,11 @@
     padding: 0.2em;
 }
 .details_col_name {
-    min-width: 13em;
+    min-width: 20em;
     font-weight: bold;
 }
 .details_col_doc {
-    min-width: 13em;
+    min-width: 10em;
 }
 .details_col_tags {
     min-width: 10em;
@@ -101,7 +101,7 @@
     text-align: center;
 }
 .details_col_msg {
-    min-width: 13em;
+    min-width: 20em;
 }
 .details_col_elapsed {
     width: 5em;

Reply via email to