From 097c82ea26086e406969809e835403899d41136a 2015-03-05 21:32:49 From: Bradley M. Kuhn Date: 2015-03-05 21:32:49 Subject: [PATCH] Move progressbar CSS to CSS file, not hard code. Also, increase size of progress bar (HT tmarble) --- diff --git a/www/conservancy/static/conservancy.css b/www/conservancy/static/conservancy.css index f425464350a80297449ce66ba8114193377ee94b..52efa708c2e79ccbfb78563830e765f13553ff57 100644 --- a/www/conservancy/static/conservancy.css +++ b/www/conservancy/static/conservancy.css @@ -117,6 +117,14 @@ h3 { margin-top: .6em; margin-bottom: .4em; } margin-right: 50px; } +#progressbar { + height: 30px; +} + +#progressbar .ui-widget-header { + background: rgb(206, 31, 31); +} + .content-with-donate-sidebar { align: left; width: 80%; diff --git a/www/conservancy/static/npoacct/index.html b/www/conservancy/static/npoacct/index.html index b3de18deffe2caf79babffb1be323380ef9ce408..68490fc7cc379b134d1dc04ff5c24dfa70a0c61e 100644 --- a/www/conservancy/static/npoacct/index.html +++ b/www/conservancy/static/npoacct/index.html @@ -7,10 +7,6 @@ - -