Modified export to EDOMH/EDEngineer page to be less 'bodged', allow EDOMH button to be clickable without checking for EDEngineer API (If they have EDOMH, they probably don't have EDEngineer...) and added a workaround for Coriolis sending bogus data for bulkheads.

This commit is contained in:
Alex Williams
2024-05-29 17:42:59 +01:00
parent 436a50cb45
commit 2a6ae0f2ff
4 changed files with 60 additions and 14 deletions

View File

@@ -41,6 +41,15 @@
h2 {
margin: 0;
}
p {
clear: left;
padding: 30, 0, 0, 0;
}
button {
margin: 100px, 0;
}
}
textarea {