upload css

This commit is contained in:
ashok sukumaran 2011-07-02 17:01:38 +05:30
parent 566f1a0c3a
commit 7cc249c4a9

View File

@ -21,16 +21,19 @@ float:left;
.uploading { .uploading {
width: 300px; width: 496px;
border-width: 2px; border-width: 2px;
border-style: dashed; border-style: dashed;
border-color: #298A08; border-color: #298A08;
padding: 10px;
margin-bottom: 10px;
} }
.uploaded { .uploaded {
width: 300px; width: 500px;
border-width: 2px;
background-color: #298A08; background-color: #298A08;
padding: 10px;
margin-bottom: 10px;
} }
#progressbar { #progressbar {