summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-09 14:23:17 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-09 14:23:17 +0200
commit44b503f5289705727f0c06392813face855f60f4 (patch)
treec498d9e2d7cbda7e91586a2b5cbfe2c96f5ae3d6 /public/stylesheets
parent616a0d2d2ba15a7e176938ee829d60366fb6a9c2 (diff)
Give the attach picker and the create-page action their own rows
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/admin.css19
1 files changed, 19 insertions, 0 deletions
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 {
2366 display: none; 2366 display: none;
2367} 2367}
2368 2368
2369.asset_attach_form .restore_picker {
2370 max-width: 22rem;
2371}
2372
2373.asset_attach_form label {
2374 display: block;
2375 margin: 0.5rem 0;
2376}
2377
2378.asset_attach_form .action_button {
2379 margin-bottom: 0;
2380}
2381
2382.asset_attach_form .action_button + .field_hint {
2383 display: block;
2384 margin-left: 0;
2385 margin-top: 0.5rem;
2386}
2387
2369/* ============================================================ 2388/* ============================================================
2370 User section 2389 User section
2371 ============================================================ */ 2390 ============================================================ */