mirror of
https://github.com/unraid/webgui.git
synced 2026-02-28 13:20:57 -06:00
style: comment out table.tablesorter.shift styles in default-dynamix.css
- Commented out the styles for table.tablesorter.shift to prevent margin adjustments that may affect layout
This commit is contained in:
@@ -464,9 +464,9 @@ table.tablesorter.left td:last-child {
|
||||
text-align: right;
|
||||
width: 4%;
|
||||
}
|
||||
table.tablesorter.shift {
|
||||
/* table.tablesorter.shift {
|
||||
margin-top: -30px;
|
||||
}
|
||||
} */
|
||||
table.tablesorter.kvm {
|
||||
display: block;
|
||||
padding-top: 24px;
|
||||
@@ -1535,9 +1535,9 @@ div.icon-zip {
|
||||
table.tablesorter tbody.tablesorter-infoOnly {
|
||||
border-bottom: 1px solid var(--dynamix-tablesorter-tbody-row-border-color);
|
||||
}
|
||||
table.tablesorter.shift {
|
||||
/* table.tablesorter.shift {
|
||||
margin-top: 10px;
|
||||
}
|
||||
} */
|
||||
table.tablesorter.indexer tfoot tr {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user