[rhmessaging-commits] rhmessaging commits: r3634 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Sep 15 11:57:38 EDT 2009


Author: justi9
Date: 2009-09-15 11:57:38 -0400 (Tue, 15 Sep 2009)
New Revision: 3634

Modified:
   mgmt/trunk/cumin/python/cumin/widgets.py
   mgmt/trunk/cumin/python/cumin/widgets.strings
Log:
Fix some truncation css, and some cleanup

Modified: mgmt/trunk/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.py	2009-09-15 15:34:12 UTC (rev 3633)
+++ mgmt/trunk/cumin/python/cumin/widgets.py	2009-09-15 15:57:38 UTC (rev 3634)
@@ -714,7 +714,7 @@
         col.alignment = "right"
         self.add_column(col)
 
-        self.update_enabled = True;
+        self.update_enabled = True
 
         self.count = Attribute(app, "count")
         self.count.default = 1

Modified: mgmt/trunk/cumin/python/cumin/widgets.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.strings	2009-09-15 15:34:12 UTC (rev 3633)
+++ mgmt/trunk/cumin/python/cumin/widgets.strings	2009-09-15 15:57:38 UTC (rev 3634)
@@ -426,7 +426,7 @@
 
 table.TopTable td {
     padding: 0.35em 0.5em;
-    text-overflow:ellipsis;
+    text-overflow: ellipsis;
 }
 
 table.TopTable th {
@@ -483,17 +483,19 @@
 }
 
 div.CuminTable > table td {
-  text-overflow:ellipsis;
+    text-overflow: ellipsis;
 }
 
-div.truncate > table {
-  table-layout: fixed;
-  min-width: 600px;
+div.truncate > table,
+table.truncate {
+    table-layout: fixed;
+    min-width: 600px;
 }
 
-div.truncate > table td.truncate {
-  white-space: nowrap;
-  overflow: hidden;
+div.truncate > table td.truncate,
+table.truncate td.truncate {
+    white-space: nowrap;
+    overflow: hidden;
 }
 
 [CuminTable.javascript]



More information about the rhmessaging-commits mailing list