admin template css and custom fields - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: admin template css and custom fields (/showthread.php?tid=4536) |
admin template css and custom fields - scorche - 2013-03-27 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. RE: admin template css and custom fields - shawn_a - 2013-03-27 post screenshots and exmaple of custom fields please. RE: admin template css and custom fields - scorche - 2013-03-27 (2013-03-27, 04:20:48)shawn_a Wrote: post screenshots and exmaple of custom fields please. It's subtle.... RE: admin template css and custom fields - shawn_a - 2013-03-27 Thanks, someone brought this up in github as well along with some suggestions. |