aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-05-27 23:05:16 +0000
committerchrisaga <chrisaga@piwigo.org>2006-05-27 23:05:16 +0000
commit5444095d7c48153d1fb3347a006a22a997a7c18f (patch)
tree394b147aa31c612f426f522f819f1e1c64192cfa /template-common
parente668ee9f5f3822a957a2c8609ee790d4a7246435 (diff)
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
Diffstat (limited to 'template-common')
-rw-r--r--template-common/default-layout.css5
1 files changed, 4 insertions, 1 deletions
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 {