VRFS-830 convert Audio Device dropdown to easydropdown

This commit is contained in:
Brian Smith 2014-03-01 22:54:48 -05:00
parent 4a8434f71c
commit 59dff168ff
3 changed files with 3 additions and 3 deletions

View File

@ -369,8 +369,7 @@
$('#audio-drivers').append(html);
}
console.log("init dropdown");
context.JK.dropdown($('#audio-drivers'));
if (deviceId === '') {

View File

@ -257,6 +257,7 @@ small, .small {font-size:11px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr120 {margin-right:120px;}
.ml5 {margin-left:5px;}

View File

@ -26,7 +26,7 @@
<select id="audio-drivers" class="audio-devices w100"></select>
</div>
</div>
<div class="right mr40" style="padding-top:20px;">
<div class="right mr45" style="padding-top:20px;">
<a id="btn-driver-settings" class="button-grey ml45">DRIVER SETTINGS...</a>
</div>
</div>