edgware/edgware/static/css/files/upload.css
ashok sukumaran c2bf88f7f5 upload css
2011-07-02 18:49:12 +05:30

82 lines
931 B
CSS

#categoryForm {
padding:18px 0px 18px 100px;
}
#categoryForm p {
padding-bottom:10px;
padding-right:50px;
font-size:14px;
float:left;
}
#addFilesWrapper {
display: none;
padding:18px 0px 18px 100px;
}
#uploadInstructions {
padding-bottom:10px;
}
.uploading {
width: 496px;
border-width: 2px;
border-style: dashed;
border-color: #298A08;
padding: 5px;
font-size: 14px;
margin-bottom: 5px;
}
.uploaded {
width: 500px;
background-color: #298A08;
padding: 5px;
font-size: 14px;
margin-bottom: 5px;
}
#progressbar {
display: none;
background-color: blue;
margin-left: 40px;
}
#progress {
background-color: ##FE642E;
}
#progressstatus {
font-size: 12px;
}
#filesList {
margin-top: 15px;
}
.fileForm {
overflow: hidden;
width: 100%;
}
.fileTitle {
float: left;
margin-right:10px;
}
.fileDesc {
width: 220px;
float: left;
margin-right:10px;
}
#uploadStudy {
font-weight: bold;
}
#uploadingTo {
margin-bottom: 12px;
}