From 3b1874446cb19108b354f6379944e4ec05cf3ef3 Mon Sep 17 00:00:00 2001
From: Philippe Grand <philippe.grand@atoo-net.com>
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 '<input type="hidden" name="type" value="'.$typeid.'">';
 	print '<input type="hidden" name="id" value="'.$object->id.'">';
 	print '<table class="noborder" width="100%">';
-	print '<tr class="liste_titre"><td>';
-	print $langs->trans("ClassifyInCategory").' ';
-	print $html->select_all_categories($typeid).' <input type="submit" class="button" value="'.$langs->trans("Classify").'"></td>';
+	print '<tr class="liste_titre"><td width="40%">';
+	print $langs->trans("ClassifyInCategory");	
+	print $html->select_all_categories($typeid);
+	print '</td><td>';
+	print '<input type="submit" class="button" value="'.$langs->trans("Classify").'"></td>';
 	if ($user->rights->categorie->creer)
 	{
 		print '<td align="right">';
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: <?php print $fontlist ?>;
-    line-height: 18px;
+    line-height: 8px;
     padding-left: 10px;
     white-space: nowrap;
 }
-- 
GitLab