From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../picker-navigator.reel/picker-navigator.css | 12 ++++++------ .../picker-navigator.reel/picker-navigator.js | 18 +++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'js/io/ui/file-picker') diff --git a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css index e4ecf167..17d9aec1 100644 --- a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css +++ b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css @@ -39,8 +39,8 @@ POSSIBILITY OF SUCH DAMAGE. background-color:#494949; font-family: 'Droid Sans', sans-serif; border-radius: 8px; - box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); - text-shadow: 1px 1px 1px #000; + box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); + text-shadow: 1px 1px 1px #000; } .picker .pickerHeader{ @@ -229,13 +229,13 @@ POSSIBILITY OF SUCH DAMAGE. } .picker .buttons button { - float: left; - width: 100px; - margin-top: 3px; + float: left; + width: 100px; + margin-top: 3px; } .picker .okButton{ - margin: 0px 22px 0px 8px; + margin: 0px 22px 0px 8px; /* margin-right:25px; -webkit-box-align: center; diff --git a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js index ddccc3d5..3066e0a8 100644 --- a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js +++ b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js @@ -210,25 +210,25 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, { }, willDraw: { - enumerable: false, - value: function() { + enumerable: false, + value: function() { - } + } }, draw: { - enumerable: false, - value: function() { + enumerable: false, + value: function() { this.filterVal.innerHTML = this.pickerModel.currentFilter; if(this.pickerModel.fatalError !== null){ this.error.innerHTML = this.pickerModel.fatalError; } - } + } }, didDraw: { - enumerable: false, - value: function() { + enumerable: false, + value: function() { var that = this; this.iconList = null; @@ -376,7 +376,7 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, { //ready to show picker now this.element.style.visibility = "visible"; this.element.focus(); - } + } }, updateAddressBar:{ -- cgit v1.2.3