Skip to content

Commit

Permalink
Removed Image manipulation, corrected full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Parashuram committed Jul 6, 2013
1 parent 5e24865 commit 3afe1d1
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -96,5 +96,5 @@ module.exports = function(grunt) {
grunt.registerTask('chrome', ['copy:chrome', 'connect', 'watch:chrome']);
grunt.registerTask('firefox', ['copy:firefox', 'connect', 'watch:firefox']);
grunt.registerTask('opera', ['copy:opera', 'connect', 'watch:opera']);

grunt.registerTask('default', 'copy');
};
4 changes: 4 additions & 0 deletions core/css/FlashPlus.css
Expand Up @@ -59,6 +59,10 @@
z-index: 2147483647;
}

.flashPlus-fullscreen-body{
overflow: hidden !important;
}

.flashPlus-fullscreen {
top: 0 !important;
left: 0 !important;
Expand Down
298 changes: 0 additions & 298 deletions core/extensions/Enhance.js

This file was deleted.

29 changes: 0 additions & 29 deletions core/extensions/PixasticController.css

This file was deleted.

0 comments on commit 3afe1d1

Please sign in to comment.