The navbar display for mood was displaying correctly in IE6, IE7, and IE8, but not in Firefox.
I tried a few things which didn't work for me, including some suggestions from this thread.
What did work for me was the changing the vmood CSS in
Admin CP | vBulletin Options | vMoods by ZONE365.COM to the following:
Code:
#vmoods {display: block; height: 15px; width: 72px;}
#vmoods_div ul.vmoods {list-style:none;margin:0;padding:6px;height:200px;overflow:auto;}
#vmoods_div li.vmood, #vmoods_div li.vmood_mine {margin: 0;}
#vmoods-container p{margin:0px; float:left; font-weight: none;}