Embed: Error handling for media resource based players; many small edits

This commit is contained in:
Cat 2016-12-19 16:18:42 +01:00 committed by Thulinma
parent c626fb2855
commit de3043a8e3
10 changed files with 188 additions and 47 deletions

View file

@ -107,6 +107,7 @@
.mistplayer .controls .button {
cursor: pointer;
width: 45px;
margin: 5px;
line-height: 45px;
font-size: 16px;
position: relative;
@ -115,6 +116,7 @@
}
.mistplayer .controls.smaller .button {
width: 15px;
margin: 0;
line-height: 15px;
font-size: 8px;
}
@ -299,7 +301,7 @@
background-color: black;
padding: 5px 10px;
right: -1000px;
bottom: 27px;
bottom: 23px;
}
.mistplayer .controls.smaller .tracks .settings {
padding: 2px 3px;