/* $Id: form_builder.garland.css,v 1.1 2009/01/16 23:35:14 quicksketch Exp $ */ /** * @file * Garland-specific theming for Form Builder. Expand the column to fit * the add new field block (260px wide). */ body.sidebar-right #center { margin-right: -280px; } body.sidebars #center { margin: 0 -280px 0 -210px; } /* And add blanks left and right for the sidebars to fill */ body.sidebar-right #squeeze { margin-right: 280px; } body.sidebars #squeeze { margin: 0 280px 0 210px; }