From 16df5711d0bb27c57e161080e76921fcee4fe0e2 Mon Sep 17 00:00:00 2001 From: nickw Date: Fri, 4 Jun 2010 16:08:40 +0000 Subject: Updating Find User in the Admin section to use the livesearch user picker. git-svn-id: http://code.elgg.org/elgg/trunk@6358 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index ef0f84d0f..082a60b15 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1536,4 +1536,13 @@ p.elgg_likes_owner { padding-top:4px; } - +.user_picker .user_picker_entry { + clear:both; + height:25px; + padding:5px; + margin-top:5px; + border-bottom:1px solid #cccccc; +} +.user_picker_entry .delete_button { + margin-right:10px; +} -- cgit v1.2.3