aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-13 22:39:28 -0800
committerJose Antonio Marquez2012-02-13 22:39:28 -0800
commit5b6c62b7164cbde2845a3f7af810568e5ba53a6a (patch)
tree48237b0fd7286359aa7e585a6c144cc7fed1a43b /js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html
parent64f54ffcebf09c570972b91ea5fdb7fe7654e622 (diff)
downloadninja-5b6c62b7164cbde2845a3f7af810568e5ba53a6a.tar.gz
File IO UI tweaks
Making minor tweaks to the UI for file IO, will need to make much more at a later time.
Diffstat (limited to 'js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html')
-rwxr-xr-xjs/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html
index bd427f97..20cb0c68 100755
--- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html
+++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html
@@ -67,8 +67,8 @@
67 <div id="right-bottom" class="right-bottom"></div> 67 <div id="right-bottom" class="right-bottom"></div>
68 </div> 68 </div>
69 <div class="buttons"> 69 <div class="buttons">
70 <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> 70 <button id="cancelButton" value="CANCEL" class="cancelButton nj-skinned">Cancel</button>
71 <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> 71 <button id="okButton" disabled="true" value="OK" class="okButton nj-skinned">Ok</button>
72 </div> 72 </div>
73 <div id="filters" class="filters" style="display:block;"> 73 <div id="filters" class="filters" style="display:block;">
74 <div class="dropdown hide"></div> 74 <div class="dropdown hide"></div>