additional video skin fixes

This commit is contained in:
Techywarrior 2013-05-07 21:31:22 -07:00
parent 7b2f694939
commit 1912ee29a0

View file

@ -915,12 +915,21 @@ progress {
width: 16px; width: 16px;
background-size: cover; background-size: cover;
opacity: 0.5; opacity: 0.5;
margin: .2em -4px;
} }
#videoWindow.tubecss .vjs-menu-button.vjs-language-button div:hover { #videoWindow.tubecss .vjs-menu-button.vjs-language-button div:hover {
opacity: 1.0; opacity: 1.0;
} }
#videoWindow.tubecss .vjs-menu-button.vjs-subtitle-button div {
margin: .2em -8px;
}
#videoWindow.tubecss .vjs-menu-button.vjs-subtitle-button div:hover {
opacity: 1.0;
}
.vjs-language-button.vjs-menu-button ul { .vjs-language-button.vjs-menu-button ul {
width: auto; width: auto;
max-width: 25em; max-width: 25em;
@ -958,6 +967,7 @@ progress {
#videoWindow.tubecss .vjs-time-divider { #videoWindow.tubecss .vjs-time-divider {
bottom: 0.4em; bottom: 0.4em;
left: 25.3em; left: 25.3em;
display: none;
} }
#videoWindow.tubecss .vjs-menu-item { #videoWindow.tubecss .vjs-menu-item {
@ -965,10 +975,17 @@ progress {
} }
#videoWindow.tubecss .vjs-current-time { #videoWindow.tubecss .vjs-current-time {
left: 22.5em; left: .1em;
border: 0; top: -2em;
z-index: 2;
} }
#videoWindow.tubecss .vjs-duration { #videoWindow.tubecss .vjs-duration {
left: 26em; right: .1em;
text-align:right;
z-index: 2;
}
#videoWindow.tubecss .vjs-progress-holder {
margin: 0 6em;
} }