Author: justi9
Date: 2007-10-28 14:00:27 -0400 (Sun, 28 Oct 2007)
New Revision: 1179
Modified:
mgmt/cumin/python/cumin/page.strings
mgmt/notes/Todo
Log:
Makes the status light numbers easier to read.
Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings 2007-10-28 17:55:25 UTC (rev 1178)
+++ mgmt/cumin/python/cumin/page.strings 2007-10-28 18:00:27 UTC (rev 1179)
@@ -416,7 +416,6 @@
height: 1em;
margin: 0.25em 1px 0 0;
padding: 0.15em;
- color: #fff;
font-size: 0.8em;
text-align: center;
line-height: 1.1em;
@@ -424,10 +423,12 @@
div.statuslight.red {
background-color: #e33;
+ color: #fd3;
}
div.statuslight.yellow {
background-color: #fd3;
+ color: #e33;
}
div.statuslight.green {
Modified: mgmt/notes/Todo
===================================================================
--- mgmt/notes/Todo 2007-10-28 17:55:25 UTC (rev 1178)
+++ mgmt/notes/Todo 2007-10-28 18:00:27 UTC (rev 1179)
@@ -107,3 +107,5 @@
* Replace all those inline td styles with a class attr
* Make sure nav links are so marked
+
+ * Make the status lights also be links to an appropriate view
Show replies by date