From bec85f1494026a94eb521b802a74b67762b01a6c Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 17 Nov 2013 13:54:43 -0800 Subject: implement admin remove account --- view/theme/redbasic/css/style.css | 5 +++++ view/tpl/admin_users.tpl | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f7d641e6b..8e15d1eaf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3564,3 +3564,8 @@ text-decoration: none; .savedsearchdrop { opacity: 0; } + +.admin-icons { + color: $toolicon_colour; + margin-right: 10px; +} \ No newline at end of file diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl index 770df7eba..b51fa3559 100755 --- a/view/tpl/admin_users.tpl +++ b/view/tpl/admin_users.tpl @@ -34,8 +34,8 @@ {{$u.email}} - - + + {{/foreach}} @@ -71,8 +71,8 @@ {{$u.account_service_class}} - - + + {{/foreach}} -- cgit v1.2.3