From bc90e105774883484aa9f59b5faa22caaf84193a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 17 Sep 2005 13:41:44 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Le=20bord=20haut=20des=20onglets=20sont?= =?UTF-8?q?=20g=E9r=E9s=20par=20la=20feuille=20de=20style=20et=20non=20par?= =?UTF-8?q?=20un=20br.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 2 +- htdocs/theme/dev/dev.css | 1 + htdocs/theme/dolibarr/dolibarr.css | 1 + htdocs/theme/eldy/eldy.css | 1 + htdocs/theme/freelug/freelug.css | 1 + htdocs/theme/rodolphe/rodolphe.css | 1 + htdocs/theme/yellow/yellow.css | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) 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;