1/**
2 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
3 * @license		GNU General Public License version 2 or later; see LICENSE.txt
4 */
5
6#treeview {
7	padding: 10px;
8	width: 190px;
9	overflow: auto;
10	/*height: 390px;*/
11	border: 0;
12}
13
14#folderview {
15}
16
17#folderview .path {
18	margin-bottom: 10px;
19}
20
21#folderview .view {
22	display: block;
23	margin: 0;
24	padding: 0;
25	height: 360px;
26}
27
28#folderview input#folderpath {
29	width: 65%;
30	background-color: #f5f5f5;
31}
32
33#folderview input#foldername {
34	width: 20%;
35}
36
37#folderview iframe#folderframe {
38	height: 100%;
39}
40
41#uploads .upload {
42	padding: 4px;
43}
44
45div#media-noimages {
46	width: 100%;
47	text-align:center;
48	font-size:14px;
49	font-weight:bold;
50	color:#CCCCCC;
51}
52
53.overall-title, .current-title {
54	font-size:12px;
55}
56
57.spinner {
58	position: absolute;
59	left: 50%;
60	opacity: 0.9;
61	filter: alpha(opacity=90);
62	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
63	z-index: 999;
64	background: #fff;
65}
66.spinner-msg {
67	text-align: center;
68	font-weight: bold;
69}
70
71.spinner-img {
72	background: url(../../jui/images/ajax-loader.gif) center no-repeat;
73	width: 66px;
74	height: 66px;
75	margin: 0 auto;
76}
77
78p.nowarning {
79	float: left;
80	margin-right: 15px;
81}
82
83div#update-progress {
84	clear: both;
85}
86