Panel Surround 
CSS Selector: .panelsurround

The majority of forms in vBulletin appear as a raised panel inside a table.

The Panel Surround class is used to define the style for the thick border that surrounds the panel and includes the submit and reset buttons.

Example of element using this class:
<table class="tborder" cellspacing="5" cellspacing="1">
<tr>
    <td class="panelsurround">
        This cell uses the Panel Surround class.
    </td>
</tr>
</table>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.