diff --git a/archive/css/table.css b/archive/css/table.css index 9b5b34b..e412576 100644 --- a/archive/css/table.css +++ b/archive/css/table.css @@ -31,6 +31,17 @@ cursor: default; } +/* Variant: content packs at the start instead of distributing across the + column header. Used by the Revisions column where a leading "select all" + checkbox sits beside the column title. */ +.th-content--start { + justify-content: flex-start; +} + +.th-content--start .select-all-checkbox { + margin-right: 0.5rem; +} + .sortable .th-content { cursor: pointer; } diff --git a/archive/template.html b/archive/template.html index 8fe4d90..7f1fdff 100644 --- a/archive/template.html +++ b/archive/template.html @@ -33,7 +33,7 @@ {{BUILD_LABEL}} - +
@@ -169,11 +169,11 @@
-
- +
+ Revisions
{{BUILD_LABEL}}
- +
diff --git a/mdedit/css/base.css b/mdedit/css/base.css index 2ace20e..d1cdd9b 100644 --- a/mdedit/css/base.css +++ b/mdedit/css/base.css @@ -403,3 +403,11 @@ justify-content: flex-end; gap: 0.5rem; } + +/* File-nav pane: initial width + minimum size. Runtime resizer (resizer.js) + overrides via inline style.width when the user drags; the min-width here + is a defensive backstop. */ +#file-nav { + width: 450px; + min-width: 200px; +} diff --git a/mdedit/template.html b/mdedit/template.html index 63e008e..484eb65 100644 --- a/mdedit/template.html +++ b/mdedit/template.html @@ -30,7 +30,7 @@ {{BUILD_LABEL}}
- +
@@ -40,7 +40,7 @@
-