-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
60 lines (46 loc) · 839 Bytes
/
App.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
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display+SC');
.App {
padding: 1em;
}
label {
display: inline-block;
width: 100px;
}
header {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* typography */
html {
font-family: 'helvetica neue', sans-serif;
}
thead th, tfoot th {
font-family: 'Rock Salt';
}
th {
letter-spacing: 2px;
padding: 10px;
}
td {
letter-spacing: 1px;
overflow-x:hidden;
overflow-y:hidden;
font-size: 12px;
padding: 10px;
text-align: center;
}
/* table */
table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
overflow:hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.content_td p {
max-width: 100%;
max-height: 100px;
overflow-y: auto;
text-overflow: ellipsis;
}
/* Column Size for thead */
/* Column size for tbody */