| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 | 
							- /*!
 
-  * bootstrap-fileinput v5.1.1
 
-  * http://plugins.krajee.com/file-input
 
-  *
 
-  * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
 
-  *
 
-  * Author: Kartik Visweswaran
 
-  * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
 
-  *
 
-  * Licensed under the BSD-3-Clause
 
-  * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 
-  */
 
- .theme-explorer .file-preview-frame {
 
-     border: 1px solid #ddd;
 
-     margin: 2px 0;
 
-     width: 100%;
 
-     display: flex;
 
-     justify-content: space-between;
 
-     align-items: center;
 
- }
 
- .theme-explorer .file-actions,
 
- .theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle, .theme-explorer .explorer-frame .kv-file-content, .theme-explorer .file-actions, .explorer-frame .file-preview-other {
 
-     text-align: center;
 
- }
 
- .theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle {
 
-     position: absolute;
 
-     display: inline-block;
 
-     bottom: 8px;
 
-     right: 4px;
 
-     width: 16px;
 
-     height: 16px;
 
-     font-size: 16px;
 
- }
 
- .theme-explorer .file-thumb-progress .progress, .theme-explorer .explorer-caption {
 
-     display: block;
 
-     white-space: nowrap;
 
-     text-overflow: ellipsis;
 
-     overflow: hidden;
 
- }
 
- .theme-explorer .file-thumb-progress .progress {
 
-     margin-top: 5px;
 
- }
 
- .theme-explorer .explorer-caption,
 
- .theme-explorer .file-footer-buttons {
 
-     padding: 5px;
 
- }
 
- .theme-explorer .file-footer-buttons {
 
-     text-align: right;
 
- }
 
- .theme-explorer .explorer-caption {
 
-     color: #777;
 
-     padding-top: 5px;
 
- }
 
- .theme-explorer .kvsortable-ghost {
 
-     opacity: 0.6;
 
-     background: #e1edf7;
 
-     border: 2px solid #a1abff;
 
- }
 
- .theme-explorer .file-preview .table {
 
-     margin: 0;
 
- }
 
- .theme-explorer .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;
 
- }
 
- .explorer-frame:hover {
 
-     background-color: #f5f5f5;
 
- }
 
- .theme-explorer .file-preview-frame samp {
 
-     font-size: 0.9rem;
 
- }
 
- .theme-explorer .explorer-frame .kv-file-content {
 
-     width: 160px;
 
-     height: 80px;
 
-     padding: 5px;
 
-     text-align: left;
 
- }
 
- .theme-explorer .file-details-cell {
 
-     width: 60%;
 
-     font-size: 0.95rem;
 
-     text-align: left;
 
-     margin-right: auto;
 
- }
 
- .theme-explorer .file-actions-cell {
 
-     position: relative;
 
-     height: 80px;
 
-     width: 200px;
 
- }
 
- /*noinspection CssOverwrittenProperties*/
 
- .file-zoom-dialog .explorer-frame .file-other-icon {
 
-     font-size: 22em;
 
-     font-size: 50vmin;
 
- }
 
- @media only screen and (max-width: 1249px) {
 
-     .theme-explorer .file-preview-frame .file-details-cell {
 
-         width: 40%;
 
-     }
 
- }
 
- @media only screen and (max-width: 1023px) {
 
-     .theme-explorer .file-preview-frame .file-details-cell {
 
-         width: 30%;
 
-     }
 
- }
 
- @media only screen and (max-width: 767px) {
 
-     .theme-explorer .file-preview-frame .file-details-cell {
 
-         width: 200px;
 
-     }
 
- }
 
- @media only screen and (max-width: 575px) {
 
-     .theme-explorer .file-preview-frame {
 
-         flex-direction: column;
 
-     }
 
-     .theme-explorer .file-preview-frame .kv-file-content {
 
-         width: auto;
 
-         text-align: center;
 
-     }
 
-     .theme-explorer .file-details-cell {
 
-         width: 100px;
 
-         text-align: center;
 
-         margin-right: 0;
 
-     }
 
-     .theme-explorer .file-preview-frame .kv-file-content,
 
-     .theme-explorer .file-details-cell,
 
-     .theme-explorer .file-actions-cell {
 
-         width: 100%;
 
-     }
 
-     .theme-explorer .file-actions-cell {
 
-         height: auto;
 
-     }
 
-     .theme-explorer .file-footer-buttons {
 
-         text-align: left;
 
-     }
 
- }
 
 
  |