upload css

This commit is contained in:
ashok sukumaran 2011-07-02 18:49:12 +05:30
parent aa6cd74b80
commit c2bf88f7f5

View File

@ -26,7 +26,7 @@ border-width: 2px;
border-style: dashed; border-style: dashed;
border-color: #298A08; border-color: #298A08;
padding: 5px; padding: 5px;
font-size: 12px; font-size: 14px;
margin-bottom: 5px; margin-bottom: 5px;
} }
@ -34,23 +34,26 @@ margin-bottom: 5px;
width: 500px; width: 500px;
background-color: #298A08; background-color: #298A08;
padding: 5px; padding: 5px;
font-size: 12px; font-size: 14px;
margin-bottom: 5px; margin-bottom: 5px;
} }
#progressbar { #progressbar {
display: none; display: none;
background-color: ##FE642E; background-color: blue;
margin-left: 40px; margin-left: 40px;
} }
#progress { #progress {
background-color: #298A08; background-color: ##FE642E;
}
#progressstatus {
font-size: 12px;
} }
#filesList { #filesList {
margin-top: 10px; margin-top: 15px;
margin-bottom: 10px;
} }