diff options
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/elements/forms.php | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index fa90f2bfd..255d95622 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -272,15 +272,12 @@ input[type="radio"] { /* *************************************** USER PICKER *************************************** */ -.user-picker .user-picker-entry { - clear:both; - height:25px; - padding:5px; - margin-top:5px; - border-bottom:1px solid #cccccc; -} -.user-picker-entry .elgg-button-delete { - margin-right:10px; +.elgg-user-picker-list li:first-child { + border-top: 1px dotted #ccc; + margin-top: 5px; +} +.elgg-user-picker-list > li { + border-bottom: 1px dotted #ccc; } /* *************************************** |