mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
#1086 CKEditor 스킨에 파일 업로드 추가
This commit is contained in:
parent
95154d6985
commit
8731b3cd8a
30 changed files with 5253 additions and 11 deletions
70
common/js/plugins/jquery.fileupload/css/style.css
Executable file
70
common/js/plugins/jquery.fileupload/css/style.css
Executable file
|
|
@ -0,0 +1,70 @@
|
|||
@charset "UTF-8";
|
||||
/*
|
||||
* jQuery File Upload Plugin CSS Example 8.8.2
|
||||
* https://github.com/blueimp/jQuery-File-Upload
|
||||
*
|
||||
* Copyright 2013, Sebastian Tschan
|
||||
* https://blueimp.net
|
||||
*
|
||||
* Licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
.xe-uploader-container {
|
||||
position: relative;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.xe-uploader-preview {
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #DDD;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.xe-uploader-preview img {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
max-width: 80px;
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
|
||||
.xe-uploader-filelist {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.xe-uploader-filelist select {
|
||||
height: 80px;
|
||||
}
|
||||
.file_attach_info {
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
.fileupload-processing {
|
||||
}
|
||||
.fileinput-button {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
|
||||
#progress,
|
||||
#progress .progress-bar {
|
||||
height: 3px;
|
||||
}
|
||||
#progress {
|
||||
display: none;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: 1px solid #66B663;
|
||||
background-color: #FFF;
|
||||
}
|
||||
#progress .progress-bar {
|
||||
width: 0;
|
||||
background-color: #66B663;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue