Projet

Général

Profil

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

root / drupal7 / sites / all / modules / addressfield / addressfield.css @ 135bbeb9

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
div.addressfield-container-inline.country-BR > div.form-item:first-child,
12
div.addressfield-container-inline.country-BR > div.form-item:last-child {
13
  clear: both;
14
  float: none;
15
  margin-right: auto; /* LTR */
16
}
17

    
18
/* Clear-fix markup for the inline container */
19
div.addressfield-container-inline:after {
20
  content: ".";
21
  display: block;
22
  height: 0;
23
  clear: both;
24
  visibility: hidden;
25
}
26
/* IE6 */
27
* html div.addressfield-container-inline {
28
  height: 1%;
29
}
30
/* IE7 */
31
*:first-child + html div.addressfield-container-inline {
32
  min-height: 1%;
33
}