disable scrollable table; small style improvements
parent
12465e6abf
commit
f7b307ffaf
|
@ -213,15 +213,11 @@ table#sigtable td:nth-child(3), table#sigtable th:nth-child(3) {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
table#sigtable thead {
|
table#sigtable thead {
|
||||||
overflow-y: scroll;
|
|
||||||
display: table;
|
display: table;
|
||||||
width: calc(100% - 16px);
|
background-color: rgba(230, 230, 230, 0.3);
|
||||||
background-color: rgba(230, 230, 230, 0.2);
|
|
||||||
}
|
}
|
||||||
table#sigtable tbody {
|
table#sigtable th {
|
||||||
overflow: auto;
|
text-transform: uppercase;
|
||||||
max-height: 250px;
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
table#sigtable tr {
|
table#sigtable tr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue