zhao
2021-07-09 0821715ebc11d3934d0594a1cc2c39686d808906
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
/*!
 * bootstrap-fileinput v4.4.9
 * http://plugins.krajee.com/file-input
 *
 * Krajee Explorer Font Awesome 4.x theme style for bootstrap-fileinput. Load this theme file after loading
 * font awesome 4.x CSS and `fileinput.css`.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.theme-explorer-fa .file-upload-indicator, .theme-explorer-fa .file-drag-handle, .theme-explorer-fa .explorer-frame .kv-file-content, .theme-explorer-fa .file-actions, .explorer-frame .file-preview-other {
    text-align: center;
}
 
.theme-explorer-fa .file-thumb-progress .progress, .theme-explorer-fa .file-thumb-progress .progress-bar {
    height: 13px;
    font-size: 11px;
    line-height: 13px;
}
 
.theme-explorer-fa .file-upload-indicator, .theme-explorer-fa .file-drag-handle {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 3px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}
 
.theme-explorer-fa .file-thumb-progress .progress, .theme-explorer-fa .explorer-caption {
    display: block;
}
 
.theme-explorer-fa .explorer-frame td {
    vertical-align: middle;
    text-align: left;
}
 
.theme-explorer-fa .explorer-frame .kv-file-content {
    width: 80px;
    height: 80px;
    padding: 5px;
}
 
.theme-explorer-fa .file-actions-cell {
    position: relative;
    width: 120px;
    padding: 0;
}
 
.theme-explorer-fa .file-thumb-progress .progress {
    margin-top: 5px;
}
 
.theme-explorer-fa .explorer-caption {
    color: #777;
}
 
.theme-explorer-fa .kvsortable-ghost {
    opacity: 0.6;
    background: #e1edf7;
    border: 2px solid #a1abff;
}
 
.theme-explorer-fa .file-preview .table {
    margin: 0;
}
 
.theme-explorer-fa .file-error-message ul {
    padding: 5px 0 0 20px;
}
 
.explorer-frame .file-preview-text {
    display: inline-block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}
 
.explorer-frame .file-preview-html {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}
 
.explorer-frame .file-other-icon {
    font-size: 2.6em;
}
 
@media only screen and (max-width: 767px) {
    .theme-explorer-fa .table, .theme-explorer-fa .table tbody, .theme-explorer-fa .table tr, .theme-explorer-fa .table td {
        display: block;
        width: 100% !important;
    }
 
    .theme-explorer-fa .table {
        border: none;
    }
 
    .theme-explorer-fa .table tr {
        margin-top: 5px;
    }
 
    .theme-explorer-fa .table tr:first-child {
        margin-top: 0;
    }
 
    .theme-explorer-fa .table td {
        text-align: center;
    }
 
    .theme-explorer-fa .table .kv-file-content {
        border-bottom: none;
        padding: 4px;
        margin: 0;
    }
 
    .theme-explorer-fa .table .kv-file-content .file-preview-image {
        max-width: 100%;
        font-size: 20px;
    }
 
    .theme-explorer-fa .file-details-cell {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        margin: 0;
    }
 
    .theme-explorer-fa .file-actions-cell {
        border-top: none;
        padding-bottom: 4px;
    }
 
    .theme-explorer-fa .explorer-frame .explorer-caption {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
    }
}
 
/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .explorer-frame .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}