[rhmessaging-commits] rhmessaging commits: r1825 - mgmt/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Apr 1 14:39:54 EDT 2008


Author: justi9
Date: 2008-04-01 14:39:54 -0400 (Tue, 01 Apr 2008)
New Revision: 1825

Modified:
   mgmt/cumin/python/wooly/widgets.strings
Log:
Add some styling for properties.



Modified: mgmt/cumin/python/wooly/widgets.strings
===================================================================
--- mgmt/cumin/python/wooly/widgets.strings	2008-04-01 18:18:44 UTC (rev 1824)
+++ mgmt/cumin/python/wooly/widgets.strings	2008-04-01 18:39:54 UTC (rev 1825)
@@ -131,11 +131,20 @@
 [Paginator.page_html]
 <li><a {class_attr} href="{href}">{content}</a></li>
 
+[PropertySet.css]
+table.PropertySet tr.prop th, table.PropertySet tr.prop td {
+  padding: 0.25em 1em 0.25em 0;
+}
+
+table.PropertySet th {
+  font-size: 0.9em;
+}
+
 [PropertySet.html]
-<table>{items}</table>
+<table class="PropertySet">{items}</table>
 
 [PropertySet.property_html]
-<tr><th>{title}</th><td>{value}</td></tr>
+<tr class="prop"><th>{title}</th><td>{value}</td></tr>
 
 [ActionSet.html]
 <ul>{items}</ul>




More information about the rhmessaging-commits mailing list