upload css
This commit is contained in:
parent
268b581ed5
commit
2711628ed6
|
@ -42,7 +42,7 @@ margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progressbar {
|
#progressbar {
|
||||||
margin: 5px;
|
margin-left: 20px;
|
||||||
display: none;
|
display: none;
|
||||||
background-color: ##FE642E;
|
background-color: ##FE642E;
|
||||||
}
|
}
|
||||||
|
@ -51,20 +51,24 @@ background-color: ##FE642E;
|
||||||
background-color: #298A08;
|
background-color: #298A08;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filesList {
|
||||||
|
margin-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
.fileForm {
|
.fileForm {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%
|
width:100%
|
||||||
}
|
}
|
||||||
|
|
||||||
.fileTitle {
|
.fileTitle {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px;
|
margin-right:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fileDesc {
|
.fileDesc {
|
||||||
width: 200px;
|
width: 250px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px;
|
margin-right:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadStudy {
|
#uploadStudy {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user