From 0363572cc6730cabe8dc37f13563cd0e3b9cebda Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 25 Apr 2005 23:18:33 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Probl=E8me=20bouton=20action=20qui=20sor?= =?UTF-8?q?t=20du=20cadre=20du=20navigateur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/dev/dev.css | 8 ++++---- htdocs/theme/dev/new.css | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 1d362c2316d..dbebf45acd0 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -39,9 +39,9 @@ body */ div.tabs { - float: none; - margin: 0px; - padding: 0px; + top: 20px; + margin: 1px 0em 0em 0em; + padding: 0em 0.5em; text-align: left; font-family: sans-serif; font-size: 12px; } @@ -91,7 +91,7 @@ a.tabimage { div.tabsAction { - margin: 0em 0em 0.5em 0em ; + margin: 20px 0em 1px 0em; padding: 0em 0em; text-align: right; } diff --git a/htdocs/theme/dev/new.css b/htdocs/theme/dev/new.css index 246cd47c055..805e62155d8 100644 --- a/htdocs/theme/dev/new.css +++ b/htdocs/theme/dev/new.css @@ -31,9 +31,10 @@ div.body div.tmenu { + float: top; + display:block; background: #dcdad5; white-space: nowrap; - display:block; margin:0; padding: 3px; padding-bottom: 6px;