Author: justi9
Date: 2007-10-22 10:51:19 -0400 (Mon, 22 Oct 2007)
New Revision: 1132
Modified:
mgmt/cumin/python/cumin/queue.strings
Log:
Style adjustments.
Modified: mgmt/cumin/python/cumin/queue.strings
===================================================================
--- mgmt/cumin/python/cumin/queue.strings 2007-10-22 14:40:03 UTC (rev 1131)
+++ mgmt/cumin/python/cumin/queue.strings 2007-10-22 14:51:19 UTC (rev 1132)
@@ -186,10 +186,24 @@
</tr>
</table>
+[MeasurementSet.css]
+table.MeasurementSet td, table.MeasurementSet th {
+ text-align: right;
+}
+
+table.MeasurementSet th.label {
+ text-align: left;
+}
+
[MeasurementSet.html]
-<table class="mobjects">
+<table class="MeasurementSet mobjects">
+ <col class="name"/>
+ <col class="data"/>
+ <col class="data"/>
+ <col class="data"/>
+
<tr>
- <th>Statistic</th>
+ <th class="label">Statistic</th>
<th>Current</th>
<th>High</th>
<th>Low</th>
@@ -200,7 +214,7 @@
[MeasurementSet.item_html]
<tr>
- <th>{item_title}</th>
+ <th class="label">{item_title}</th>
<td>{item_value}</td>
<td>{item_high}</td>
<td>{item_low}</td>