mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
433 B
28 lines
433 B
#mediaupload #fileinfo {
|
|
clear: left;
|
|
}
|
|
|
|
#progress_info {
|
|
margin-top: 1em;
|
|
}
|
|
#fileinfo,#error,#error2,#abort,#warnsize {
|
|
display:none;
|
|
}
|
|
#progress {
|
|
margin-right: 1em;
|
|
display:none;
|
|
float:left;
|
|
height:16px;
|
|
background-color: #111;
|
|
}
|
|
#progress_percent {
|
|
float:right;
|
|
}
|
|
|
|
#mediaupload #preview {
|
|
display:block;
|
|
float:right;
|
|
max-width: 200px;
|
|
max-height: 150px;
|
|
margin-top: 1em;
|
|
}
|