aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-04 16:08:40 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-04 16:08:40 +0000
commit16df5711d0bb27c57e161080e76921fcee4fe0e2 (patch)
tree897171240262114aa1a97a53e07a28834e530761 /views/default/css.php
parentc33a7b4847a5d1537dcc7272dc056bc64f3f1cb3 (diff)
downloadelgg-16df5711d0bb27c57e161080e76921fcee4fe0e2.tar.gz
elgg-16df5711d0bb27c57e161080e76921fcee4fe0e2.tar.bz2
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
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php11
1 files changed, 10 insertions, 1 deletions
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;
+}