diff options
author | Jose Antonio Marquez | 2012-02-13 22:39:28 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-13 22:39:28 -0800 |
commit | 5b6c62b7164cbde2845a3f7af810568e5ba53a6a (patch) | |
tree | 48237b0fd7286359aa7e585a6c144cc7fed1a43b /js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | |
parent | 64f54ffcebf09c570972b91ea5fdb7fe7654e622 (diff) | |
download | ninja-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-x | js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | 4 |
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> |