aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-10-11 19:00:51 +0000
committerplegall <plg@piwigo.org>2014-10-11 19:00:51 +0000
commitc0be5c156f99b30b36df85f9b34ffab3997512d5 (patch)
tree2b4f4f7226473a027a491a1c92b64b0b55e8c810 /themes/smartpocket/theme.css
parent1faf6de7c7fcc79c47c8557929bdcdbcb882e6e8 (diff)
merge r30003 from branch 2.7 to trunk
bug 3039: smartpocket compatible with Firefox Mobile git-svn-id: http://piwigo.org/svn/trunk@30004 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
+}