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/io/workflow/save-as-dialog.reel/save-as-dialog.css | |
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/io/workflow/save-as-dialog.reel/save-as-dialog.css')
-rw-r--r-- | js/io/workflow/save-as-dialog.reel/save-as-dialog.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/js/io/workflow/save-as-dialog.reel/save-as-dialog.css b/js/io/workflow/save-as-dialog.reel/save-as-dialog.css index 7082f485..40434c25 100644 --- a/js/io/workflow/save-as-dialog.reel/save-as-dialog.css +++ b/js/io/workflow/save-as-dialog.reel/save-as-dialog.css | |||
@@ -63,4 +63,38 @@ | |||
63 | 63 | ||
64 | .saveAsDialog .fileInputField{ | 64 | .saveAsDialog .fileInputField{ |
65 | margin-left:3px; | 65 | margin-left:3px; |
66 | } | ||
67 | |||
68 | .saveAsDialog .okButton{ | ||
69 | margin-right:25px; | ||
70 | -webkit-box-align: center; | ||
71 | text-align: center; | ||
72 | cursor: default; | ||
73 | padding: 0px 6px 0px; | ||
74 | border:2px solid #d1d1d1; | ||
75 | background-color: #e1e1e1; | ||
76 | box-sizing: border-box; | ||
77 | border-radius:10px; | ||
78 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
79 | cursor:pointer; | ||
80 | } | ||
81 | |||
82 | .saveAsDialog .cancelButton{ | ||
83 | -webkit-box-align: center; | ||
84 | text-align: center; | ||
85 | cursor: default; | ||
86 | padding: 0px 6px 0px; | ||
87 | border:2px solid #d1d1d1; | ||
88 | background-color: #e1e1e1; | ||
89 | box-sizing: border-box; | ||
90 | border-radius:10px; | ||
91 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
92 | cursor:pointer; | ||
93 | } | ||
94 | |||
95 | .saveAsDialog input[type="button"]:disabled{ | ||
96 | background-color: #a1a1a1; | ||
97 | border:2px solid #a1a1a1; | ||
98 | background-image:none; | ||
99 | cursor:auto; | ||
66 | } \ No newline at end of file | 100 | } \ No newline at end of file |