added padding and margins for upload files

This commit is contained in:
Karen 2011-07-04 14:35:46 +05:30
parent 99b037871b
commit 4381456187

View File

@ -44,11 +44,24 @@ margin-bottom: 5px;
.uploaded {
width: 450px;
background-color: #298A08;
padding: 5px;
font-size: 14px;
margin-bottom: 5px;
padding:5px;
font-size:14px;
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 {
display: none;
background-color: #F2F2F2;