From d51a93ddb9759faeffd7bdd11b28d20541968481 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Thu, 29 Sep 2011 16:00:10 -0400 Subject: [PATCH] Quick style for event attendee avatar lists. --- plugins/Event/event.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/Event/event.css b/plugins/Event/event.css index 3cad53c590..e5af5cf515 100644 --- a/plugins/Event/event.css +++ b/plugins/Event/event.css @@ -15,20 +15,24 @@ padding-right: 20px; } +.attending-list { list-style-type: none; float: left; width: 100%; } + +#form_event_rsvp { clear: left; } + +li.rsvp-list { float: left; clear: left; } + li.rsvp-list ul.entities { - float:left; - width:100%; display:inline; } li.rsvp-list .entities li { list-style-type: none; - float: left; margin-right: 3px; margin-bottom: 8px; display: inline; } li.rsvp-list .entities li .photo { - margin: 0; + margin: 0 !important; + float: none !important; } li.rsvp-list .entities li .fn { display: none; -- 2.39.5