From 311491e96df98c2f4d7674c3e6ce36b02bb15f47 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Sep 2005 00:38:37 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20esth=E9tiques=20mineure?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/yellow/yellow.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 97693bd2fb7..1a31a732f73 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -338,8 +338,8 @@ div.tabs { div.tabsAction { margin: 24px 0em 1px 0em; - padding: 0em 0em; - text-align: right; + padding: 0em 0em; + text-align: right; } a.tabTitle { @@ -357,8 +357,8 @@ a.tab:link { background: white; border: 1px solid #999999; color: #436976; - padding: 0em 1em; - margin: 0em 0.2em; + padding: 0em 0.4em; + margin: 0em 0.1em; text-decoration: none; white-space: nowrap; } @@ -366,19 +366,22 @@ a.tab:visited { background: white; border: 1px solid #999999; color: #436976; - padding: 0em 0.2em; - margin: 0em 0.2em; + padding: 0em 0.4em; + margin: 0em 0.1em; text-decoration: none; white-space: nowrap; } a.tab#active { background: #dcdcd3; border-bottom: #dcdcd3 1px solid; + padding: 0em 0.4em; + margin: 0em 0.1em; text-decoration: none; } - a.tab:hover { background: #eeeecc; + padding: 0em 0.4em; + margin: 0em 0.1em; text-decoration: none; }