Fix display of actions on insert page

This commit is contained in:
Michal Čihař
2011-02-02 15:23:34 +01:00
parent 56aa3bd7cf
commit 8a138c366f

View File

@@ -144,7 +144,7 @@ table td {
border: 1px solid black; border: 1px solid black;
} }
table.navigation td { table.navigation td, #actions_panel table td {
border: none; border: none;
} }