1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

Added support for previewing Video and mp3 files.

This commit is contained in:
Phillip Thelen
2013-02-26 05:16:18 +01:00
parent dad3888b0c
commit 0bb42bb400
5 changed files with 27 additions and 0 deletions

View File

@@ -1804,4 +1804,13 @@ textarea:-moz-placeholder {/* for FF */
.pubinfo-item .obj {
font-size:11px;
color:#999;
.video-container {
margin: auto;
width: 800px;
height: 400px;
}
.audio-container {
margin: auto;
width: 500px;
height: 30px;
}