diff options
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel')
3 files changed, 692 insertions, 0 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css new file mode 100755 index 00000000..5a359200 --- /dev/null +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css | |||
@@ -0,0 +1,188 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .newfile{ | ||
8 | font-size:12px; | ||
9 | width:650px; | ||
10 | height:350px; | ||
11 | padding-left: 15px; | ||
12 | padding-bottom:32px; | ||
13 | background-color:#494949; | ||
14 | color:#ffffff; | ||
15 | font-family: 'Droid Sans', sans-serif; | ||
16 | border-radius: 8px; | ||
17 | box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); | ||
18 | } | ||
19 | |||
20 | .newfile .title{ | ||
21 | font-size:14px; | ||
22 | height:15px; | ||
23 | padding:5px; | ||
24 | text-align: center; | ||
25 | text-transform: uppercase; | ||
26 | font-weight: normal; | ||
27 | text-shadow: 1px 1px 1px #000; | ||
28 | } | ||
29 | |||
30 | .newfile .container{ | ||
31 | border: 1px solid #000000; | ||
32 | border-right: none; | ||
33 | overflow: auto; | ||
34 | background-color:#5f5f5f; | ||
35 | } | ||
36 | |||
37 | .newfile .left-nav{ | ||
38 | float:left; | ||
39 | width:27%; | ||
40 | height:90%; | ||
41 | overflow-x:auto; | ||
42 | overflow-y:auto | ||
43 | } | ||
44 | |||
45 | .newfile .right-nav{ | ||
46 | float:left; | ||
47 | width:70%; | ||
48 | height:90%; | ||
49 | overflow: hidden; | ||
50 | } | ||
51 | |||
52 | .newfile .right-top{ | ||
53 | border-right: 1px solid #000000; | ||
54 | overflow: auto; | ||
55 | min-height:150px; | ||
56 | height:58%; | ||
57 | width:auto; | ||
58 | padding:5px; | ||
59 | } | ||
60 | |||
61 | .newfile .right-bottom{ | ||
62 | border: 1px solid #000000; | ||
63 | border-left: none; | ||
64 | overflow: auto; | ||
65 | height:42%; | ||
66 | padding: 15px; | ||
67 | } | ||
68 | |||
69 | .newfile .projectTypeHeader{ | ||
70 | border-bottom:1px solid #000000; | ||
71 | padding:5px; | ||
72 | text-align: center; | ||
73 | text-transform: uppercase; | ||
74 | font-weight: normal; | ||
75 | text-shadow: 1px 1px 1px #000; | ||
76 | } | ||
77 | |||
78 | .newfile .buttons{ | ||
79 | float:right; | ||
80 | margin-top: 7px; | ||
81 | } | ||
82 | |||
83 | .newfile .errorMsg{ | ||
84 | float:left; | ||
85 | margin-top: 12px; | ||
86 | text-shadow: 1px 1px 1px #333; | ||
87 | text-transform: uppercase; | ||
88 | clear: left; | ||
89 | width: 200px; | ||
90 | } | ||
91 | .newfile .errorMsg span{ | ||
92 | color: #FF3A3A; | ||
93 | } | ||
94 | |||
95 | .newfile .disable{ | ||
96 | color:#5f5f5f; | ||
97 | cursor:auto; | ||
98 | } | ||
99 | |||
100 | .newfile .hide{ | ||
101 | display: none; | ||
102 | } | ||
103 | |||
104 | .newfile .treeArrow + .name{ | ||
105 | font-weight: bold; | ||
106 | } | ||
107 | |||
108 | .newfile .atreeItem { | ||
109 | text-shadow: 1px 1px 1px #000; | ||
110 | } | ||
111 | |||
112 | .newfile .atreeItem .name{ | ||
113 | padding: 3px; | ||
114 | } | ||
115 | |||
116 | .newfile .atreeItem .selected{ | ||
117 | background-color: #3f3f3f; | ||
118 | } | ||
119 | |||
120 | .newfile .icon .selected{ | ||
121 | background-color: #7f7f7f; | ||
122 | } | ||
123 | |||
124 | .newfile .icon{ | ||
125 | height:90px; | ||
126 | } | ||
127 | |||
128 | .newfile .icon .iconLabel{ | ||
129 | margin-top:4px; | ||
130 | max-width:90%; | ||
131 | white-space: normal; | ||
132 | padding-bottom:4px; | ||
133 | overflow: visible; | ||
134 | text-shadow: 1px 1px 1px #000; | ||
135 | } | ||
136 | |||
137 | .newfile .icon .iconImg{ | ||
138 | margin-left:25px; | ||
139 | } | ||
140 | |||
141 | .newfile .buttons button { | ||
142 | float: left; | ||
143 | width: 100px; | ||
144 | margin-top: 3px; | ||
145 | } | ||
146 | |||
147 | .newfile .okButton{ | ||
148 | margin: 0px 18px 0px 8px; | ||
149 | /* | ||
150 | margin-right:25px; | ||
151 | -webkit-box-align: center; | ||
152 | text-align: center; | ||
153 | cursor: default; | ||
154 | padding: 0px 6px 0px; | ||
155 | border:2px solid #d1d1d1; | ||
156 | background-color: #e1e1e1; | ||
157 | box-sizing: border-box; | ||
158 | border-radius:10px; | ||
159 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
160 | cursor:pointer; | ||
161 | */ | ||
162 | } | ||
163 | |||
164 | .newfile .cancelButton{ | ||
165 | /* | ||
166 | -webkit-box-align: center; | ||
167 | text-align: center; | ||
168 | cursor: default; | ||
169 | padding: 0px 6px 0px; | ||
170 | border:2px solid #d1d1d1; | ||
171 | background-color: #e1e1e1; | ||
172 | box-sizing: border-box; | ||
173 | border-radius:10px; | ||
174 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
175 | cursor:pointer; | ||
176 | */ | ||
177 | } | ||
178 | |||
179 | .newfile input[type="button"]:disabled{ | ||
180 | background-color: #a1a1a1; | ||
181 | border:2px solid #a1a1a1; | ||
182 | background-image:none; | ||
183 | cursor:auto; | ||
184 | } | ||
185 | |||
186 | .newfile .atree ul{ | ||
187 | -webkit-padding-start: 10px; | ||
188 | } \ No newline at end of file | ||
diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html new file mode 100755 index 00000000..d4043658 --- /dev/null +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html | |||
@@ -0,0 +1,62 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <!-- <copyright> | ||
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | </copyright> --> | ||
7 | <html> | ||
8 | <head> | ||
9 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||