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:22:23 +0300
commitad9e22abfd0361d2c589cff89f05c0db1189e910 (patch)
tree980acac17079a9a5be669cdcd469e1455a418356
parent68b59c1ee5a64b589b30b80c1994948d6dac5938 (diff)
Always include the webkit prefix when using transformv14.4-stable8.2
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);
}