0f44b026-6d13-4af0-b781-09a1b6bf051c.png
35 KiB |
|
|
|
0f4f9853-153b-4816-877c-3b0463dd859f.png
|
1.3 KiB |
|
|
|
0f5cf25c-2f4a-41a3-9f32-30fcf33602d8.png
|
2.3 KiB |
|
|
|
0f8fef27-bf42-4ff1-80d8-e84b694e898b.png
|
: right;
}
td:nth-child(2) svg {
position: absolute;
}
td .name,
td .goup {
margin-left: 1.75em;
word-break: break-all;
overflow-wrap: break-word;
white-space: pre-wrap;
}
.icon {
margin-right: 5px;
}
.icon.sort {
display: inline-block;
width: 1em;
height: 1em;
position: relative;
top: .2em;
}
.icon.sort .top {
position: absolute;
left: 0;
top: -1px;
}
.icon.sort .bottom {
position: absolute;
bottom: -1px;
left: 0;
}
footer {
padding: 40px 20px;
font-size: 12px;
text-align: center;
}
@media (max-width: 600px) {
.hideable {
display: none;
}
td:nth-child(2) {
width: auto;
}
th:nth-child(3),
td:nth-child(3) {
padding-right: 5%;
text-align: right;
}
h1 {
color: #000;
}
h1 a {
margin: 0;
}
#filter {
max-width: 100px;
}
}
|