Quick style for event attendee avatar lists.

This commit is contained in:
Samantha Doherty 2011-09-29 16:00:10 -04:00
parent 699a90f11c
commit d51a93ddb9
1 changed files with 8 additions and 4 deletions

View File

@ -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;