Projet

Général

Profil

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

root / drupal7 / sites / all / modules / field_group / horizontal-tabs / horizontal-tabs-rtl.css @ a2bb1a14

1
div.horizontal-tabs {
2
  margin: 0 0 1em 0;
3
}
4

    
5
.horizontal-tabs ul.horizontal-tabs-list {
6
  border-right: 0;
7
  border-left: 1px solid #dedede;
8
}
9

    
10
/* Layout of each tab */
11
.horizontal-tabs ul.horizontal-tabs-list li {
12
  border-right: 0;
13
  border-left: 1px solid #ccc;
14
  float: right;
15
}