mirror of
https://github.com/unraid/webgui.git
synced 2026-01-02 07:30:06 -06:00
27 lines
332 B
CSS
27 lines
332 B
CSS
tr#copy,
|
|
tr#file {
|
|
display: none;
|
|
}
|
|
td.gap {
|
|
padding-left: 26px !important;
|
|
}
|
|
td.wrap {
|
|
white-space: normal !important;
|
|
}
|
|
span#pass {
|
|
display: none;
|
|
margin-left: 20px;
|
|
}
|
|
input[type="checkbox"] {
|
|
margin-left: 0;
|
|
}
|
|
|
|
input.subpool {
|
|
font-size: 1rem;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|