84 lines
1.1 KiB
CSS
Executable File
84 lines
1.1 KiB
CSS
Executable File
#fsUploadProgress {
|
|
display: block;
|
|
/* max-height: 250px; */
|
|
width: 100%;
|
|
/* float: left;
|
|
overflow: auto;
|
|
position: relative;
|
|
border: inherit; */
|
|
|
|
}
|
|
|
|
.progressWrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.progressBarStatus {
|
|
/* float: right;
|
|
margin: 0 10px 0 0; */
|
|
/* left:0; */
|
|
/* width:100%; */
|
|
display:inline;
|
|
}
|
|
|
|
.progressWrapper, .progressContainer {
|
|
/* float: left;
|
|
clear: left; */
|
|
width:100%;
|
|
}
|
|
|
|
.progressName{
|
|
/* float:left; */
|
|
|
|
display:inline;
|
|
}
|
|
|
|
.progressSize{
|
|
/* float:left; */
|
|
padding-left:4px;
|
|
display:inline;
|
|
}
|
|
|
|
.progressBarInProgress{
|
|
margin-top:8px;
|
|
height:4px;
|
|
width:auto;
|
|
/* background-image:url(../img/templates/progressbar-mid.gif);
|
|
background-position:top-left;
|
|
background-repeat:repeat-x; */
|
|
background-color:#222222;
|
|
}
|
|
|
|
|
|
.progressContainer {
|
|
margin: 0;
|
|
padding: 10px 7px 10px 6px;
|
|
border-top: 1px solid #343434;
|
|
background-color:#494949;
|
|
width: 96%;
|
|
}
|
|
|
|
.progressContainer.up {
|
|
/* color: red; */
|
|
|
|
}
|
|
|
|
.progressContainer.done {
|
|
/* color: green; */
|
|
}
|
|
|
|
#divStatus {
|
|
/* position: absolute; */
|
|
/* top: 120px;
|
|
right: 20px; */
|
|
}
|
|
|
|
#btnCancel {
|
|
/* padding: 5px 10px;
|
|
position: relative;
|
|
top: -8px; */
|
|
}
|
|
|
|
.clearer {
|
|
/* clear: both; */
|
|
} |