smileys select box height
Slade8 - February 12, 2009 - 04:49
| Project: | Smileys |
| Version: | 6.x-1.0-alpha5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
How can I change the height of the smiley select box? I've messed around with the CSS file but haven't found where I can change this. The reason I am asking is the select box height is being set very high where is looks strange because I only have about 5 icons on the first row but the height of the select box is almost triple that.

#1
The dimensions are configurable in the smileys settings itself. Does that not work?
#2
That only changes the pop up box. The issue I'm having is the size of the select box that shows above where you are making a post. Like on your site for smiley packs you have a nice rounded select box that isn't too big so I'm wondering how I can go about changing that.
#3
Messing with CSS is all that you are supposed to do. That what I did on my blog as well. Just need to sit down and spend a few minutes on it, look through code of existing sites doing it (or just leech my code ;) )
#4
".smileys span" is set to 51px by 51px. Make that smaller, and it'll fix it. Each smiley is positioned top center in that span.