From e364ea885605a88ee3770f2cfdf96187ad1e2843 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 11 Oct 2014 18:52:50 +0000 Subject: bug 3039: smartpocket compatible with Firefox Mobile git-svn-id: http://piwigo.org/svn/branches/2.7@30003 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/smartpocket/theme.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'themes/smartpocket/theme.css') diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css index 8ef740fd9..09e6ef899 100644 --- a/themes/smartpocket/theme.css +++ b/themes/smartpocket/theme.css @@ -58,4 +58,14 @@ } #picture_page { text-align: center; -} \ No newline at end of file +} + +#colorbox, #cboxOverlay, #cboxWrapper { + display:none; + left: 0; + overflow: hidden; + position: absolute; + top: 0; + z-index:-1; + opacity:0 !important +} -- cgit v1.2.3