GetSimple Support Forum

Full Version: admin template css and custom fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
post screenshots and exmaple of custom fields please.
(2013-03-27, 04:20:48)shawn_a Wrote: [ -> ]post screenshots and exmaple of custom fields please.

It's subtle....
Thanks, someone brought this up in github as well along with some suggestions.