r5456 - trunk/wooly/python/wooly

croberts at fedoraproject.org croberts at fedoraproject.org
Wed Sep 5 18:55:14 UTC 2012


Author: croberts
Date: 2012-09-05 18:55:12 +0000 (Wed, 05 Sep 2012)
New Revision: 5456

Modified:
   trunk/wooly/python/wooly/table.strings
Log:
Fixing BZ 851205 (table width extending beyond border on Scheduler page) by adding the css property table-layout:fixed (instead of table-layout:auto).  This should keep the table inside the border even if the data is lengthy.

Modified: trunk/wooly/python/wooly/table.strings
===================================================================
--- trunk/wooly/python/wooly/table.strings	2012-09-04 18:15:20 UTC (rev 5455)
+++ trunk/wooly/python/wooly/table.strings	2012-09-05 18:55:12 UTC (rev 5456)
@@ -1,6 +1,6 @@
 [Table.css]
 table.Table {
-    table-layout: auto;
+    table-layout: fixed;
     width: 100%;
     border-collapse: collapse;
 }



More information about the cumin-developers mailing list