Projet

Général

Profil

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

root / drupal7 / sites / all / modules / commerce / modules / payment / theme / commerce_payment.theme.css @ b858700c

1

    
2
/**
3
 * @file
4
 * Basic styling for the Commerce Payment module.
5
 */
6

    
7
/**
8
 * Add styles to credit card form elements.
9
 */
10
.commerce-credit-card-start,
11
.commerce-credit-card-expiration {
12
  margin-bottom: 1em;
13
}
14

    
15
.commerce-credit-card-start .form-item,
16
.commerce-credit-card-expiration .form-item {
17
  display: inline;
18
  margin-bottom: 1em;
19
}
20

    
21
.commerce-month-year-divider {
22
  margin: 0 3px;
23
}