Author: justi9
Date: 2007-10-14 14:17:44 -0400 (Sun, 14 Oct 2007)
New Revision: 1063
Modified:
mgmt/cumin/python/cumin/server.strings
Log:
Style tweaks. Use radio button images for groups.
Modified: mgmt/cumin/python/cumin/server.strings
===================================================================
--- mgmt/cumin/python/cumin/server.strings 2007-10-14 17:55:07 UTC (rev 1062)
+++ mgmt/cumin/python/cumin/server.strings 2007-10-14 18:17:44 UTC (rev 1063)
@@ -68,21 +68,22 @@
width: 20%;
}
-.ServerBrowser.groups a.selected {
- font-weight: bold;
-}
-
.ServerBrowser.groups ul {
margin: 0 0 1em 0;
}
-.ServerBrowser.groups ul.groups li {
- margin: 0 0 0 0.5em;
+.ServerBrowser.groups ul.groups a:before {
+ content: url(resource?name=radio-button.png);
+ vertical-align: -10%;
+ margin: 0 0.5em 0 0;
}
+.ServerBrowser.groups ul.groups a.selected:before {
+ content: url(resource?name=radio-button-checked.png);
+}
+
.ServerBrowser.groups h2 {
color: #564979;
- font-weight: bold;
font-size: 0.9em;
border-bottom: 1px dotted #ddd;
width: 80%;
Show replies by date