-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoastProfile.css
83 lines (70 loc) · 1.13 KB
/
RoastProfile.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
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
@media all and (max-width: 500px) { /* screen size until 500px */
#chart text {
font-size: 0.7em;
}
}
/*.x.axis path {
display: none;
}
*/
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
#dropBoxButton {
padding-top: 15px;
}
#customDropBoxButton {
padding-top: 7.5px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 999px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
#navmenu-padded {
margin: 0px 20px 0px 20px;
}
/* set padding around chart */
.chart-area {
padding-left: 0px;
padding-right: 0px;
}
.grid-y line {
stroke: #d3d3d3;
}
.grid-x line {
stroke: #d3d3d3;
}
.border-row {
border-top: 1px solid #ccc;
padding-top: 5px;
padding-bottom: 5px;
}
.btn-ra-menu {
margin-bottom: 5px;
}