From 5444095d7c48153d1fb3347a006a22a997a7c18f Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 27 May 2006 23:05:16 +0000 Subject: merge : from trunk r1322:1323 into branch 1.6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1324 68402e56-0260-453c-a942-63ccdbb3a9ee --- template-common/default-layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 235f7df5f..d3c7e011e 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -1,4 +1,4 @@ -/* $Id:$ */ +/* $Id$ */ /* Set the width of the menubar for the galery */ #menubar { @@ -12,6 +12,9 @@ BODY { min-width: 60em; /* ~ 3* #menubar width */ } +BODY#thePopuphelpPage { + min-width: 0; +} /* Set the width of the menubar for the admin section */ BODY#theAdminPage #menubar { -- cgit v1.2.3