diff --git a/htdocs/margin/tabs/thirdpartyMargins.php b/htdocs/margin/tabs/thirdpartyMargins.php
index df472489c36..99df684342d 100644
--- a/htdocs/margin/tabs/thirdpartyMargins.php
+++ b/htdocs/margin/tabs/thirdpartyMargins.php
@@ -89,7 +89,7 @@ if ($socid > 0)
$head = societe_prepare_head($object);
- dol_fiche_head($head, 'margin', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'margin', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index 644cda92bc4..36fbe790bf3 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.php
@@ -118,7 +118,7 @@ if ($socid > 0)
if (! empty($conf->notification->enabled)) $langs->load("mails");
$head = societe_prepare_head($object);
- dol_fiche_head($head, 'agenda', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'agenda', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/commerciaux.php b/htdocs/societe/commerciaux.php
index dd8802779b8..2126c81ddfe 100644
--- a/htdocs/societe/commerciaux.php
+++ b/htdocs/societe/commerciaux.php
@@ -112,7 +112,7 @@ if (! empty($socid))
$head=societe_prepare_head2($object);
- dol_fiche_head($head, 'salesrepresentative', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'salesrepresentative', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
index fb154790210..0bff649d7d3 100644
--- a/htdocs/societe/consumption.php
+++ b/htdocs/societe/consumption.php
@@ -112,7 +112,7 @@ if (empty($socid))
}
$head = societe_prepare_head($object);
-dol_fiche_head($head, 'consumption', $langs->trans("ThirdParty"),0,'company');
+dol_fiche_head($head, 'consumption', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php
index d83822c2cd7..48f5fd79621 100644
--- a/htdocs/societe/document.php
+++ b/htdocs/societe/document.php
@@ -98,7 +98,7 @@ if ($object->id)
$form=new Form($db);
- dol_fiche_head($head, 'document', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'document', $langs->trans("ThirdParty"), -1, 'company');
// Construit liste des fichiers
diff --git a/htdocs/societe/note.php b/htdocs/societe/note.php
index 9ca7f1fcd2a..c713250a0e2 100644
--- a/htdocs/societe/note.php
+++ b/htdocs/societe/note.php
@@ -71,7 +71,7 @@ if ($id > 0)
$head = societe_prepare_head($object);
- dol_fiche_head($head, 'note', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'note', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
index bc754d8e9a4..63d33dcee1d 100644
--- a/htdocs/societe/notify/card.php
+++ b/htdocs/societe/notify/card.php
@@ -153,7 +153,7 @@ if ($result > 0)
$head = societe_prepare_head($object);
- dol_fiche_head($head, 'notify', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'notify', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/project.php b/htdocs/societe/project.php
index fe206dd4cc5..72c371ce934 100644
--- a/htdocs/societe/project.php
+++ b/htdocs/societe/project.php
@@ -79,7 +79,7 @@ if ($socid)
if (! empty($conf->notification->enabled)) $langs->load("mails");
$head = societe_prepare_head($object);
- dol_fiche_head($head, 'project', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'project', $langs->trans("ThirdParty"), -1, 'company');
$linkback = ''.$langs->trans("BackToList").'';
diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php
index feea1aca0ce..f1db2d21835 100644
--- a/htdocs/societe/rib.php
+++ b/htdocs/societe/rib.php
@@ -344,7 +344,7 @@ if ($socid && $action == 'create' && $user->rights->societe->creer)
// View
if ($socid && $action != 'edit' && $action != "create")
{
- dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"),0,'company');
+ dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"), -1, 'company');
// Confirm delete third party
if ($action == 'delete')
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index c1b0ece5df0..4495f5e2719 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2451,7 +2451,7 @@ div.refid {
font-size: 160%;
}
div.refidno {
- padding-top: 2px;
+ padding-top: 8px;
font-weight: normal;
color: #444;
font-size: px;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 3c3e60ca129..e464482addb 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1906,17 +1906,18 @@ div.tabBar {
padding-top: px;
padding-left: px;
padding-right: px;
- padding-bottom: px;
margin: 0px 0px 16px 0px;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-right: 1px solid #BBB;
- /* border-bottom: 1px solid #BBB; */
border-left: 1px solid #BBB;
border-top: 1px solid #CCC;
width: auto;
background: rgb();
+
+ padding-bottom: 12px;
+ border-bottom: 1px solid #aaa;
}
div.tabBarWithBottom {
padding-bottom: 18px;
@@ -2363,7 +2364,7 @@ div.refid {
font-size: 160%;
}
div.refidno {
- padding-top: 2px;
+ padding-top: 8px;
font-weight: normal;
color: #444;
font-size: px;