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.

Comments

aaron’s picture

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.

budda’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev

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

deekayen’s picture

Status: Active » Needs work

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.

pomliane’s picture

Status: Needs work » Closed (won't fix)

This version of User List is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.