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 @@ - = t("edit") ?> + = t("edit") ?> if (!(user::active()->id == $user->id || user::guest()->id == $user->id)): ?> = t("delete") ?> endif ?> - - -