Avatar Visitor Tab

Avatar Visitor Tab 1.0a

No permission to download
Since there are many different styles out there this will be used on you will most likely have to adjust things a bit. To do so add this to EXTRA.css.

Code:
/* Avatar in visitor tab */
.navTab .accountPopup img
{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
    border-radius: 2px;
}
Top Bottom