Projet

Général

Profil

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

root / drupal7 / sites / all / modules / addressfield / addressfield.css @ f066bdb5

1
div.addressfield-container-inline > div.form-item {
2
  float: left; /* LTR */
3
  margin-right: 1em; /* LTR */
4
}
5

    
6
div.addressfield-container-inline.country-GB > div.form-item {
7
  float: none;
8
  margin-right: auto; /* LTR */
9
}
10

    
11
/* Clear-fix markup for the inline container */
12
div.addressfield-container-inline:after {
13
  content: ".";
14
  display: block;
15
  height: 0;
16
  clear: both;
17
  visibility: hidden;
18
}
19
/* IE6 */
20
* html div.addressfield-container-inline {
21
  height: 1%;
22
}
23
/* IE7 */
24
*:first-child + html div.addressfield-container-inline {
25
  min-height: 1%;
26
}