From 527d7cbe24fa628fecda2c985b0dcd3d31c7dec2 Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 4 Jul 2011 15:10:03 +0530 Subject: [PATCH] gradient for progress --- edgware/static/css/files/upload.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 692b452..60d3dc8 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -47,7 +47,12 @@ background-color: #298A08; padding:5px; font-size:14px; margin-bottom:5px; -} +background: #3b240b; /* Old browsers */ +background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ +background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */ +color:#FFF;} .fileDesc {margin-left:4px;} @@ -69,8 +74,11 @@ margin-left: 40px; } #progress { -background-color: #298A08; -} +background: #3b240b; /* Old browsers */ +background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ +background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */} #progressstatus { font-size: 12px;