From 9d66361123817a97ba7e90ce064ffbdc0f1e6286 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Jul 2004 22:38:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20nouveau=20style=20de=20titre=20ongl?= =?UTF-8?q?et=20cr=E9e=20un=20d=E9calage=20des=20onglets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/eldy/eldy.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index d73ca8d5106..c9a2fc433fb 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -142,13 +142,13 @@ div.tabBar { color: #234046; background: #dee7ec; padding: 0em 1em; - margin: 0em 0em 2em 0em; + margin: 0em 0em 1.5em 0em; border: 1px solid #8CACBB; } div.tabs { margin: 0em; - padding: 0em 1em; + padding: 0em 0.5em; text-align: left; } @@ -162,9 +162,9 @@ a.tabTitle { background: #436976; border: 1px solid #8CACBB; color: white; - font: 100% Bold; - padding: 0em 1.0em; - margin: 0em 0em; + font-weight: normal; + padding: 0em 0.5em; + margin: 0em 1em; text-decoration: none; white-space: nowrap; } @@ -175,7 +175,7 @@ a.tab { border: 1px solid #8CACBB; color: #436976; padding: 0em 1.0em; - margin: 0em 0.5em; + margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }