upload css

This commit is contained in:
ashok sukumaran 2011-07-02 17:57:17 +05:30
parent 2711628ed6
commit 87db9c38ff

View File

@ -19,9 +19,6 @@ padding:18px 0px 18px 100px;
padding-bottom:10px; padding-bottom:10px;
} }
#filesList {
margin: 5px;
}
.uploading { .uploading {
width: 496px; width: 496px;
@ -42,7 +39,6 @@ margin-bottom: 5px;
} }
#progressbar { #progressbar {
margin-left: 20px;
display: none; display: none;
background-color: ##FE642E; background-color: ##FE642E;
} }
@ -52,9 +48,11 @@ background-color: #298A08;
} }
#filesList { #filesList {
margin-left:20px; margin-left: 0px;
margin-top: 50px;
} }
.fileForm { .fileForm {
overflow: auto; overflow: auto;
width:100% width:100%
@ -66,7 +64,7 @@ margin-right:10px;
} }
.fileDesc { .fileDesc {
width: 250px; width: 220px;
float: left; float: left;
margin-right:10px; margin-right:10px;
} }