mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
14 lines
733 B
CSS
14 lines
733 B
CSS
table#t1{margin-top:0; border-collapse: collapse; border-spacing: 0;}
|
|
table#t1 thead tr th{font-weight:bold}
|
|
table#t1 tbody tr td{padding:4px 20px 4px 0;margin:0;text-align:left;white-space:normal}
|
|
table#t1 tbody tr td:nth-child(1){width:7%}
|
|
table#t1 tbody tr td:nth-child(2){width:33%}
|
|
table#t1 tbody tr td:nth-child(3){width:15%}
|
|
table#t1 tbody tr td:nth-child(4){width:20%}
|
|
table#t1 tbody tr td:nth-child(5){width:25%;padding-right:0}
|
|
table.t1.tablesorter .filtered{display:none}
|
|
textarea[id^=text]{width:90%;margin:0!important;padding:0!important;float:right}
|
|
span[id^=save]{margin:0!important;padding:0!important}
|
|
span.pin{display:inline-block;float:left}
|
|
i.pin{margin:0!important;padding:2px 0!important;float:left;clear:both}
|