Guessing here -
Go to Admincp / Style Manager / yourstyle / Post Icon Templates / posticons
Find and remove:
<fieldset class="fieldset" style="margin:10px 0px 0px 0px">
<legend>$vbphrase[post_icons]</legend>
Find and remove:
</fieldset>
Go to Admincp / Style Manager / yourstyle / Editor Templates / editor_clientscript
Find after <!-- EDITOR STYLES -->:
.vBulletin_editor {
background: {$istyles[pi_button_normal][0]};
padding: $stylevar[cellpadding]px;
}
Change $stylevar[cellpadding] to 0
Let me know if this works.
Edit: Wrote wrong template down.
Edit: Added
|