From c65e3942bd913689edbc3b63d72621a399293e99 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 24 Jun 2006 12:30:27 +0000 Subject: merge from trunk r1395:1396 (fix bug 410) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1397 68402e56-0260-453c-a942-63ccdbb3a9ee --- template-common/default-layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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