Newer
Older
/** Order Process
=================================================== */
.cologne-main .message-error {
padding: 20px;
}
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.quiqqer-order-basket-articles {
width: 100%;
}
.quiqqer-order-basket-articles td {
padding-bottom: 10px;
vertical-align: top;
}
.quiqqer-order-basket-articles-header {
color: #999999;
font-size: 12px;
line-height: 30px;
}
.quiqqer-order-basket-articles-article-pos {
text-align: center;
width: 100px;
}
.quiqqer-order-basket-articles-header-information {
text-align: left;
}
.quiqqer-order-basket-articles-article-quantity {
text-align: center;
}
.quiqqer-order-basket-articles-header-price,
.quiqqer-order-basket-articles-unitPrice,
.quiqqer-order-basket-articles-article-price,
.quiqqer-order-basket-articles-article-sum {
text-align: right;
}
.quiqqer-order-basket-total {
float: right;
margin-top: 20px;
text-align: right;
}
/** article content
=========================================== */
.quiqqer-order-basket-articles-article-title {
font-weight: bold;
}
.quiqqer-order-basket-articles-article-data ul {
margin-left: 20px;
}