From f2f16bdb03696720431ee2f54620cdb69053d9d5 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 22:42:34 +0530 Subject: [PATCH] frontpages --- edgware/static/css/files/upload.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index af4d605..d2961d1 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -46,13 +46,8 @@ width: 450px; padding:10px; 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; -border-radius:14px;} +background: #7db9e8; +border-radius:10px;} .formHelp {font-weight:bold;