From 113449eacba67625004b14081f4cc0cc3b984553 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 2 Mar 2009 17:22:48 +0100 Subject: added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as well --- public/stylesheets/admin.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 0b7e630..5fe88f1 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -10,7 +10,7 @@ a { table {} table#node_table { - width: 800px; + width: 1000px; } tr.odd { @@ -22,7 +22,7 @@ th { } th.title { - width: 450px; + width: 400px; } th.path { @@ -30,7 +30,11 @@ th.path { } th.actions { - width: 150px; + width: 180px; +} + +th.editor { + width: 120px; } td { -- cgit v1.3