Download & Extend

Just a little tweak in the output

Project:User List
Version:4.7.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:aaron
Status:closed (fixed)

Issue Summary

Just installed this module and it looks good. I think it would be nice if there were a blank line between the built in page menu and the first name on the user list.

I looked at the code, but I am not sure where to make this tweak.

Thanks in advance for any help on this

Comments

#1

Assigned to:Anonymous» aaron
Status:active» closed (won't fix)

it's all themed, so you could, in theory, override the theme (using phptemplate_user_list_list). however, in your particular case, i'd suggest just adding something like the following to your style.css:

.user_list .user_list_menu {
  margin-bottom: 10px;
}

#2

Status:closed (won't fix)» fixed

status: won't fix doesn't show up in the issues, so thought i'd let it hang around a bit to help out folks.

#3

Status:fixed» closed (fixed)