Skip to content
Snippets Groups Projects
Commit 0b063bd5 authored by Andreas Valder's avatar Andreas Valder Committed by Andreas Valder
Browse files

fixed plyer fonts, closes #23

parent dcf9dfb0
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,9 @@ ...@@ -71,8 +71,9 @@
t.sourcechooserButton.find('ul').append( t.sourcechooserButton.find('ul').append(
$('<li>'+ $('<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"' : '') + ' />'+ '<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>') '</li>')
); );
......
...@@ -6,3 +6,5 @@ ...@@ -6,3 +6,5 @@
} }
.table-top-aligned tr { vertical-align: top; } .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; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment