-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrading.css
More file actions
executable file
·44 lines (38 loc) · 786 Bytes
/
trading.css
File metadata and controls
executable file
·44 lines (38 loc) · 786 Bytes
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
.mcui-trading {
background: #8b8b8b no-repeat center center / 32px 32px;
border: 2px solid;
border-color: #373737 #fff #fff #373737;
}
.mcui-trade > * {
display: inline-block;
vertical-align: top;
}
.mcui-trade {
background: url('images/trade_bg.png') no-repeat;
width: 176px;
height: 40px;
display: block;
}
.mcui-trade-item {
position: relative;
display: inline-block;
top: 2px;
width: 32px;
height: 32px;
font-size: 16px;
line-height: 1;
text-align: left;
vertical-align: bottom;
}
.trade-item-one {
margin-left: 12px;
}
.trade-item-two {
margin-left: 16px;
}
.mcui-trade-arrow {
background: url('images/trade_arrow.png') no-repeat;
width: 20px;
height: 19px;
margin:10px 4px 0;
}