From 03da60b64aad7bfc1e124c0832a906aedda13301 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 11 Mar 2015 20:07:50 +0000 Subject: [PATCH] routeSQL : modify the css to have the height of the Search div with the same size as the others git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2011 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- routeSQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routeSQL.php b/routeSQL.php index be8dcfd..0fa107d 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -311,7 +311,7 @@ class routeSQL $content .= ".routeSQL .actionExtern { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n"; $content .= ".routeSQL .listNumberDisplayedEntries { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n"; $content .= ".routeSQL .searchArea { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n"; - $content .= ".routeSQL .searchArea form { margin:-5px; }\n"; + $content .= ".routeSQL .searchArea form { margin:-1px; }\n"; $content .= ".routeSQL .listNumberDisplayedEntries form { margin:-3px; }\n"; $content .= ".routeSQL .informationsArea { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n"; $content .= ".routeSQL .paginator { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n";