From 27e41ccb268d524e1d13a6fa9db27a417740edbb Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 26 Mar 2015 11:20:20 +0000 Subject: [PATCH] routeSQL : the actions must be aligned left git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2065 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- routeSQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routeSQL.php b/routeSQL.php index a1856dd..bd364be 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -791,7 +791,7 @@ $content .= "\n"; $content .= ".routeSQL table th { border-bottom:3px solid #ccc; border-top:1px solid #fff; padding:9px 5px 9px 1px; }\n"; $content .= ".routeSQL table td { empty-cells:true; padding:9px 5px 9px 1px; }\n"; $content .= ".routeSQL table .noentry { text-align:center; color:#c00; font-weight:bolder; }\n"; - $content .= ".routeSQL table .action { text-align:center; }\n"; + $content .= ".routeSQL table .action { text-align:left; padding-left: 8px; }\n"; $content .= ".routeSQL table .action .edit { color:#222; font-weight:bolder;}\n"; $content .= ".routeSQL table .action .delete { color:#c00; font-weight:bolder; }\n"; $content .= ".routeSQL table .odd { background-color:#f9f9f9; }\n";