aboutsummaryrefslogtreecommitdiff
path: root/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css')
-rw-r--r--js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css95
1 files changed, 95 insertions, 0 deletions
diff --git a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css
new file mode 100644
index 00000000..01f0885e
--- /dev/null
+++ b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css
@@ -0,0 +1,95 @@
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:510px;
10 height:500px;
11 padding-left: 15px;
12 padding-top: 15px;
13 background-color:#313131;
14}
15
16.newfile .container{
17 border: 1px groove #000000;
18 overflow: auto;
19 background-color:#5f5f5f;
20}
21
22.newfile .left-nav{
23 float:left;
24 width:27%;
25 height:90%;
26 overflow-x:hidden;
27 overflow-y:auto
28}
29
30.newfile .right-nav{
31 float:left;
32 width:70%;
33 height:90%;
34 overflow: hidden;
35}
36
37.newfile .right-top{
38 border: 1px groove #000000;
39 overflow: auto;
40 min-height:150px;
41 height:55%;
42 width:auto;
43}
44
45.newfile .right-bottom{
46 border: 1px groove #000000;
47 overflow: auto;
48 height:45%;
49 padding: 10px;
50}
51
52.newfile .driversList{
53 padding: 3px;
54 text-align: center;
55}
56
57.newfile .driversList:hover{
58 cursor:pointer;
59}
60
61.newfile .projectTypeHeader{
62 border-bottom:1px solid #000000;
63 padding:5px;
64 text-align: center;
65 font-weight: bold;
66}
67
68
69
70.newfile .highlighted{
71 background-color: #343434;
72}
73
74
75.newfile .buttons{
76 float:right;
77 margin-top: 7px;
78}
79
80
81.newfile .disable{
82 color:#5f5f5f;
83 cursor:auto;
84}
85
86.newfile .hide{
87 display: none;
88}
89
90.newfile .treeArrow + .name{
91 font-weight: bold;
92}
93
94
95