1
0
Fork 0
forked from 0x2620/oxjs

use svg video markers

This commit is contained in:
rlx 2011-09-02 00:32:23 +00:00
commit 9a7a0acd89
24 changed files with 55 additions and 29 deletions

View file

@ -1815,9 +1815,9 @@ Video
.OxTimelineLarge .OxCut {
position: absolute;
top: 66px;
width: 2px;
width: 4px;
height: 4px;
margin-left: -1px;
margin-left: -2px;
z-index: 10;
}
.OxTimelineLarge .OxMarkerPointIn {
@ -1839,7 +1839,7 @@ Video
position: absolute;
top: 2px;
width: 9px;
height: 5px;
height: 9px;
z-index: 10;
}
.OxTimelineLarge .OxSubtitle {
@ -1961,10 +1961,11 @@ Video
}
.OxVideoPlayer .OxPointMarker {
display: none;
position: absolute;
width: 16px;
height: 16px;
display: none;
opacity: 0.5;
}
.OxVideoPlayer .OxPointMarkerInTop {
left: 4px;