diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-22 20:03:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-22 20:03:50 +0200 |
| commit | 558ea7764757cfe324bdba72fc5279fa78efd1ea (patch) | |
| tree | 8482e8b90c036e7d06414754e34cfab181fa57e8 /public/stylesheets | |
| parent | 24d7f9e8255eccad9346215268e91d28c5909797 (diff) | |
Implement controller and view side of the attach logic
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index b69b1780..9f737752 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -831,12 +831,11 @@ form.button_to button[type="submit"] { | |||
| 831 | 831 | ||
| 832 | /* Layout only -- the at-rest visibility (wavy underline) for these | 832 | /* Layout only -- the at-rest visibility (wavy underline) for these |
| 833 | links comes from the scoped rule in Base elements above. */ | 833 | links comes from the scoped rule in Base elements above. */ |
| 834 | .add_events, | ||
| 835 | .add_attachments, | ||
| 834 | .add_child_links { | 836 | .add_child_links { |
| 835 | margin-top: 0.5rem; | 837 | margin-top: 0.5rem; |
| 836 | } | 838 | margin-bottom: 0; |
| 837 | |||
| 838 | .add_child_links a { | ||
| 839 | white-space: nowrap; | ||
| 840 | } | 839 | } |
| 841 | 840 | ||
| 842 | .sitemap_node { | 841 | .sitemap_node { |
