CC-3668: Live stream player - volume control needs improved usability

-new layout done, mute/un-mute image blurry (need new one)
This commit is contained in:
denise 2012-04-19 12:34:51 -04:00
parent da6b6ea79c
commit 64e8640795
4 changed files with 18 additions and 15 deletions

View file

@ -434,7 +434,7 @@ function init() {
$('.listen-control-button').click(function() {
if (stream_window == null || stream_window.closed)
stream_window=window.open(baseUrl+"Dashboard/stream-player", 'name', 'width=400,height=178');
stream_window=window.open(baseUrl+"Dashboard/stream-player", 'name', 'width=400,height=158');
stream_window.focus();
return false;
});