[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/form_builder/ -> form_builder.garland.css (source)

   1  /* $Id: form_builder.garland.css,v 1.1 2009/01/16 23:35:14 quicksketch Exp $ */
   2  
   3  /**
   4   * @file
   5   *   Garland-specific theming for Form Builder. Expand the column to fit
   6   *   the add new field block (260px wide). 
   7   */
   8  
   9  body.sidebar-right #center {
  10    margin-right: -280px;
  11  }
  12  body.sidebars #center {
  13    margin: 0 -280px 0 -210px;
  14  }
  15  
  16  /* And add blanks left and right for the sidebars to fill */
  17  body.sidebar-right #squeeze {
  18    margin-right: 280px;
  19  }
  20  body.sidebars #squeeze {
  21    margin: 0 280px 0 210px;
  22  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7