[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   1  /**
   2   * @file
   3   * Garland-specific theming for Form Builder. Expand the column to fit the add
   4   * new field block (260px wide).
   5   */
   6  
   7  body.sidebar-right #center {
   8    margin-right: -280px;
   9  }
  10  body.sidebars #center {
  11    margin: 0 -280px 0 -210px;
  12  }
  13  
  14  /* And add blanks left and right for the sidebars to fill */
  15  body.sidebar-right #squeeze {
  16    margin-right: 280px;
  17  }
  18  body.sidebars #squeeze {
  19    margin: 0 280px 0 210px;
  20  }
  21  
  22  /* Style the tabs to work with the Garland fieldset gradient */
  23  #form-builder ul.form-builder-tabs li.active {
  24    border-bottom: 1px solid #ebf4fa;
  25    background: #ebf4fa;
  26  }
  27  


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7