Field Type > separator
11 posts by 3 authors in: Forums > CMS Builder
Last Post: July 28, 2009 (RSS)
By Djulia - July 28, 2009 - edited: July 28, 2009
Hi J,
You can also play with the cellpadding value of the table in edit.php (5 -> 0) :
<div class="accordion">
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="editForm"><tr><td>
...and to preserve the value of border-bottom for accordion :
.accordion {
width: 100%;
border-bottom: solid 1px #c4c4c4;
}
Djulia
You can also play with the cellpadding value of the table in edit.php (5 -> 0) :
<div class="accordion">
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="editForm"><tr><td>
...and to preserve the value of border-bottom for accordion :
.accordion {
width: 100%;
border-bottom: solid 1px #c4c4c4;
}
Djulia