1
0
Fork 0
forked from 0x2620/oxjs

replace Flipbook with VideoPreview

This commit is contained in:
rlx 2011-08-08 13:58:19 +00:00
commit d21068979a
5 changed files with 139 additions and 104 deletions

View file

@ -2033,6 +2033,30 @@ Video
color: rgb(255, 255, 255);
}
.OxVideoPreview {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.OxVideoPreview > .OxFrame {
position: absolute;
}
.OxVideoPreview > .OxTimeline {
position: absolute;
bottom: 0;
height: 16px;
}
.OxVideoPreview > .OxInterface {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
cursor: pointer;
}
/*
================================================================================
Miscellaneous