refactor job logs/comments [#145]

This commit is contained in:
Gary Sharp
2025-07-12 16:48:27 +10:00
parent b56e82d5c4
commit 092c6249ee
14 changed files with 575 additions and 638 deletions
+8 -3
View File
@@ -4999,9 +4999,14 @@ table th {
table.none {
border: none !important;
}
table.none tr,
table.none td,
table.none th {
table.none > tr > td,
table.none > thead > tr > td,
table.none > tbody > tr > td,
table.none > tfoot > tr > td,
table.none > tr > th,
table.none > thead > tr > th,
table.none > tbody > tr > th,
table.none > tfoot > tr > th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
File diff suppressed because one or more lines are too long
+8 -3
View File
@@ -567,9 +567,14 @@ table th {
table.none {
border: none !important;
}
table.none tr,
table.none td,
table.none th {
table.none > tr > td,
table.none > thead > tr > td,
table.none > tbody > tr > td,
table.none > tfoot > tr > td,
table.none > tr > th,
table.none > thead > tr > th,
table.none > tbody > tr > th,
table.none > tfoot > tr > th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
+7 -5
View File
@@ -519,11 +519,13 @@ table {
table.none {
border: none !important;
tr, td, th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
& > tr, & > thead > tr, & > tbody > tr, & > tfoot > tr {
& > td, & > th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
}
}
}
File diff suppressed because one or more lines are too long