From e356e366348372bc453395853fb8411ddcb0cff7 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 8 Mar 2012 12:59:32 +0000 Subject: [PATCH] Keep subtitles on large timeline from exceeding the timeline height (fixes #660) --- source/Ox.UI/css/Ox.UI.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index b375e7a3..8f82c6d6 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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);