From a94291b8803ff4658cf28c3bca0b4b9529b25cc8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Jul 2005 00:15:37 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20styles=20pour=20meilleure=20com?= =?UTF-8?q?patibilit=E9=20IE-Mozilla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/dev/dev.css | 6 ++++-- htdocs/theme/dolibarr/dolibarr.css | 6 ++++-- htdocs/theme/eldy/eldy.css | 6 ++++-- htdocs/theme/freelug/freelug.css | 6 ++++-- htdocs/theme/yellow/yellow.css | 6 ++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 6bdd2cd85ce..5e25611c9ac 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -51,8 +51,10 @@ div.tabBar { float: none; background: #dcdcd3; - padding: 0em 0.5em 0.5em; - margin: 0em 0em 0.5em 0em; + padding-left: 14px; + padding-right: 14px; + padding-bottom: 14px; + margin: 0px 0px 10px 0px; border: 1px solid #8CACBB; } diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index fa30daf2720..0c616dab83c 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -200,8 +200,10 @@ div.blockvmenuimpair div.tabBar { color: #436976; background: #dee7ec; - padding: 0em 1em; - margin: 0em 0em 1.5em 0em; + padding-left: 14px; + padding-right: 14px; + padding-bottom: 14px; + margin: 0px 0px 10px 0px; border: 1px solid #8CACBB; } diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 55a485c4c45..f230260e96c 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -325,8 +325,10 @@ div.formsearch div.tabBar { color: #234046; background: #dee7ec; - padding: 0em 1em; - margin: 0em 0em 1.5em 0em; + padding-left: 14px; + padding-right: 14px; + padding-bottom: 14px; + margin: 0px 0px 10px 0px; border: 1px solid #8CACBB; border-top: 1px solid #8CACBB; } diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index f513537bdb1..711001038c2 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -311,8 +311,10 @@ div.formsearch */ div.tabBar { background: #dcdcd0; - padding: 0em 1em; - margin: 0em 0em 1.5em 0em; + padding-left: 14px; + padding-right: 14px; + padding-bottom: 14px; + margin: 0px 0px 10px 0px; border: 1px solid #9999BB; border-top: 1px solid #9999BB; } diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 4c7221c9d36..5bed3f29a85 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -321,8 +321,10 @@ div.formsearch */ div.tabBar { background: #dcdcd3; - padding: 0em 1em; - margin: 0em 0em 1.5em 0em; + padding-left: 14px; + padding-right: 14px; + padding-bottom: 14px; + margin: 0px 0px 10px 0px; border: 1px solid #999999; border-top: 1px solid #999999; }