diff options
Diffstat (limited to 'js/io/ui/save-as-dialog.reel')
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.css | 6 | ||||
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.html | 2 | ||||
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.js | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.css b/js/io/ui/save-as-dialog.reel/save-as-dialog.css index 5953cc45..d1612882 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.css +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.css | |||
@@ -94,9 +94,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
94 | } | 94 | } |
95 | 95 | ||
96 | .saveAsDialog .buttons button { | 96 | .saveAsDialog .buttons button { |
97 | float: left; | 97 | float: left; |
98 | width: 100px; | 98 | width: 100px; |
99 | margin-top: 3px; | 99 | margin-top: 3px; |
100 | } | 100 | } |
101 | 101 | ||
102 | .saveAsDialog .okButton{ | 102 | .saveAsDialog .okButton{ |
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.html b/js/io/ui/save-as-dialog.reel/save-as-dialog.html index 3cc21997..cbb6113f 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.js b/js/io/ui/save-as-dialog.reel/save-as-dialog.js index 276d38b4..38113ed0 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.js +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.js | |||
@@ -33,7 +33,7 @@ var Montage = require("montage/core/core").Montage, | |||
33 | 33 | ||
34 | var SaveAsDialog = exports.SaveAsDialog = Montage.create(Component, { | 34 | var SaveAsDialog = exports.SaveAsDialog = Montage.create(Component, { |
35 | 35 | ||
36 | hasReel: { | 36 | hasReel: { |
37 | value: true | 37 | value: true |
38 | }, | 38 | }, |
39 | 39 | ||