Remove border-bottom useless
This commit is contained in:
parent
3adb43c6e5
commit
e72f0076ed
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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 = '<a href="'.DOL_URL_ROOT.'/societe/list.php">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
@ -2451,7 +2451,7 @@ div.refid {
|
||||
font-size: 160%;
|
||||
}
|
||||
div.refidno {
|
||||
padding-top: 2px;
|
||||
padding-top: 8px;
|
||||
font-weight: normal;
|
||||
color: #444;
|
||||
font-size: <?php print $fontsize ?>px;
|
||||
|
||||
@ -1906,17 +1906,18 @@ div.tabBar {
|
||||
padding-top: <?php echo ($dol_optimize_smallscreen?'4':'16'); ?>px;
|
||||
padding-left: <?php echo ($dol_optimize_smallscreen?'4':'16'); ?>px;
|
||||
padding-right: <?php echo ($dol_optimize_smallscreen?'4':'16'); ?>px;
|
||||
padding-bottom: <?php echo ($dol_optimize_smallscreen?'2':'2'); ?>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(<?php echo $colorbacktabcard1; ?>);
|
||||
|
||||
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: <?php print $fontsize ?>px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user