[rhmessaging-commits] rhmessaging commits: r1177 - in mgmt: notes and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Sun Oct 28 13:53:05 EDT 2007


Author: justi9
Date: 2007-10-28 13:53:05 -0400 (Sun, 28 Oct 2007)
New Revision: 1177

Modified:
   mgmt/cumin/python/cumin/page.strings
   mgmt/notes/Todo
Log:
Set the width of value cells in prop tables.



Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings	2007-10-28 17:36:37 UTC (rev 1176)
+++ mgmt/cumin/python/cumin/page.strings	2007-10-28 17:53:05 UTC (rev 1177)
@@ -194,6 +194,10 @@
   font-weight: normal;
 }
 
+table.props td {
+  width: 60%;
+}
+
 table.props th.actions {
   padding: 0.5em;
   background-color: #e7e7f7;

Modified: mgmt/notes/Todo
===================================================================
--- mgmt/notes/Todo	2007-10-28 17:36:37 UTC (rev 1176)
+++ mgmt/notes/Todo	2007-10-28 17:53:05 UTC (rev 1177)
@@ -105,3 +105,5 @@
  * Move q,e to server level (using default vhost)
 
  * Replace all those inline td styles with a class attr
+
+ * Make sure nav links are so marked




More information about the rhmessaging-commits mailing list