From 8a138c366f69bb6f84dba5ef4eb8abc8227a4c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 15:23:34 +0100 Subject: [PATCH] Fix display of actions on insert page --- css/theme_right.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index ffd7e40e0..6f0f22858 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -144,7 +144,7 @@ table td { border: 1px solid black; } -table.navigation td { +table.navigation td, #actions_panel table td { border: none; }