CC-6066 - initial work on add/remove content dialog; some selection fixes

This commit is contained in:
Duncan Sommerville 2015-08-21 14:19:28 -04:00
parent f7733757f6
commit 812dca9409
13 changed files with 86 additions and 33 deletions

View file

@ -23,9 +23,9 @@ $(document).ready(function() {
if (ifr) {
LC_API.on_chat_state_changed = function(data) {
if (data.state == 'offline') {
$('.wrapper').css('padding-bottom', 10);
$('body > .wrapper').css('padding-bottom', 10);
} else {
$('.wrapper').css('padding-bottom', 40);
$('body > .wrapper').css('padding-bottom', 40);
}
};
clearInterval(lcLoadListener);