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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Apr 2 14:18:55 EDT 2008


Author: justi9
Date: 2008-04-02 14:18:55 -0400 (Wed, 02 Apr 2008)
New Revision: 1830

Modified:
   mgmt/cumin/python/wooly/widgets.strings
Log:
Small style adjustment for ActionSets.



Modified: mgmt/cumin/python/wooly/widgets.strings
===================================================================
--- mgmt/cumin/python/wooly/widgets.strings	2008-04-01 21:52:56 UTC (rev 1829)
+++ mgmt/cumin/python/wooly/widgets.strings	2008-04-02 18:18:55 UTC (rev 1830)
@@ -132,22 +132,27 @@
 <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, table.PropertySet td {
+  padding: 0 0.5em 0 0;
 }
 
 table.PropertySet th {
-  font-size: 0.9em;
+  color: #333;
 }
 
 [PropertySet.html]
 <table class="PropertySet">{items}</table>
 
 [PropertySet.property_html]
-<tr class="prop"><th>{title}</th><td>{value}</td></tr>
+<tr><th>{title}</th><td>{value}</td></tr>
 
+[ActionSet.css]
+ul.ActionSet li {
+  margin: 0 0 0 1em;
+}
+
 [ActionSet.html]
-<ul>{items}</ul>
+<ul class="ActionSet">{items}</ul>
 
 [ActionSet.action_html]
 <li><a href="{href}">{content}</a></li>




More information about the rhmessaging-commits mailing list