-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (71 loc) · 1.05 KB
/
style.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
h2 {
text-align: center;
}
body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 16px;
}
textarea {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
overflow-y: scroll;
width: 100%;
min-height: 150px;
max-width: 100%;
}
.title {
font-weight: bold;
display: block;
}
.small-buttons {
padding-top: 4px;
}
.new-section {
padding-top: 7px;
}
.div-table {
height: 40%;
overflow-y: auto;
}
#div-table {
display: none;
}
#div-after-csv {
display: none;
}
table {
border-collapse: collapse;
float: left;
padding: 10px;
box-sizing: border-box;
}
th {
position: sticky;
top: 0;
border: 2px;
}
table, th, td {
padding: 5px;
border: 1px solid black;
font-size: 14px;
background: white;
}
th, td {
height: 2em;
}
thead {
font-weight: bold;
}
.main-div {
padding: 10px;
}
.config-options {
padding: 4px;
display: inline;
}
#div-config {
display: none;
}
#div-results {
display: none;
}