From 99a1ec1afac04727ef418ce1d5f6431d7614e795 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Dec 2014 17:00:56 -0500 Subject: [PATCH] Submit button fixing --- css/glm-payments-widget.css | 2 +- includes/payment-display.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/glm-payments-widget.css b/css/glm-payments-widget.css index 58e537d..b4854b0 100755 --- a/css/glm-payments-widget.css +++ b/css/glm-payments-widget.css @@ -49,7 +49,7 @@ height: 28px; float: none; padding: 0 22px; -margin: 0 auto; +margin: 0 40%; background: #608e3a; border: none; line-height: 28px; diff --git a/includes/payment-display.php b/includes/payment-display.php index fc1f084..58e469e 100755 --- a/includes/payment-display.php +++ b/includes/payment-display.php @@ -538,9 +538,11 @@ function glm_payment_form() { -
+ + -
+ + -- 2.17.1