From f4ddfff03ca9f25d50f39a1971877362d85eb9cb Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 7 Aug 2026 06:15:14 +0200 Subject: Move the pending address from the node onto the draft --- public/stylesheets/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 08a19a79..889a5729 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1566,7 +1566,7 @@ form.button_to button[type="submit"] { } input[type=text]#tag_list, -input[type=text]#node_staged_slug, +input[type=text]#page_slug, input#move_to_search_term { padding: 5px; } @@ -1644,7 +1644,7 @@ input[type=text]#page_title { } input#tag_list, -input#node_staged_slug, +input#page_slug, input#move_to_search_term { box-sizing: border-box; width: 100%; -- cgit v1.3