aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
diff options
context:
space:
mode:
authorEric Guzman2012-02-16 00:22:43 -0800
committerEric Guzman2012-02-16 00:22:43 -0800
commit82b1a273219f0ae3d119e156c7acccdbe478f441 (patch)
tree74c45e5e3afc6706b2f7a7918807f72c54cdcfc5 /js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
parentaf20ca9b11133dd5cefb9275dbe8fb101c3380d0 (diff)
parent966f0adaf1d4b7f2dd5a6e31643df58bff713884 (diff)
downloadninja-82b1a273219f0ae3d119e156c7acccdbe478f441.tar.gz
Merge branch 'refs/heads/TreeComponents' into PresetsPanel
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css')
-rwxr-xr-xjs/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
new file mode 100755
index 00000000..e79082a6
--- /dev/null
+++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
@@ -0,0 +1,68 @@
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.newfileLocation .newFileName{
8 width:65%;
9 margin-left:5px;
10 text-shadow: 1px 1px 1px #000;
11}
12
13.newfileLocation .newFileDirectory{
14 width:70%;
15 margin-left:5px;
16 text-shadow: 1px 1px 1px #000;
17}
18
19.newfileLocation .templateSelection{
20 float:left;
21 width:20%;
22 height:90%;
23 padding-right: 10px;
24}
25
26.newfileLocation .templateSelection .template{
27 width:80%;
28 height:60%;
29 background-color: #e1e1e1;
30 border:1px solid #000000;
31 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
32}
33
34.newfileLocation .locationSelection{
35 float:left;
36 width:75%;
37 text-shadow: 1px 1px 1px #000;
38}
39
40.newfileLocation .locationSelection div{
41 padding-bottom: 5px;
42}
43
44.newfileLocation .locationSelection input{
45 margin-left: 5px;
46 white-space: nowrap;
47 text-shadow: 1px 1px 1px #333;
48}
49
50.newfileLocation .templatePx{
51 padding-left: 5px;
52 white-space: nowrap;
53}
54
55.newfileLocation .nameText{
56 margin-right:28px;
57 text-shadow: 1px 1px 1px #000;
58}
59
60.newfileLocation .hottextunit{
61 float: none;
62 display: inline;
63}
64
65.newfileLocation .fileExtension{
66 color:#FFF;
67 text-shadow: 1px 1px 1px #000;
68}