aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
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;
+}