From 0b063bd52b4b66cbcd7ec985a79e0981e407af23 Mon Sep 17 00:00:00 2001
From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de>
Date: Thu, 8 Sep 2016 17:30:21 +0200
Subject: [PATCH] fixed plyer fonts, closes #23

---
 static/mediaelementjs/mep-feature-sourcechooser.js | 3 ++-
 static/style.css                                   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/static/mediaelementjs/mep-feature-sourcechooser.js b/static/mediaelementjs/mep-feature-sourcechooser.js
index cf56f77..e13e755 100644
--- a/static/mediaelementjs/mep-feature-sourcechooser.js
+++ b/static/mediaelementjs/mep-feature-sourcechooser.js
@@ -71,8 +71,9 @@
 
 			t.sourcechooserButton.find('ul').append(
 				$('<li>'+
+					'<label for="' + t.id + '_sourcechooser_' + label + type + '">' +
 					'<input type="radio" name="' + t.id + '_sourcechooser" id="' + t.id + '_sourcechooser_' + label + type + '" value="' + src + '" ' + (isCurrent ? 'checked="checked"' : '') + ' />'+
-					'<label for="' + t.id + '_sourcechooser_' + label + type + '">' + label + ' (' + type + ')</label>'+
+					label + ' (' + type + ')</label>'+
 				'</li>')
 			);
 
diff --git a/static/style.css b/static/style.css
index 71c02bf..d3b0e7b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -6,3 +6,5 @@
 }
 
 .table-top-aligned tr { vertical-align: top; }
+.mejs-controls label { font-weight: normal; margin-bottom: 0px;  }
+.mejs-speed-selector { top: -130px !important; height: 130px !important; }
-- 
GitLab