From 25e1ba2f4818cba24f89f47ab0109069d775123d Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 11 Mar 2015 15:51:14 +0000 Subject: [PATCH] routeSQL : add the style for titles git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2010 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- routeSQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routeSQL.php b/routeSQL.php index c7f6555..be8dcfd 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -319,7 +319,7 @@ class routeSQL $content .= ".routeSQL .paginator .selected { background-color:#04d; color:white;font-weight:bold; }\n"; $content .= ".routeSQL table { width:100%;overflow:auto; border-collapse:collapse; }\n"; $content .= ".routeSQL table tr { border-top:1px solid #ccc;}\n"; - $content .= ".routeSQL table th { border-bottom:3px solid #ccc; border-top:1px solid #fff;}\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";