From 1e1c9c67d4816d082dd9b00597d50541c0d0be36 Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Mon, 23 Mar 2015 15:30:39 -0500 Subject: [PATCH] Fix captions selector height --- sharedcode/css/4.0.css | 3 +++ sharedcode/less/4.0.less | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/sharedcode/css/4.0.css b/sharedcode/css/4.0.css index b3e7476a..98769d2a 100644 --- a/sharedcode/css/4.0.css +++ b/sharedcode/css/4.0.css @@ -629,6 +629,9 @@ a[class^="featured-link-"] { .splash-intro.playing #intro_video video { display: block; } +.splash-intro .mejs-captions-selector { + height: 100px !important; +} .splash-news { background-color: #f8f5ec; } diff --git a/sharedcode/less/4.0.less b/sharedcode/less/4.0.less index ebf5cac5..e79d8642 100644 --- a/sharedcode/less/4.0.less +++ b/sharedcode/less/4.0.less @@ -753,6 +753,10 @@ a[class^="featured-link-"] { } } } + + .mejs-captions-selector { + height: 100px !important; + } } .splash-news { -- GitLab