diff options
author | Jose Antonio Marquez | 2012-02-01 10:16:16 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-01 10:16:16 -0800 |
commit | e824b4901817429231cd9ab6aa068cc0a0849e3a (patch) | |
tree | eb74ddf2d1b50a6e3c123a357b605d7bf586ed09 /js/io/ui/cloudpopup.reel/cloudpopup.html | |
parent | 372604713c2f7ac5c0b0ef475cf4043ba3194fec (diff) | |
download | ninja-e824b4901817429231cd9ab6aa068cc0a0849e3a.tar.gz |
Applying global button styles to cloud popup
Diffstat (limited to 'js/io/ui/cloudpopup.reel/cloudpopup.html')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/cloudpopup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/io/ui/cloudpopup.reel/cloudpopup.html b/js/io/ui/cloudpopup.reel/cloudpopup.html index 5d7de347..fa4533d7 100755 --- a/js/io/ui/cloudpopup.reel/cloudpopup.html +++ b/js/io/ui/cloudpopup.reel/cloudpopup.html | |||
@@ -38,13 +38,13 @@ | |||
38 | 38 | ||
39 | <label for="cloud_url">Cloud Server URL:</label><input type="text" id="cloud_url" class="cloud_url" value="http://localhost:16380" /> | 39 | <label for="cloud_url">Cloud Server URL:</label><input type="text" id="cloud_url" class="cloud_url" value="http://localhost:16380" /> |
40 | 40 | ||
41 | <button class="btn_test">Test</button> | 41 | <button class="btn_test nj-skinned">Test</button> |
42 | 42 | ||
43 | <label>Status:</label><div class="status"> </div> | 43 | <label>Status:</label><div class="status"> </div> |
44 | 44 | ||
45 | <button class="btn_cancel">Cancel</button> | 45 | <button class="btn_cancel nj-skinned">Cancel</button> |
46 | 46 | ||
47 | <button class="btn_ok">Ok</button> | 47 | <button class="btn_ok nj-skinned">Ok</button> |
48 | 48 | ||
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |