upload css
This commit is contained in:
parent
7cc249c4a9
commit
c64221898e
|
@ -11,44 +11,63 @@ float:left;
|
|||
|
||||
|
||||
#addFilesWrapper {
|
||||
display: none;
|
||||
padding:18px 0px 18px 100px;
|
||||
display: none;
|
||||
padding:18px 0px 18px 100px;
|
||||
}
|
||||
|
||||
#uploadInstructions {
|
||||
padding-bottom:10px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
#filesList {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.uploading {
|
||||
width: 496px;
|
||||
border-width: 2px;
|
||||
border-style: dashed;
|
||||
border-color: #298A08;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: 496px;
|
||||
border-width: 2px;
|
||||
border-style: dashed;
|
||||
border-color: #298A08;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.uploaded {
|
||||
width: 500px;
|
||||
background-color: #298A08;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: 500px;
|
||||
background-color: #298A08;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#progressbar {
|
||||
display: none;
|
||||
background-color: ##FE642E;
|
||||
margin: 5px;
|
||||
display: none;
|
||||
background-color: ##FE642E;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: #298A08;
|
||||
background-color: #298A08;
|
||||
}
|
||||
|
||||
.fileForm {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.fileTitle {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.fileDesc {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#uploadStudy {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#uploadingTo {
|
||||
margin-bottom: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user