r5425 - trunk/cumin/python/cumin/grid

croberts at fedoraproject.org croberts at fedoraproject.org
Thu Jun 28 15:14:50 UTC 2012


Author: croberts
Date: 2012-06-28 15:14:50 +0000 (Thu, 28 Jun 2012)
New Revision: 5425

Modified:
   trunk/cumin/python/cumin/grid/dashboard.strings
Log:
Allowing charts on the history tab to display inline and wrap according to browser width.

Modified: trunk/cumin/python/cumin/grid/dashboard.strings
===================================================================
--- trunk/cumin/python/cumin/grid/dashboard.strings	2012-06-27 19:38:39 UTC (rev 5424)
+++ trunk/cumin/python/cumin/grid/dashboard.strings	2012-06-28 15:14:50 UTC (rev 5425)
@@ -311,3 +311,21 @@
         {export}
     </div>
 </div>
+
+[DashboardHistory.css]
+div.DashboardHistory ul.WidgetSet {
+  padding: 0;
+  margin: 0;
+  list-style: none;
+}
+
+div.DashboardHistory ul.WidgetSet li {
+  display: inline;
+  float: left;
+}
+
+[DashboardHistory.html]
+<div class="{class}">
+    {charts}
+</div>
+<div style="clear:both;"></div>



More information about the cumin-developers mailing list