mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 00:19:57 -06:00
16 lines
226 B
CSS
16 lines
226 B
CSS
table.ups thead tr th {
|
|
width: 16.6%;
|
|
padding-left: 10px;
|
|
}
|
|
table.ups tbody tr td {
|
|
padding-left: 10px;
|
|
font-weight: bold;
|
|
}
|
|
tr.ups {
|
|
height: 3rem;
|
|
line-height: 3rem;
|
|
}
|
|
i.ups {
|
|
margin-right: 8px;
|
|
}
|