From 3b1874446cb19108b354f6379944e4ec05cf3ef3 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Wed, 29 Dec 2010 16:26:17 +0000 Subject: [PATCH] usefull to correct some display issues with bureau2crea --- htdocs/categories/categorie.php | 8 +++++--- htdocs/theme/bureau2crea/style.css.php | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 226b0a88ca0..5e2b223df85 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -423,9 +423,11 @@ function formCategory($db,$object,$typeid) print ''; print ''; print ''; - print ''; + print ''; if ($user->rights->categorie->creer) { print '
'; - print $langs->trans("ClassifyInCategory").' '; - print $html->select_all_categories($typeid).'
'; + print $langs->trans("ClassifyInCategory"); + print $html->select_all_categories($typeid); + print ''; + print ''; diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 4f5e80dc56a..842f1a7b225 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1237,7 +1237,7 @@ tr.liste_titre { bakground-position: top right; color: #FFFFFF; font-family: ; - line-height: 18px; + line-height: 8px; padding-left: 10px; white-space: nowrap; }