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

aaron - November 30, 2006 - 19:12

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

budda - September 26, 2007 - 12:58
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

#3

deekayen - May 6, 2008 - 15:31
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.

 
 

Drupal is a registered trademark of Dries Buytaert.