Hello,
I had searched around google and vb org to edit the CSS of profile tabs and didn't found it anywhere.
On the profile template (MEMBERINFO) I found:
Code:
<div id="profile_tabs" style="padding-top: 20px;">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
What I want to do it to edit the "ul" part. Ex in firebug:
Code:
<div id="profile_tabs" style="padding-top: 20px;">
<ul class="tab_list" style="height: 29px;">
<li id="visitor_messaging_tab" class="tborder tcat" tab_id="visitor_messaging" fixed_width="133" style="width: 133px; display: block; background-position: 0px 0px;">Visitor Messages</li>
<li>etc..</li>
</ul>
</div>
I can't find anywhere the "<ul class="tab_list" style="height: 29px;">".
Anyone can land me a hand, please?
Thank you.