-
Notifications
You must be signed in to change notification settings - Fork 0
/
orders.css
85 lines (78 loc) · 1.24 KB
/
orders.css
1
2
3
4
5
6
7
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#container{
background-color:white;
width:65%;
margin-left:15%;
margin-top: 2%;
border:1px solid #DAD9D1;
}
#headerbar{
background-color:#0099cc;
color:white;
width:100%;
text-align: left;
padding-top:1em;
padding-bottom:1em;
margin-bottom:3em;
}
#headerBar-inner{
background-color: #00394d;
color:white;
width:100%;
text-align: left;
padding-top:1em;
}
#headerbar > h2{
padding-left:4%;
}
#orders_row{
margin-bottom:1em;
padding-left:4%;
padding-bottom:1em;
}
#orderID{
display:inline-block;
font-size:20px;
}
#date{
float:right;
font-size:20px;
padding-right: 4%;
}
#image{
display:inline-block;
height:196px;
width:auto;
}
img{
width:196px;
height:auto;
}
#product{
margin-left:4%;
}
#inner-product{
display: inline-block;
width:100%;
}
#desc{
display:inline-block;
font-size:20px;
font-weight:900;
}
#right{
text-align: right;
padding-right:20px;
}
#align{
display: inline-block;
width:65%;
vertical-align: top;
line-height: 196px;
text-align: center;
}
#partTotal{
float:right;
text-align: right;
line-height: 196px;
padding-right: 20px;
}