diff --git a/Autodesk_Setup_BIDC/setup-sheet.cps b/Autodesk_Setup_BIDC/setup-sheet.cps
index ac44f22..71cff17 100644
--- a/Autodesk_Setup_BIDC/setup-sheet.cps
+++ b/Autodesk_Setup_BIDC/setup-sheet.cps
@@ -32,7 +32,7 @@ properties = {
title: "Embed stylesheet",
description: "Embeds the stylesheet in the HTML code.",
type: "boolean",
- value: false,
+ value: true,
scope: "post"
},
useUnitSymbol: {
@@ -1017,8 +1017,8 @@ function presentTool(tool) {
function writeTools() {
writeln("
");
- var colgroup = "";
- write(colgroup);
+ // var colgroup = "";
+ // write(colgroup);
write(makeRow("" + localize("Tools") + " | "));
var tools = getToolTable();
@@ -1401,8 +1401,8 @@ function onSectionEnd() {
if (isFirstSection()) {
writeln("");
- var colgroup = "";
- write(colgroup);
+ // var colgroup = "";
+ // write(colgroup);
write(makeRow("" + localize("Operations") + " | "));
}
diff --git a/Autodesk_Setup_BIDC/setup-sheet.css b/Autodesk_Setup_BIDC/setup-sheet.css
index 1e437f9..a34cc5e 100644
--- a/Autodesk_Setup_BIDC/setup-sheet.css
+++ b/Autodesk_Setup_BIDC/setup-sheet.css
@@ -9,6 +9,7 @@
body {
background-color: #CFB991;
font-family: acumin-pro, 'Franklin Gothic', sans-serif;
+ padding: 4rem;
}
h1 {
@@ -36,13 +37,15 @@ table {
}
table.jobhead {
- width: 18cm;
- background-color: #CFB991;
+ width: fit-content;
+ border: medium solid Black;
+ display: flex;
}
table.job, table.sheet {
- width: 18cm;
+ width: fit-content;
border: medium solid Black;
+ display: flex;
}
th {
@@ -83,7 +86,6 @@ tr {
page-break-inside: avoid;
padding-top: 30px;
padding-bottom: 20px;
- white-space: nowrap;
font-size: 1.5625rem;
}