Small improvements

This commit is contained in:
Alex Dima 2017-01-16 13:57:11 +01:00
parent 3adb8be659
commit 1aa0efb727
3 changed files with 5 additions and 1 deletions

View file

@ -132,6 +132,7 @@
div.style.right = 0;
div.style.background = 'lightgray';
div.style.padding = '5px 20px 5px 5px';
div.style.zIndex = '1000';
div.innerHTML = '<ul><li>' + allComponents.map(function(component) { return component.renderLoadingOptions(); }).join('</li><li>') + '</li></ul>';