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 $langs->trans("ClassifyInCategory").' '; - print $html->select_all_categories($typeid).' | '; + print '||
| '; + print $langs->trans("ClassifyInCategory"); + print $html->select_all_categories($typeid); + print ' | '; + print ' | '; if ($user->rights->categorie->creer) { 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; } |