diff options
author | Ananya Sen | 2012-02-02 00:52:44 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-02 00:52:44 -0800 |
commit | 8504b61aefb25fdab931f02c4568916d2bf8345c (patch) | |
tree | fa6c40e1462aef02fab1580ac01f4ec2bbc960bc /js/components/ui | |
parent | fc4d32e0df064ecdbe7ed86aab25eeab58253032 (diff) | |
download | ninja-8504b61aefb25fdab931f02c4568916d2bf8345c.tar.gz |
changes to open multiple code view tabs and switch between the code views, added nj-skinned css class for the buttons in file picker, new file dialog and save as dialog
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/components/ui')
-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 b4aee4b2..b5da0e6e 100755 --- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html +++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | |||
@@ -97,8 +97,8 @@ | |||
97 | <div id="right-bottom" class="right-bottom"></div> | 97 | <div id="right-bottom" class="right-bottom"></div> |
98 | </div> | 98 | </div> |
99 | <div class="buttons"> | 99 | <div class="buttons"> |
100 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | 100 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> |
101 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | 101 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> |
102 | </div> | 102 | </div> |
103 | <div id="filters" class="filters" style="display:block;"> | 103 | <div id="filters" class="filters" style="display:block;"> |
104 | <div class="dropdown hide"></div> | 104 | <div class="dropdown hide"></div> |