From 44b503f5289705727f0c06392813face855f60f4 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 9 Aug 2026 14:23:17 +0200 Subject: Give the attach picker and the create-page action their own rows --- public/stylesheets/admin.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 9d287dc7..7951f667 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -2366,6 +2366,25 @@ input#menu_item_title { display: none; } +.asset_attach_form .restore_picker { + max-width: 22rem; +} + +.asset_attach_form label { + display: block; + margin: 0.5rem 0; +} + +.asset_attach_form .action_button { + margin-bottom: 0; +} + +.asset_attach_form .action_button + .field_hint { + display: block; + margin-left: 0; + margin-top: 0.5rem; +} + /* ============================================================ User section ============================================================ */ -- cgit v1.3