From 9dadc61cae2c4c01a97880e89ca86a0e760fc8d1 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 7 Oct 2009 21:03:28 +0200 Subject: implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to create, edit, destroy other users --- public/stylesheets/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index d74632b..1822ed1 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -439,3 +439,7 @@ input#move_to_search_term, input#node_staged_slug { width: 680px; } +table#user_list td { + padding-right: 30px; +} + -- cgit v1.3