mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 06:59:56 -06:00
24 lines
503 B
CSS
24 lines
503 B
CSS
table.pre {
|
|
margin-top: 0;
|
|
background: transparent;
|
|
}
|
|
table.pre td:first-child {
|
|
width: 144px;
|
|
}
|
|
table tr td {
|
|
padding: 0 0 3px 0;
|
|
margin: 0;
|
|
}
|
|
table tr td.thin {
|
|
line-height: 8px;
|
|
height: 8px;
|
|
}
|
|
.sweet-alert.swal-hostid-input input {
|
|
width: 60px !important;
|
|
margin: 12px auto 0 auto !important;
|
|
text-align: center !important;
|
|
display: block !important;
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
box-sizing: border-box !important;
|
|
} |