From 4bbccde8f75318abfd00256812746dfed3400379 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 27 Oct 2023 13:49:16 +0200 Subject: [PATCH] SysDrivers: improved styling --- emhttp/plugins/dynamix/sheets/SysDrivers.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/emhttp/plugins/dynamix/sheets/SysDrivers.css b/emhttp/plugins/dynamix/sheets/SysDrivers.css index bb1d9f667..41ef30f5d 100644 --- a/emhttp/plugins/dynamix/sheets/SysDrivers.css +++ b/emhttp/plugins/dynamix/sheets/SysDrivers.css @@ -1,11 +1,10 @@ table.t1{margin-top:0; border-collapse: collapse; border-spacing: 0;} -table.t1 tr td{padding:0 0 3px 0;margin:0} -table.t1 tr td.thin{line-height:8px;height:8px} -table.t1 tr>td{width:5%;text-align:left;white-space:nowrap} -table.t1 tr>td+td{width:35%;text-align:left;white-space:normal} -table.t1 tr>td+td+td{width:15%;text-align:left} -table.t1 tr>td+td+td+td{width:20%;text-align:left} -table.t1 tr>td+td+td+td+td{width:25%;text-align:left;padding-right:0} +table.t1 tr td{padding:0 20px 0 0!important;margin:0!important;text-align:left!important;white-space:normal!important} +table.t1 tr td:nth-child(1){width:5%} +table.t1 tr td:nth-child(2){width:35%} +table.t1 tr td:nth-child(3){width:15%} +table.t1 tr td:nth-child(4){width:20%} +table.t1 tr td:nth-child(5){width:25%;padding-right:0!important} .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}