Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-07-10 18:19:40 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-07-10 18:19:40 +0300
commit0a93516c2056c90359616d0fd23b1f34decdd028 (patch)
treef4bb8f7bbb0df3a44793429b1df05d2b9ca2d174 /css
parent4eb7a51241a73578653dbbd5d7ad62e3ae1a074a (diff)
parent6543019502077115353520c6709578619613e64b (diff)
Merge pull request #207 from owncloud/support-back-button
Slideshow cleanup
Diffstat (limited to 'css')
-rw-r--r--css/slideshow.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index 0e7af331..09c3762b 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -168,3 +168,8 @@
filter: alpha(opacity=90);
opacity: .9;
}
+
+#slideshow > .bigshotContainer {
+ width: 100%;
+ height: 100%;
+}