X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fmedias%2Flib%2Fmejs%2Fmediaelementplayer-legacy.css;h=93114a9563d2bfd66a47d3892fcdcdbee81aab60;hb=0f3ef482e6020c572ea3221db6ab5165772c22e9;hp=79a2f6267a3120c6ec718f1ae41ec7da6a8e9594;hpb=233a3004be17240d3e35a4aa9f511d2d5eb609fd;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/medias/lib/mejs/mediaelementplayer-legacy.css b/www/plugins-dist/medias/lib/mejs/mediaelementplayer-legacy.css index 79a2f626..93114a95 100644 --- a/www/plugins-dist/medias/lib/mejs/mediaelementplayer-legacy.css +++ b/www/plugins-dist/medias/lib/mejs/mediaelementplayer-legacy.css @@ -517,6 +517,7 @@ Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-h } .mejs-volume-button > .mejs-volume-slider { + -webkit-backface-visibility: hidden; background: rgba(50, 50, 50, 0.7); border-radius: 0; bottom: 100%; @@ -660,7 +661,7 @@ Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-h list-style-type: none !important; margin: 0 0 6px; overflow: hidden; - padding: 0 10px; + padding: 0; } .mejs-captions-selector-list-item:hover, @@ -684,7 +685,8 @@ Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-h float: left; font-size: 10px; line-height: 15px; - padding: 4px 0 0; + padding: 4px 10px 0; + width: 100%; } .mejs-captions-selected, @@ -748,6 +750,7 @@ Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-h } .mejs-overlay-error > img { left: 0; + max-width: 100%; position: absolute; top: 0; z-index: -1;