diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-05-27 23:01:46 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-05-27 23:01:46 +0000 |
commit | 6cdc153757d2f52ef7b0d7855b4a74b5a936b833 (patch) | |
tree | 81b56ed056e2d083926d38240f72991c44d373b3 /template-common | |
parent | c231fa52ff15f014ed073d5d2edeca2edb6fc859 (diff) |
improve : #thePopuphelpPage doesn't need a min-width
git-svn-id: http://piwigo.org/svn/trunk@1323 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template-common/default-layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 235f7df5f..a128381d2 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -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 { |