diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index b0ed115e4a9..005b66d6272 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -206,7 +206,7 @@ function dolibarr_fiche_head($links, $active=0, $title='') } print "\n"; - print "
\n
\n"; + print "
\n\n"; } /** diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 05de0cc3a20..61d503c5db7 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -51,6 +51,7 @@ div.tabBar { float: none; background: #dcdcd3; + padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 14px; diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index f6f98bab4d9..0112631354b 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -200,6 +200,7 @@ div.blockvmenuimpair div.tabBar { color: #436976; background: #dee7ec; + padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 14px; diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 5d561617a5d..555d94d7df1 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -345,6 +345,7 @@ div.formsearch div.tabBar { color: #234046; background: #dee7ec; + padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 14px; diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 32d35de8acf..74710791dec 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -322,6 +322,7 @@ div.formsearch */ div.tabBar { background: #dcdcd0; + padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 14px; diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index 8cb1d58c973..1198381677b 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -321,6 +321,7 @@ div.formsearch */ div.tabBar { background: #dcdcd3; + padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 14px; diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index b01e1179e2e..c6ad33904e3 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -322,6 +322,7 @@ div.formsearch */ div.tabBar { background: #dcdcd3; + padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 14px;