Keep subtitles on large timeline from exceeding the timeline height (fixes #660)

This commit is contained in:
rlx 2012-03-08 12:59:32 +00:00
parent 2ed61c7b08
commit e356e36634

View file

@ -1990,6 +1990,7 @@ Video
.OxLargeVideoTimeline .OxSubtitle {
position: absolute;
bottom: 9px;
max-height: 50px;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 1px;
background: rgba(0, 0, 0, 0.25);