summaryrefslogtreecommitdiff
path: root/themes/admin_default/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-13 03:44:55 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-13 03:44:55 +0000
commitb9aeec634d8aca1848233a88ab18a732e3df5914 (patch)
tree2cdffd62d98027faa9a29ac0ce0205305d21b722 /themes/admin_default/css
parent1344bd7009d5a9141b664f3125c8ebb8e1a3a1f9 (diff)
Colorize admin user rows to make them stand out
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r--themes/admin_default/css/screen.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index b67264eb..46023486 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -197,6 +197,11 @@
border: 1px dashed black;
}
+#gUserAdminList .admin {
+ color: #55f;
+ font-weight: bold;
+}
+
.gActions a,
.gActions span {
margin-right: 3em;
@@ -306,7 +311,7 @@ li.gGroup {
}
/** *******************************************************************
- * 7) Server Add
+ * 7) Server Add
*********************************************************************/
#gServerAddAdmin {
margin:auto;