diff options
Diffstat (limited to 'js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html')
-rwxr-xr-x[-rw-r--r--] | js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html index bf421247..20cb0c68 100644..100755 --- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html +++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | |||
@@ -10,7 +10,6 @@ | |||
10 | <link rel="stylesheet" type="text/css" href="pickerNavigator.css"> | 10 | <link rel="stylesheet" type="text/css" href="pickerNavigator.css"> |
11 | <script type="text/montage-serialization"> | 11 | <script type="text/montage-serialization"> |
12 | { | 12 | { |
13 | |||
14 | "owner":{ | 13 | "owner":{ |
15 | "module": "js/components/ui/FilePicker/pickerNavigator.reel", | 14 | "module": "js/components/ui/FilePicker/pickerNavigator.reel", |
16 | "name":"PickerNavigator", | 15 | "name":"PickerNavigator", |
@@ -68,10 +67,10 @@ | |||
68 | <div id="right-bottom" class="right-bottom"></div> | 67 | <div id="right-bottom" class="right-bottom"></div> |
69 | </div> | 68 | </div> |
70 | <div class="buttons"> | 69 | <div class="buttons"> |
71 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | 70 | <button id="cancelButton" value="CANCEL" class="cancelButton nj-skinned">Cancel</button> |
72 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | 71 | <button id="okButton" disabled="true" value="OK" class="okButton nj-skinned">Ok</button> |
73 | </div> | 72 | </div> |
74 | <div id="filters" class="filters"> | 73 | <div id="filters" class="filters" style="display:block;"> |
75 | <div class="dropdown hide"></div> | 74 | <div class="dropdown hide"></div> |
76 | <span class="dropdownArrow">▼</span> | 75 | <span class="dropdownArrow">▼</span> |
77 | <span id="filterVal" class="filterVal">*.*</span> | 76 | <span id="filterVal" class="filterVal">*.*</span> |