Projet

Général

Profil

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

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

1

    
2
/**
3
 * @file
4
 * Administration styles for the Commerce Payment module.
5
 *
6
 * Optimized for the Seven administration theme.
7
 */
8

    
9
.views-field-operations .links.operations {
10
  text-transform: lowercase;
11
  margin-left: 0; /* LTR */
12
}
13

    
14
/**
15
 * Add styles for administrative payment transaction displays.
16
 */
17
.views-field-status img.pending {
18
  position: relative;
19
  top: 3px;
20
}
21

    
22
.payment-totals-table {
23
  width: 33%;
24
  float: right; /* LTR */
25
}
26

    
27
.payment-totals-table tr.order-balance {
28
  background-color: #D3E9F4;
29
  font-weight: bold;
30
}
31

    
32
.payment-totals-table .total,
33
.payment-totals-table .balance {
34
  text-align: right; /* LTR */
35
}
36

    
37
.add-payment .form-item-payment-method {
38
  float: left; /* LTR */
39
}
40
.add-payment .form-submit {
41
  float: left; /* LTR */
42
  margin: 5px;
43
}
44

    
45
.add-payment .ajax-progress .message {
46
  display: none;
47
}
48

    
49
.payment-terminal {
50
  clear: right; /* LTR */
51
}
52

    
53
.payment-terminal-amount div {
54
  display: inline;
55
}
56

    
57
table.payment-transaction td {
58
  vertical-align: top;
59
}