diff options
author | plegall <plg@piwigo.org> | 2010-04-15 14:15:39 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-15 14:15:39 +0000 |
commit | c72c976eda3f819e156bca633991195a38798a24 (patch) | |
tree | 5bd1c8a546d2c67860614e8674fcad6db7c428ad /admin/themes/default/default-layout.css | |
parent | 287f3f2d64f9da29ed13150ce4c2e2f062e81f4e (diff) |
bug 1612: hide admin header/footer in help popups.
git-svn-id: http://piwigo.org/svn/trunk@5866 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/default-layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 3950825a3..530511fec 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -732,6 +732,9 @@ BODY#thePopuphelpPage { min-width: 0; } +#thePopuphelpPage #pwgHead {display:none} +#thePopuphelpPage #footer {display:none} + /* Set some sizes according to your maximum thumbnail width and height */ .content UL.thumbnails SPAN, .content UL.thumbnails SPAN.wrap2 A, |