Made boxes adhere more to idots theme

This commit is contained in:
shrykedude 2003-11-22 20:36:24 +00:00
parent 4685abef78
commit 00f3f18b56

View File

@ -1,17 +1,26 @@
<!-- BEGIN portal_box --> <!-- BEGIN portal_box -->
<p> <p>
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}" bgcolor="{outer_bgcolor}"> <div style="border: #9c9c9c 1px solid;">
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}">
<tr nowrap align="center"> <tr nowrap align="center">
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls} <td align="left">
<div class="divSideboxHeader" style="height: 15px; padding-top: 0px">
<table border="0" cellpadding="1" cellspacing="0" width="{outer_width}">
<tr>
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls}
</tr>
</table>
</div>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#dddddd"> <table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#eeeeee">
{row} {row}
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
</div>
</p> </p>
<!-- END portal_box --> <!-- END portal_box -->
@ -48,8 +57,7 @@
<!-- BEGIN portal_control --> <!-- BEGIN portal_control -->
<td valign="middle" align="right" nowrap="nowrap">{control_link} <td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
</td>
<!-- END portal_control --> <!-- END portal_control -->