From 194f95d0168c7193649e49bb1c0f95feb1b33ee4 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 2 Dec 2014 12:09:43 -0500 Subject: [PATCH] Float Donate button to the center beside questions The donate button is now centered beside the questions that relate to the supporter program. --- www/conservancy/static/forms.css | 8 ++++++-- www/conservancy/static/supporter/index.html | 13 ++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/www/conservancy/static/forms.css b/www/conservancy/static/forms.css index 130d536a..145c2e75 100644 --- a/www/conservancy/static/forms.css +++ b/www/conservancy/static/forms.css @@ -3,9 +3,13 @@ width: 200px; text-align: right; } - +#supporter-form-inputs { + float: left; +} #supporter-form-submit { - padding-left: 100px; + padding-left: 500px; + padding-top: 100px; + float: center; } #supporter-form div { diff --git a/www/conservancy/static/supporter/index.html b/www/conservancy/static/supporter/index.html index 2659f6c0..2601f68b 100644 --- a/www/conservancy/static/supporter/index.html +++ b/www/conservancy/static/supporter/index.html @@ -121,7 +121,7 @@ internal policies are published and available for scrutiny.

Become a Supporter Now!

-
+
@@ -159,18 +159,17 @@ internal policies are published and available for scrutiny.

Yes No
-
+
-

- You will be redirected to the Paypal website to - become a supporter when you click “Donate”. - -
+
You will be redirected to PayPal's site when you click “Donate”. + + + {% endblock %}