Updated theme to be more like the Flash player

Also:
- The project input field now allows pasting of URLs
- The overlay cannot be clicked while the project is loading
This commit is contained in:
Nathan Dinsmore 2013-11-14 20:08:52 -05:00
parent d302a6234c
commit c4b2652c12
14 changed files with 483 additions and 380 deletions

View file

@ -70,7 +70,7 @@ Runtime.prototype.loadStart = function() {
setTimeout(function(runtime) { runtime.loadStart(); }, 50, this);
return;
}
$('#info').html("Loaded!");
$('#preloader').css('display', 'none');
setInterval(this.step, 33);
this.projectLoaded = true;
};