blob: 09e0efb9c8991ab817e208bea56d3c008fb0314c (
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
|
.mc-ss-input {
width: 90%;
font-size: 1.1rem;
min-height: 2.2em;
text-align: left;
margin: 0.5em;
}
.mc-ss-main-panel table {
margin: 2em 0;
}
.mc-ss-main-panel table td {
padding: 0.7em 0.3em;
font-size: 0.9rem;
}
.mc-ss-table th.mc-sortable:hover {
text-decoration: underline;
cursor: pointer;
}
.mc-table-bit-map, .mc-ss-table {
border-collapse: collapse;
width: 80%;
margin: 0 auto;
}
.mc-table-basic-no-border th, .mc-table-basic th {
font-weight: bold;
}
.mc-ss-table {
border: 1px solid black;
padding: 0.3em;
text-decoration: underline;
cursor: pointer;
}
.mc-ss-table th {
border: 1px solid black;
padding: 0.3em;
}
.mc-ss-table td {
border: 1px solid black;
padding: 0.3em;
}
.mc-table-bit-map td {
border: 1px solid black;
padding: 0.3em;
}
|