-
Notifications
You must be signed in to change notification settings - Fork 1
/
ir-stock-chart.css
92 lines (70 loc) · 1.12 KB
/
ir-stock-chart.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
86
87
88
89
90
#stock-filter-form {
width: 670px;
position: relative;
height: 40px;
}
#stock-filter-form fieldset {
border: 0;
}
#stock-filter-form legend {
position: absolute;
top: 10px;
left: 10px;
font-weight: bold;
}
#stock-filter-form .absolute-position-wrapper {
position: absolute;
top: 10px;
}
#stock-filter-form .wrapper-from {
left: 75px;
}
#stock-filter-form .wrapper-to {
left: 250px;
}
#stock-filter-form .wrapper-filter {
left: 435px;
top: -3px;
}
#stock-filter-form .item {
width: 100px;
}
#stock-filter-form .control {
left: 55px;
}
#stock-filter-form label {
width: 50px;
}
#daily-stock-details {
padding: 0;
margin: 0 0 0 40px;
border: 1px solid #DCDFE3;
border-collapse: collapse;
}
#daily-stock-details caption {
display: none;
}
#daily-stock-details th {
text-transform: lowercase;
width: 105px;
}
#daily-stock-details td {
width: 105px;
}
#candlestick {
width: 670px;
height: 220px;
}
.y-axis-label, .x-axis-label {
font-size: 11px;
font-weight: normal;
color: #645050;
}
.y-axis-label {
text-align: right;
color: #645050;
}
.x-axis-label {
text-align: center;
color: #645050;
}