field_group.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. /* $Id: field_group.css,v 1.1.2.12 2010/12/22 22:22:35 stalski Exp $ */
  2. /**
  3. * Fix for fieldsets in vertical tabs.
  4. * Note that this can only be hardcoded to the Seven theme
  5. * where people who override this, are in trouble.
  6. */
  7. .vertical-tabs fieldset.default-fallback,
  8. div.field-group-tabs-wrapper div.field-type-image fieldset,
  9. div.field-group-tabs-wrapper div.field-type-file fieldset,
  10. div.field-group-tabs-wrapper div.field-type-datetime fieldset {
  11. border: 1px solid #CCCCCC;
  12. margin: 1em 0;
  13. padding: 2.5em 0 0;
  14. position: relative;
  15. }
  16. div.field-group-tabs-wrapper div.field-type-image legend,
  17. div.field-group-tabs-wrapper div.field-type-file legend,
  18. div.field-group-tabs-wrapper div.field-type-datetime legend,
  19. .vertical-tabs .field-group-fieldset legend {
  20. display: block;
  21. }
  22. /**
  23. * Override the accordion default style for view_modes.
  24. */
  25. form .ui-accordion h3, form .ui-accordion h3.ui-state-active {
  26. padding-left: 2em;
  27. }
  28. .ui-accordion h3.ui-state-active {
  29. background: url("/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
  30. }