aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
blob: 5a3592001089ad464cf1494a462a0dd2a1824cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */

.newfile{
    font-size:12px;
    width:650px;
    height:350px;
    padding-left: 15px;
    padding-bottom:32px;
    background-color:#494949;
    color:#ffffff;
    font-family: 'Droid Sans', sans-serif;
    border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
}

.newfile .title{
    font-size:14px;
    height:15px;
    padding:5px;
    text-align: center;
    text-transform: uppercase;
	font-weight: normal;
  	text-shadow: 1px 1px 1px #000;
}

.newfile .container{
    border: 1px solid #000000;
    border-right: none;
    overflow: auto;
    background-color:#5f5f5f;
}

.newfile .left-nav{
    float:left;
    width:27%;
    height:90%;
    overflow-x:auto;
    overflow-y:auto
}

.newfile .right-nav{
    float:left;
    width:70%;
    height:90%;
    overflow: hidden;
}

.newfile .right-top{
    border-right: 1px solid #000000;
    overflow: auto;
    min-height:150px;
    height:58%;
    width:auto;
    padding:5px;
}

.newfile .right-bottom{
    border: 1px solid #000000;
  	border-left: none;
    overflow: auto;
    height:42%;
    padding: 15px;
}

.newfile .projectTypeHeader{
    border-bottom:1px solid #000000;
    padding:5px;
    text-align: center;
    text-transform: uppercase;
	font-weight: normal;
  	text-shadow: 1px 1px 1px #000;
}

.newfile .buttons{
    float:right;
    margin-top: 7px;
}

.newfile .errorMsg{
    float:left;
    margin-top: 12px;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
    clear: left;
    width: 200px;
}
.newfile .errorMsg span{
    color: #FF3A3A;
}

.newfile .disable{
    color:#5f5f5f;
    cursor:auto;
}

.newfile .hide{
    display: none;
}

.newfile .treeArrow + .name{
    font-weight: bold;
}

.newfile .atreeItem {
	text-shadow: 1px 1px 1px #000;
}

.newfile .atreeItem .name{
    padding: 3px;
}

.newfile .atreeItem .selected{
    background-color: #3f3f3f;
}

.newfile .icon .selected{
    background-color: #7f7f7f;
}

.newfile .icon{
    height:90px;
}

.newfile .icon .iconLabel{
    margin-top:4px;
    max-width:90%;
    white-space: normal;
    padding-bottom:4px;
    overflow: visible;
    text-shadow: 1px 1px 1px #000;
}

.newfile .icon .iconImg{
    margin-left:25px;
}

.newfile .buttons button {
	float: left;
	width: 100px;
	margin-top: 3px;
}

.newfile .okButton{
	margin: 0px 18px 0px 8px; 
    /*
margin-right:25px;
    -webkit-box-align: center;
    text-align: center;
    cursor: default;
    padding: 0px 6px 0px;
    border:2px solid #d1d1d1;
    background-color: #e1e1e1;
    box-sizing: border-box;
    border-radius:10px;
    background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%);
    cursor:pointer;
*/
}

.newfile .cancelButton{
    /*
-webkit-box-align: center;
    text-align: center;
    cursor: default;
    padding: 0px 6px 0px;
    border:2px solid #d1d1d1;
    background-color: #e1e1e1;
    box-sizing: border-box;
    border-radius:10px;
    background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%);
    cursor:pointer;
*/
}

.newfile input[type="button"]:disabled{
    background-color: #a1a1a1;
    border:2px solid #a1a1a1;
    background-image:none;
    cursor:auto;
}

.newfile .atree ul{
    -webkit-padding-start: 10px;
}