Edit the xml file and change the default dimensions to the appropriate sizes.
Find:
Code:
#vmoods {display: block; height: 28px; width: 93px;}
Change the dimensions to complement the new sizes and scroll down and change the sizes again to the following.
Code:
{
$vmood = trim($vmood);
$vmoods_li .= '<li><img src="' . $vbulletin->options['vmoods_images_path'] . '/' . $vmood . '.gif" width="93px" height="28px" alt="' . $vmood . '" class="vmood" /></li>' . "\r";
}
Edit: I forgot to mention and I've only had the time to set it in the postbit so if your icons are nearing 30 pixels in height you'll noticed that the text "my moods" sits in the middle. If you want it sitting flush with the icon you'll need to change the vertical align to
Botton instead of
Middle where it was originally set as. Bare in mind all your settings will be lost whenever there's an update and your best waiting to see if sniper addresses these issues.
Code:
<span style="vertical-align: bottom;">$vbphrase[vmoods_my_mood]:</span> </span>