-
Notifications
You must be signed in to change notification settings - Fork 10
/
atrium_folders.css
339 lines (309 loc) · 8.53 KB
/
atrium_folders.css
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
span.spaces-feature.feature-atrium_folders,
#features-menu li a.icon-folders span.icon {
background: url("images/sprite.png") no-repeat scroll 0 0 transparent;
}
span.spaces-feature.feature-atrium_folders {
background-position: 0px 100%;
}
div.fileview a.folder {
background: url("images/folder.png") no-repeat center;
}
td.views-field.icon {
padding:5px 15px;
width:40px;
}
.drop-zone {
-moz-border-radius:15px 15px 15px 15px;
border:5px dashed #CCCCCC;
color:#999999;
font-size:30px;
line-height:40px;
margin:15px 30px;
padding:35px;
text-align:center;
}
.drop-zone p {
font-size:14px;
line-height: 20px;
color: #aaa;
}
#book-outline .form-item {
position: static;
display:inline-block;
padding-left:20px;
position:static;
background: transparent url("images/sprite.png") 0 -340px no-repeat !important;
}
#book-outline .draggable a.tabledrag-handle {
padding-right: 10px;
}
#book-outline input.fluid {
width: auto;
}
/**
* Folder navigator -------------------------------------------------
*/
.atrium-folders-navigator {
-moz-border-radius: 5px;
-moz-box-shadow:0 2px 2px #ccc;
-webkit-border-radius: 5px;
-webkit-box-shadow:0 2px 2px #ccc;
background: #d8d9db url("images/navigator-bg.png") repeat-x top left;
}
.atrium-folders-navigator table td,
.atrium-folders-navigator table th {
border-color: white !important;
border-bottom: 1px solid #ebebeb !important;
}
.atrium-folders-navigator-inner {
padding: 10px;
}
.atrium-folders-navigator .navigator {
background: #fff;
}
.atrium-folders-navigator .toolbar .buttons {
border: 0;
background: transparent;
}
.atrium-folders-navigator .toolbar .buttons a:hover {
background-color: #666666;
}
.atrium-folders-navigator .toolbar .buttons a.toggle-on {
background-position: 0 100%;
}
#folder-toolbar-fieldsets,
.folder-toolbar-fieldset.fieldset,
.folder-toolbar-fieldset.fieldset.titled {
padding-top: 10px;
display: none;
}
.folder-toolbar-fieldset.fieldset.titled .fieldset-content {
padding-top: 0px;
}
.atrium-folders-navigator table {
margin-bottom: 0;
}
.atrium-folders-navigator table td.views-field {
vertical-align: middle;
}
.atrium-folders-navigator table td.views-field.title,
.atrium-folders-navigator table td.views-field.filename {
font-size: 14px;
}
.atrium-folders-navigator .left {
float: left;
width: 30%;
}
.atrium-folders-navigator .left li,
.atrium-folders-navigator .left ul {
border-top: 1px solid #eee;
}
.atrium-folders-navigator .left li.first {
border-top: 0;
}
.atrium-folders-navigator .right {
float: left;
width: 69.9%;
}
.atrium-folders-navigator .views-field.date {
width: 130px;
}
.atrium-folders-navigator .views-field.toolbox {
width: 100px;
}
.atrium-folders-navigator .views-field .filename,
.atrium-folders-navigator .views-field.description a {
display: block;
overflow: hidden;
width: 300px;
}
.atrium-folders-navigator .views-field .filename,
.atrium-folders-navigator .views-field.filesize {
color:#666666;
font-size:11px;
}
/**
* Navigation ---------------------------------------------------------
*/
.view-folders-navigation .views-row a {
margin: 0;
font-size:14px;
padding:7px 0 7px 40px;
background:url("images/folder.png") no-repeat scroll 0 50% transparent;
}
.view-folders-navigation .depth-1 a { background-position: 20px 50%; padding-left: 60px; }
.view-folders-navigation .depth-2 a { background-position: 40px 50%; padding-left: 80px; }
.view-folders-navigation .depth-3 a { background-position: 60px 50%; padding-left: 100px; }
.view-folders-navigation .depth-4 a { background-position: 80px 50%; padding-left: 120px; }
.view-folders-navigation .depth-5 a { background-position: 100px 50%; padding-left: 140px; }
.view-folders-navigation .depth-6 a { background-position: 120px 50%; padding-left: 160px; }
.view-folders-navigation .depth-7 a { background-position: 140px 50%; padding-left: 180px; }
.view-folders-navigation .depth-8 a { background-position: 160px 50%; padding-left: 200px; }
.view-folders-navigation .depth-9 a { background-position: 180px 50%; padding-left: 220px; }
.view-folders-navigation .views-row-odd a:hover,
.view-folders-navigation .views-row-odd a { background-color: #fff; }
.view-folders-navigation .views-row-even a:hover,
.view-folders-navigation .views-row-even a { background-color: #edf3ff; }
.view-folders-navigation .views-row.active a { background-color: #3875d7; }
.view-folders-navigation .views-row.active a.active { color: #fff; }
.view-folders-navigation a { display: block; }
.folder-toolbar-fieldset legend,
.folder-toolbar-fieldset h2 {
display: none;
}
.folder-toolbar-fieldset .description {
display: none;
}
.folder-toolbar-fieldset .inner {
padding: 10px;
}
.folder-toolbar-fieldset .right {
border-left: 1px solid #ddd;
}
.folder-toolbar-fieldset .left .title {
font-size: 17px;
font-weight: bold;
line-height: 25px;
}
.folder-toolbar-fieldset .left .description {
display: block;
font-size: 13px;
line-height: 21px;
}
.folder-toolbar-fieldset.fieldset,
.folder-toolbar-fieldset.fieldset .fieldset-content,
.folder-toolbar-fieldset.fieldset .fieldset .fieldset-content {
background: transparent;
border: 0;
}
/**
* Modal Tooltip ------------------------------------------------------
*/
.modal-tooltip-container {
float: left;
position: relative;
}
.modal-tooltip-container a.modal-tooltip-link {
height: 24px;
width: 24px;
margin: 0 3px;
text-indent: -1000px;
overflow: hidden;
background: #eee;
display: block;
-moz-border-radius:3px;
}
.modal-tooltip-container div.ctools-modal-content,
.modal-tooltip-container a.modal-tooltip-link.toggle-on {
background: #ddd;
-moz-border-radius:3px 3px 0px 0px;
-moz-box-shadow:0 2px 2px #666666;
-webkit-border-radius:3px 3px 0px 0px;
-webkit-box-shadow:0 2px 2px #666666;
}
.modal-tooltip-link.ctools-ajaxing {
background: #ddd url("images/ajax-loader.gif") 50% 50% no-repeat !important;
}
.modal-tooltip-container a.modal-tooltip-link.toggle-on {
background: #ddd url("images/sprite.png") -341px 4px no-repeat !important;
}
.modal-tooltip-container a.modal-tooltip-link.move {
background: #eee url("images/sprite.png") 100% -87px no-repeat;
}
.modal-tooltip-container a.modal-tooltip-link.rename {
background: #eee url("images/sprite.png") 100% -65px no-repeat;
}
.modal-tooltip-container a.modal-tooltip-link.delete {
background: #eee url("images/sprite.png") 100% -44px no-repeat;
}
.modal-tooltip-link.ctools-ajaxing {
background: #ddd url("images/ajax-loader.gif") 50% 50% no-repeat !important;
}
.modal-tooltip-container div.ctools-modal-content {
-moz-border-radius:3px 0px 3px 3px;
-webkit-border-radius:3px 0px 3px 3px;
border: 0px;
color: #fff;
margin: 0;
padding:0;
text-align:left;
width:400px;
height: auto;
}
.modal-tooltip-container a.ctools-ajaxing,
.modal-tooltip-container input.ctools-ajaxing,
.modal-tooltip-container select.ctools-ajaxing {
padding-right: 0 !important;
}
.modal-tooltip-container a.close {
float: right;
height: 24px;
width: 24px;
margin: 0 3px;
text-indent: -1000px;
overflow: hidden;
background: #ccc;
}
.modal-tooltip-container div.ctools-modal-content .modal-header {
background-color: transparent;
padding: 0 0.25em 0 1em;
}
.modal-tooltip-container div.ctools-modal-content #modal-content {
height:auto;
width:auto;
overflow:visible;
padding: 0;
}
.modal-tooltip-container div.ctools-modal-content {
padding: 10px;
}
.modal-tooltip-container #modalContent {
position: absolute;
right: 0;
margin: 0 3px;
}
.modal-tooltip-container #modal-throbber img {
display: inline;
}
.modal-tooltip-container #modal-throbber {
display:block;
text-align:center;
margin-top: -110px;
}
.page-content .atrium-folders-navigator .description {
font-size:13px;
line-height:19px;
}
.fileview,
.fileview a {
display: block;
height: 40px;
width: 40px;
}
.modal-tooltip-container {
opacity: .3;
}
.atrium-folders-navigator .view-folders-files tr.no-opacity .modal-tooltip-container,
.atrium-folders-navigator .view-folders-files tr:hover .modal-tooltip-container {
opacity: 1;
}
.ctools-modal-content input {
display: inline !important;
}
.atrium-folders-navigator .views-row {
padding: 0;
margin: 0;
}
.atrium-folders-navigator table.views-table {
border-width: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.atrium-folders-navigator table td.views-field.date,
.atrium-folders-navigator table td.views-field.filesize {
white-space: nowrap;
}
.atrium-folders-navigator .views-field.description a:hover {
background-color: transparent;
text-decoration: underline;
}