Can someone tell me what in CSS i would need to change to have the user list align in rowformat (rows of 5) or remove the bullet from in front of the picture.

heres whats currently in my css file:

ul#chatroom-user-list li.chatroom-user {
position: relative;
}

ul#chatroom-user-list li.chatroom-user .picture {
float: none;
position: relative;
left: 100px;
bottom: 10px;

Im also attaching a screenshot of output

CommentFileSizeAuthor
chatss.png21.71 KBglitz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

glitz’s picture

It may even be better to line up the user's pictures/ name on the left side running vertically outside the chat text box.
this would avoid alot of blank space at the top when alot of users have joined the chat.

any ideas are much appreciated
chris

glitz’s picture