aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/save-as-dialog.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /js/io/ui/save-as-dialog.reel
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'js/io/ui/save-as-dialog.reel')
-rw-r--r--js/io/ui/save-as-dialog.reel/save-as-dialog.css6
-rw-r--r--js/io/ui/save-as-dialog.reel/save-as-dialog.js2
2 files changed, 4 insertions, 4 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.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
34var SaveAsDialog = exports.SaveAsDialog = Montage.create(Component, { 34var SaveAsDialog = exports.SaveAsDialog = Montage.create(Component, {
35 35
36 hasReel: { 36 hasReel: {
37 value: true 37 value: true
38 }, 38 },
39 39