diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 21:26:21 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 21:26:21 +0200 |
| commit | a2d6e69a48280d0d304f29fa56bdc7361859fa6e (patch) | |
| tree | ad7d0661cd3fdb5bdc4c49866d6a741d4a646fe9 | |
| parent | 35598136e9d65f2218891ecf0974aa6635b0b99a (diff) | |
Make the whole disclosure row reach its report
| -rw-r--r-- | public/stylesheets/ccc.css | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 978b319b..c4dc43ad 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -365,7 +365,7 @@ div#center_column { | |||
| 365 | #footer a { | 365 | #footer a { |
| 366 | margin-left: 1rem; | 366 | margin-left: 1rem; |
| 367 | margin-right: 1rem; | 367 | margin-right: 1rem; |
| 368 | color: CanvasText; | 368 | color: CanvasText; |
| 369 | } | 369 | } |
| 370 | 370 | ||
| 371 | /* ========================================================================== | 371 | /* ========================================================================== |
| @@ -732,12 +732,15 @@ div#center_column .chapter_partial h2.headline { | |||
| 732 | 732 | ||
| 733 | div#center_column .date_and_title_partial h2.headline { | 733 | div#center_column .date_and_title_partial h2.headline { |
| 734 | border-top: none; | 734 | border-top: none; |
| 735 | padding-top: 0; | 735 | font-size 1.3rem; |
| 736 | padding: 0.2rem 0 0 0; | ||
| 737 | margin: 0; | ||
| 736 | } | 738 | } |
| 737 | 739 | ||
| 738 | .date_and_title_partial { | 740 | .date_and_title_partial:nth-child(odd of .date_and_title_partial) { |
| 739 | border-top: 1px solid color-mix(in srgb, CanvasText, Canvas 70%); | 741 | background-color: color-mix(in srgb, CanvasText, Canvas 94%); |
| 740 | padding-top: 30px; | 742 | border: solid 1px color-mix(in srgb, CanvasText, Canvas 94%);; |
| 743 | border-radius: 6px; | ||
| 741 | } | 744 | } |
| 742 | 745 | ||
| 743 | div.article_partial h2 a { | 746 | div.article_partial h2 a { |
| @@ -748,6 +751,18 @@ div.article_partial { | |||
| 748 | margin-bottom: 30px; | 751 | margin-bottom: 30px; |
| 749 | } | 752 | } |
| 750 | 753 | ||
| 754 | div.article_partial.date_and_title_partial { | ||
| 755 | position: relative; | ||
| 756 | padding: 0.35rem 0.6rem 1rem; | ||
| 757 | margin-bottom: 0; | ||
| 758 | min-height: 4rem; | ||
| 759 | } | ||
| 760 | |||
| 761 | .date_and_title_partial h2.headline a::after { | ||
| 762 | content: ""; | ||
| 763 | position: absolute; | ||
| 764 | inset: 0; | ||
| 765 | } | ||
| 751 | 766 | ||
| 752 | div.article_partial p.excerpt { | 767 | div.article_partial p.excerpt { |
| 753 | color: CanvasText; | 768 | color: CanvasText; |
