forked from SaturnTeam/BranchAndBound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user.css
69 lines (52 loc) · 970 Bytes
/
user.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
#tableInput td {
padding: 0px;
text-align: center;
}
tr > td:nth-child(1) {
padding: 8px !important;
}
tr:nth-child(1) > td {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.table-bordered {
border: none;
}
.form-control {
max-width: 45px;
}
.overline {
text-decoration: overline;
}
tr.google-visualization-orgchart-noderow-medium > td > div {
font-size: 18px;
}
tr.google-visualization-orgchart-noderow-medium > td > div > sub:nth-child(1) {
font-size: 10px;
}
tr.google-visualization-orgchart-noderow-medium > td > div > sub:nth-child(2) {
font-weight: bold;
}
val {
display: none;
}
.page {
display: none;
}
table {
display: block;
}
.table-sol td {
padding: 8px !important;
}
.table-sol tr:nth-child(1) > td {
padding-bottom: 2 !important;
padding-top: 2 !important;
}
#amount {
max-width: 200px;
}
#chart_div2, #chart_div3 {
height: 500px;
display: none;
}