Quick style for event attendee avatar lists.
This commit is contained in:
parent
699a90f11c
commit
d51a93ddb9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user