added padding and margins for upload files
This commit is contained in:
parent
99b037871b
commit
4381456187
|
@ -44,11 +44,24 @@ margin-bottom: 5px;
|
||||||
.uploaded {
|
.uploaded {
|
||||||
width: 450px;
|
width: 450px;
|
||||||
background-color: #298A08;
|
background-color: #298A08;
|
||||||
padding: 5px;
|
padding:5px;
|
||||||
font-size: 14px;
|
font-size:14px;
|
||||||
margin-bottom: 5px;
|
margin-bottom:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fileDesc
|
||||||
|
{margin-left:4px;}
|
||||||
|
|
||||||
|
.formHelp
|
||||||
|
{font-weight:bold;
|
||||||
|
padding-top:6px;
|
||||||
|
padding-left:6px;}
|
||||||
|
|
||||||
|
.fileForm button
|
||||||
|
{float:right;
|
||||||
|
margin-right:5px;
|
||||||
|
margin-bottom:5px;}
|
||||||
|
|
||||||
#progressbar {
|
#progressbar {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: #F2F2F2;
|
background-color: #F2F2F2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user