From ddb995eaf6570ea226875d4a8d75ca172ce0b667 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 22 Jan 2009 06:35:55 +0000 Subject: Added new UI element, gPanel, which is a similar mechanism to gDialog. Panels are hidden inline elements that can be revealed within list items, tables cells, etc. Still need to add the toggle off and ajaxify content. --- modules/user/views/admin_users.html.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'modules') diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 46afd2ae..c1c615b3 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -5,7 +5,7 @@ border-style: solid; border-color: #ececec #c8c8c8 #c8c8c8 #ececec; background-image: url('/gallery3/themes/admin_default/images/backg-buttonlink.png'); - padding: .2em .3em .2em .3em; + padding: .2em .3em; font-weight: bold; } .gButtonLink:hover { @@ -23,7 +23,7 @@ position: relative; } .gUserAdminList li img { - width: 20px + width: 20px; height: 20px; cursor: move; } @@ -42,7 +42,7 @@ .gActions a { margin-right: 40px; } - .gUserEdit { + .gPanel { display: none; } @@ -73,16 +73,14 @@ - + id == $user->id || user::guest()->id == $user->id)): ?> - - -
  • -
    + +
    -- cgit v1.2.3