From b9aeec634d8aca1848233a88ab18a732e3df5914 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 13 May 2009 03:44:55 +0000 Subject: Colorize admin user rows to make them stand out --- modules/user/views/admin_users.html.php | 2 +- themes/admin_default/css/screen.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 05a1138e..e556fde9 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -63,7 +63,7 @@ $user): ?> - user"> + user admin ? "admin" : "" ?>"> " title="" 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; -- cgit v1.2.3