Skip to content

Commit

Permalink
Update mediaelementjs to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed Feb 1, 2013
1 parent 2b3b310 commit da71af4
Show file tree
Hide file tree
Showing 26 changed files with 411 additions and 182 deletions.
43 changes: 43 additions & 0 deletions files_videoviewer/css/mediaelementplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,19 @@

}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
left: 18px;
}





Expand Down Expand Up @@ -807,3 +820,33 @@
font-size: 10px;
}
/* End: SourceChooser */


/* Start: Postroll */
.mejs-postroll-layer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(50,50,50,0.7);
z-index: 1000;
overflow: hidden;
}
.mejs-postroll-layer-content {
width: 100%;
height: 100%;
}
.mejs-postroll-close {
position: absolute;
right: 0;
top: 0;
background: url(%appswebroot%/files_videoviewer/img/skin/background.png);
background: rgba(50,50,50,0.7);
color: #fff;
padding: 4px;
z-index: 100;
cursor: pointer;
}
/* End: Postroll */
Binary file modified files_videoviewer/img/skin/controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion files_videoviewer/img/skin/controls.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files_videoviewer/js/flashmediaelement.swf
Binary file not shown.
Loading

0 comments on commit da71af4

Please sign in to comment.