1
0
Fork 0
forked from 0x2620/oxjs

some fixes for map, range and videopreview

This commit is contained in:
rlx 2011-09-30 10:34:33 +00:00
commit c6d67420a8
6 changed files with 88 additions and 37 deletions

View file

@ -2118,6 +2118,14 @@ Video
}
.OxVideoPreview > .OxFrame {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 16px;
overflow: hidden;
}
.OxVideoPreview > OxFrame > img {
position: absolute;
}
.OxVideoPreview > .OxTimeline {
position: absolute;