display what accouting would create

This commit is contained in:
Priec
2026-08-12 18:57:10 +02:00
parent 719bae0cd2
commit cdaa1b2b7d
11 changed files with 668 additions and 22 deletions

View File

@@ -151,6 +151,22 @@
.builder-table .mark { width: 34px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: #4a5568; }
.builder-table.preview .source-system td { color: #7a8496; background: #fbfcfd; }
.builder-table.preview .source-relation td { color: #3c5a86; }
/* A compound column's companions, in both tables: the server's columns, so
they read as a block hanging off the definition row above them. */
.builder-table .generated-row td, .builder-table.preview .source-generated td { color: #5b6678; background: #fbfcfd; }
.builder-table .order { width: 78px; white-space: nowrap; }
.builder-table .order .hint { padding-left: 12px; }
button.toggle.move { min-width: 26px; padding: 3px 5px; }
button.toggle.move + button.toggle.move { margin-left: 4px; }
button.toggle:disabled { color: #b3bcc9; background: #f7f8fa; cursor: default; }
/* What a compound choice will add, shown before it is added. */
.compound-note { margin-top: 14px; padding: 12px 14px; border: 1px solid #dfe6f3; border-radius: 8px; background: #f7f9fe; }
.compound-note p { margin: 0; font-size: 13px; color: #33415c; }
.compound-note ul { margin: 8px 0; padding-left: 18px; font-size: 13px; }
.compound-note li { padding: 1px 0; }
.compound-note .hint { font-size: 12px; }
.builder-list { margin: 12px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.builder-list li { display: flex; align-items: center; gap: 8px; padding: 5px 10px; border: 1px solid #e1e6ee; border-radius: 7px; background: white; }