[rhmessaging-commits] rhmessaging commits: r1861 - in mgmt: cumin/python/wooly and 1 other directories.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Apr 8 11:55:58 EDT 2008


Author: justi9
Date: 2008-04-08 11:55:57 -0400 (Tue, 08 Apr 2008)
New Revision: 1861

Modified:
   mgmt/cumin/python/cumin/widgets.strings
   mgmt/cumin/python/wooly/widgets.strings
   mgmt/notes/justin-todo.txt
Log:
Some style sprucing.



Modified: mgmt/cumin/python/cumin/widgets.strings
===================================================================
--- mgmt/cumin/python/cumin/widgets.strings	2008-04-08 15:36:41 UTC (rev 1860)
+++ mgmt/cumin/python/cumin/widgets.strings	2008-04-08 15:55:57 UTC (rev 1861)
@@ -155,7 +155,7 @@
 [CuminSummary.css]
 div.CuminSummary {
   width: 32em;
-  margin: 0 0 1em 0;
+  margin: 0 0 2em 0;
   min-height: 6em;
 }
 

Modified: mgmt/cumin/python/wooly/widgets.strings
===================================================================
--- mgmt/cumin/python/wooly/widgets.strings	2008-04-08 15:36:41 UTC (rev 1860)
+++ mgmt/cumin/python/wooly/widgets.strings	2008-04-08 15:55:57 UTC (rev 1861)
@@ -148,9 +148,14 @@
 
 [ActionSet.css]
 ul.ActionSet li {
-  margin: 0 0 0 1em;
 }
 
+ul.ActionSet a:before {
+  content: "\00BB \0020";
+  font-weight: bold;
+  color: #dc9f2e;
+}
+
 [ActionSet.html]
 <ul class="ActionSet">{items}</ul>
 

Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt	2008-04-08 15:36:41 UTC (rev 1860)
+++ mgmt/notes/justin-todo.txt	2008-04-08 15:55:57 UTC (rev 1861)
@@ -26,6 +26,8 @@
 
  * Enforce one reg per broker, to avoid confusion
 
+ * Check for per-row querying in BrokerSet
+
 Deferred
 
  * Change the way CuminAction.invoke works




More information about the rhmessaging-commits mailing list