From c4cdf1ffa6f9a06f076c47182769fe0727543ae7 Mon Sep 17 00:00:00 2001
From: skoolbus39 <ryan@skoolbus39.com>
Date: Mon, 6 Apr 2015 12:44:39 -0500
Subject: [PATCH] Video player UI on current student videos

The videos on the Current Student page suffer from the same obscured caption controls recently discovered on the splash page video. This adds the same fix to these videos, too.
---
 sharedcode/less/4.0.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sharedcode/less/4.0.less b/sharedcode/less/4.0.less
index e79d8642..b90c5188 100644
--- a/sharedcode/less/4.0.less
+++ b/sharedcode/less/4.0.less
@@ -1556,6 +1556,10 @@ a[class^="featured-link-"] {
     			video {
     				display: block;
     			}
+
+            	.mejs-captions-selector {
+            		height: 100px !important;
+            	}
     		}
     	}
     }
-- 
GitLab