diff options
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css')
-rwxr-xr-x | js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css | 45 |
1 files changed, 23 insertions, 22 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 index 10dd277d..1c760b1d 100755 --- 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 | |||
@@ -1,24 +1,25 @@ | |||
1 | /* <copyright> | 1 | /* <copyright> |
2 | Copyright (c) 2012, Motorola Mobility, Inc | 2 | Copyright (c) 2012, Motorola Mobility LLC. |
3 | All Rights Reserved. | 3 | All Rights Reserved. |
4 | BSD License. | ||
5 | 4 | ||
6 | Redistribution and use in source and binary forms, with or without | 5 | Redistribution and use in source and binary forms, with or without |
7 | modification, are permitted provided that the following conditions are met: | 6 | modification, are permitted provided that the following conditions are met: |
8 | 7 | ||
9 | - Redistributions of source code must retain the above copyright notice, | 8 | * Redistributions of source code must retain the above copyright notice, |
10 | this list of conditions and the following disclaimer. | 9 | this list of conditions and the following disclaimer. |
11 | - Redistributions in binary form must reproduce the above copyright | 10 | |
12 | notice, this list of conditions and the following disclaimer in the | 11 | * Redistributions in binary form must reproduce the above copyright notice, |
13 | documentation and/or other materials provided with the distribution. | 12 | this list of conditions and the following disclaimer in the documentation |
14 | - Neither the name of Motorola Mobility nor the names of its contributors | 13 | and/or other materials provided with the distribution. |
15 | may be used to endorse or promote products derived from this software | 14 | |
16 | without specific prior written permission. | 15 | * Neither the name of Motorola Mobility LLC nor the names of its |
16 | contributors may be used to endorse or promote products derived from this | ||
17 | software without specific prior written permission. | ||
17 | 18 | ||
18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
19 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
20 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
21 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | 22 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
22 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 23 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
23 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 24 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
24 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 25 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
@@ -38,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
38 | color:#ffffff; | 39 | color:#ffffff; |
39 | font-family: 'Droid Sans', sans-serif; | 40 | font-family: 'Droid Sans', sans-serif; |
40 | border-radius: 8px; | 41 | border-radius: 8px; |
41 | box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); | 42 | box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); |
42 | } | 43 | } |
43 | 44 | ||
44 | .newfile .title{ | 45 | .newfile .title{ |
@@ -47,8 +48,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
47 | padding:5px; | 48 | padding:5px; |
48 | text-align: center; | 49 | text-align: center; |
49 | text-transform: uppercase; | 50 | text-transform: uppercase; |
50 | font-weight: normal; | 51 | font-weight: normal; |
51 | text-shadow: 1px 1px 1px #000; | 52 | text-shadow: 1px 1px 1px #000; |
52 | } | 53 | } |
53 | 54 | ||
54 | .newfile .container{ | 55 | .newfile .container{ |
@@ -84,7 +85,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
84 | 85 | ||
85 | .newfile .right-bottom{ | 86 | .newfile .right-bottom{ |
86 | border: 1px solid #000000; | 87 | border: 1px solid #000000; |
87 | border-left: none; | 88 | border-left: none; |
88 | overflow: auto; | 89 | overflow: auto; |
89 | height:42%; | 90 | height:42%; |
90 | padding: 15px; | 91 | padding: 15px; |
@@ -95,8 +96,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
95 | padding:5px; | 96 | padding:5px; |
96 | text-align: center; | 97 | text-align: center; |
97 | text-transform: uppercase; | 98 | text-transform: uppercase; |
98 | font-weight: normal; | 99 | font-weight: normal; |
99 | text-shadow: 1px 1px 1px #000; | 100 | text-shadow: 1px 1px 1px #000; |
100 | } | 101 | } |
101 | 102 | ||
102 | .newfile .buttons{ | 103 | .newfile .buttons{ |
@@ -130,7 +131,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
130 | } | 131 | } |
131 | 132 | ||
132 | .newfile .atreeItem { | 133 | .newfile .atreeItem { |
133 | text-shadow: 1px 1px 1px #000; | 134 | text-shadow: 1px 1px 1px #000; |
134 | } | 135 | } |
135 | 136 | ||
136 | .newfile .atreeItem .name{ | 137 | .newfile .atreeItem .name{ |
@@ -163,13 +164,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
163 | } | 164 | } |
164 | 165 | ||
165 | .newfile .buttons button { | 166 | .newfile .buttons button { |
166 | float: left; | 167 | float: left; |
167 | width: 100px; | 168 | width: 100px; |
168 | margin-top: 3px; | 169 | margin-top: 3px; |
169 | } | 170 | } |
170 | 171 | ||
171 | .newfile .okButton{ | 172 | .newfile .okButton{ |
172 | margin: 0px 18px 0px 8px; | 173 | margin: 0px 18px 0px 8px; |
173 | /* | 174 | /* |
174 | margin-right:25px; | 175 | margin-right:25px; |
175 | -webkit-box-align: center; | 176 | -webkit-box-align: center; |