From f7ce8c245fde3f6202103ae614b181c0ba44ed93 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 9 Sep 2009 15:19:33 +0200 Subject: added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes get staged and are applied once that revision is published --- public/stylesheets/admin.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 9fa503b..575ddff 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -416,3 +416,12 @@ div#image_browser { div#image_browser ul li { list-style-type: none; } + +input#move_to_search_term, input#node_staged_slug { + width: 690px; +} + +#tag_list { + width: 680px; +} + -- cgit v1.3