Expose compact mode as an option

* some minor space cleanup
* Also close the ULS window when clicked outside

Change-Id: I06b465926196f79e47990e80e3b23f5a16474ba3
This commit is contained in:
Santhosh Thottingal
2013-03-15 14:57:19 +05:30
parent 44ff5e0120
commit 0340e609a0
4 changed files with 11 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ module.exports = function(grunt) {
},
css: {
src: [ 'css/jquery.uls.css', 'css/jquery.uls.grid.css',
'css/jquery.uls.lcd.css' ],
'css/jquery.uls.lcd.css', 'css/jquery.uls.compact.css' ],
dest : 'dist/<%= pkg.name %>/css/<%= pkg.name %>.css'
}
},