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
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2016-02-21 18:05:34 +0300
committerOlivier Paroz <github@oparoz.com>2016-02-21 19:25:27 +0300
commit87ed935b66470d3ac375706c8fb6f5051e9f72e9 (patch)
tree191e10b6277882f48dee4075391c959aae393191
parent2fa53c912bb79e24ac4771b2874637931803a039 (diff)
Always include the webkit prefix when using transformv14.4-stable8.1
Fixes owncloud/gallery#528 (cherry picked from commit 1893b9a) (cherry picked from commit 1cb0cf4)
-rw-r--r--css/slideshow.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index 06bd65a4..8aac310d 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -180,6 +180,8 @@
border-bottom-right-radius: 3px;
opacity: .9;
left: 50%;
+ -webkit-transform: translate(-50%, 0);
+ -moz-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}