How to make small "buttons" bigger?
Ning To Jamroom
You'll want to edit the include.php file of your skin.
<div style="text-align:center">
#profile_contact {
text-align: center;
}
#profile_contact .sprite_con {
display: inline;
border: none;
box-shadow:none;
}
{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
{jrCore_module_url module="jrPrivateNote" assign="nurl"}
<a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Profile">{jrCore_icon icon="mail" size="22" class="email"}</a>
{/if}