2013-03-27, 03:59:40
more of an FYI...
I noticed that the custom fields are running out of the containing div
Instead of using a width of 645px I switched to 100%
at \admin\template\css.php
Line 652: width: 645px;
/* basic default table style */
.wrapper table {
border-collapse: collapse;
margin: 0 0 20px 0;
width: 100%;
}
I don't see any ill effects from it yet, but only tried on one browser.
I noticed that the custom fields are running out of the containing div
Instead of using a width of 645px I switched to 100%
at \admin\template\css.php
Line 652: width: 645px;
/* basic default table style */
.wrapper table {
border-collapse: collapse;
margin: 0 0 20px 0;
width: 100%;
}
I don't see any ill effects from it yet, but only tried on one browser.