From 72d88da6de727def3c9f0c2ec33517e8682b08e0 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 24 Jun 2006 12:28:48 +0000 Subject: =?UTF-8?q?fix=20bug=20410:=20"Gestionnaire=20des=20Sites"=20passe?= =?UTF-8?q?=20=C3=A0=20la=20ligne=20avec=20IE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@1396 68402e56-0260-453c-a942-63ccdbb3a9ee --- template-common/default-layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template-common/default-layout.css') diff --git a/template-common/default-layout.css b/template-common/default-layout.css index b6873f386..2a0cbd086 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -18,10 +18,10 @@ BODY#thePopuphelpPage { /* Set the width of the menubar for the admin section */ BODY#theAdminPage #menubar { - width: 12em; + width: 12.5em; } BODY#theAdminPage #content { - margin-left: 14em; + margin-left: 14.5em; /* = #menubar width + 2em */ } /* Set some sizes according to your maximum thumbnail width and height */ -- cgit v1.2.3