mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 06:59:56 -06:00
46 lines
610 B
CSS
46 lines
610 B
CSS
.basic {
|
|
display: block;
|
|
}
|
|
.advanced {
|
|
display: none;
|
|
white-space: nowrap;
|
|
}
|
|
.log {
|
|
cursor: zoom-in;
|
|
}
|
|
.exec {
|
|
cursor: pointer;
|
|
}
|
|
table#docker_containers {
|
|
text-align: left;
|
|
}
|
|
th.five {
|
|
width: 5%;
|
|
}
|
|
th.nine {
|
|
width: 9%;
|
|
}
|
|
th.load {
|
|
width: 140px;
|
|
}
|
|
input.wait {
|
|
width: 24px;
|
|
margin: 0 4px;
|
|
padding: 0 5px;
|
|
border: none;
|
|
box-shadow: none;
|
|
background-color: transparent;
|
|
}
|
|
table tbody td {
|
|
line-height: normal;
|
|
}
|
|
i.mover {
|
|
margin-right: 8px;
|
|
display: none;
|
|
}
|
|
#resetsort {
|
|
margin-left: 12px;
|
|
display: inline-block;
|
|
width: 32px;
|
|
}
|