You are here

form_builder.garland.css in Form Builder 7

Same filename and directory in other branches
  1. 6 form_builder.garland.css
  2. 7.2 form_builder.garland.css

Garland-specific theming for Form Builder. Expand the column to fit the add new field block (260px wide).

File

form_builder.garland.css
View 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. body.sidebar-right #center {
  7. margin-right: -280px;
  8. }
  9. body.sidebars #center {
  10. margin: 0 -280px 0 -210px;
  11. }
  12. /* And add blanks left and right for the sidebars to fill */
  13. body.sidebar-right #squeeze {
  14. margin-right: 280px;
  15. }
  16. body.sidebars #squeeze {
  17. margin: 0 280px 0 210px;
  18. }
  19. /* Style the tabs to work with the Garland fieldset gradient */
  20. #form-builder ul.form-builder-tabs li.active {
  21. border-bottom: 1px solid #ebf4fa;
  22. background: #ebf4fa;
  23. }