aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-10-11 18:52:50 +0000
committerplegall <plg@piwigo.org>2014-10-11 18:52:50 +0000
commite364ea885605a88ee3770f2cfdf96187ad1e2843 (patch)
tree8c4dfd8dbefad47fd34c65943ed7990c057432ce /themes/smartpocket/theme.css
parente9a154291c9769a4a12e84ea72fa8cb753343431 (diff)
bug 3039: smartpocket compatible with Firefox Mobile
git-svn-id: http://piwigo.org/svn/branches/2.7@30003 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/smartpocket/theme.css12
1 files changed, 11 insertions, 1 deletions
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
+}