Don't use clear: both;
budda - August 22, 2006 - 13:14
| Project: | User List |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
The use of clear: both in the user_list.css pushes user lists content down below the left/right columns in some themes. I'm seeing this behaviour in the SPreadFirefox theme today.
This only occurs in FireFox.

#1
i'll have to look at that. let me know if you know any better generic fixes to make sure it's a horizontal list.
#2
My fix would be to edit user_list.css line 25 and change the display: block; to display: inline.
So change:
.user_list_menu ul {display:block;
}
To
.user_list_menu ul {display:inline;
}
THis fixed the issue in the Friends Electric theme with Drupal 5.x
#3
When I do that change in the chameleon, the list of users in the main content area goes up to join the alpha and role list.