summaryrefslogtreecommitdiff
path: root/frontend/app/common/table.css
blob: 4752e21fb5b4a58f2dc978303a86b92e3ad32916 (plain)
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
91
92
93
94
95
96
/* tables on metadata pages */

h3.tt {
  margin: 1.5rem 0 0.25rem 0;
  font-size: 1.25rem;
}
table {
  border: 0;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  line-height: 1.5;
  color: #666;
}
.tableObject td,
.tableObject th {
  padding: 0.1875rem;
  vertical-align: top;
}
.tableObject hr {
  width: 100%;
  color: transparent;
  border: 0;
  border-bottom: 1px solid #bbb;
  align: left;
  margin: 3px 0;
  padding: 0;
}
.tableObject th,
.tableTuples th {
  min-width: 8rem;
  text-align: left;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0.625rem;
  font-weight: 300;
  color: #333;
}
.tableTuples td {
  text-align: right;
}
.tableObject td {
  font-weight: normal;
  color: #000;
}
.tableObject .tableObject {
  border: 0.0625rem solid #ddd;
}
.tableArray {
  border: 0.0625rem solid #ddd;
  border-spacing: 0;
}
.tableArray td {
  border-bottom: 0.0625rem solid #ddd;
}

.rows .tableRow {
  flex-wrap: wrap;
}
.rows .row > div.galleryRow {
  padding: 0 0.75rem 0.75rem 0.75rem;
}
.rows .row > div.galleryRow > div {
  display: flex;
  flex-direction: row;
  max-height: 100px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
.galleryRow .thumbnail {
  height: 100px;
  margin-right: 0.75rem;
}
/*
.gray {
  font-size: 12px;
  color: #888;
  display: block;
}
.sha256.heading {
  margin: 20px 0 0px;
}
.gray span {
  padding-right: 5px;
}
.gray {
  margin-bottom: 10px;
}
.gray a {
  color: #666;
}
*/
.tableIndex {
  width: 100%;
}