You can specify the style in which boxes are displayed in the leftframe. Different styles can be set for open and closed boxes.This is done by typing the styles in the "Boxes custom layout" text area in Advanced Page Layout Configuration in Padmin.
The default (if nothing is entered in the text area) for open checkboxes is:
<box_opencloselink> <img src="/images/boxes_close.gif" border=0
width="15" height="16" alt="" style="vertical-align:
middle;"> <b><box_title/></b> </box_opencloselink>
<div class="menu" style="width: 250px; overflow: hidden;
padding-left: <box_ifsysname
structure>0<else>15</box_ifsysname> px;
-moz-box-sizing:border-box;
box-sizing:border-box;"> <box_content/> </div>
<div class="menu"> </div>
The default (if nothing is entered in the text area) for closed checkboxes is:
<box_opencloselink><img src="/images/boxes_open.gif" border=0
width="15" height="16" alt="" style="vertical-align:
middle;"><b><box_title/></b></box_opencloselink>
|