Projet

Général

Profil

Paste
Télécharger (791 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / field_group / field_group.css @ 87dbc3bf

1
/* $Id: field_group.css,v 1.1.2.12 2010/12/22 22:22:35 stalski Exp $ */
2

    
3
/**
4
 * Fix for fieldsets in vertical tabs.
5
 * Note that this can only be hardcoded to the Seven theme
6
 * where people who override this, are in trouble.
7
 * This can be removed in next d7 release.
8
 */
9
.vertical-tabs fieldset.default-fallback,
10
div.field-group-tabs-wrapper div.field-type-image fieldset,
11
div.field-group-tabs-wrapper div.field-type-file fieldset,
12
div.field-group-tabs-wrapper div.field-type-datetime fieldset {
13
   border: 1px solid #CCCCCC;
14
   margin: 1em 0;
15
   padding: 2.5em 0 0;
16
   position: relative;
17
}
18

    
19
div.field-group-tabs-wrapper div.field-type-image legend,
20
div.field-group-tabs-wrapper div.field-type-file legend,
21
div.field-group-tabs-wrapper div.field-type-datetime legend {
22
  display: block;
23
}