[Scummvm-cvs-logs] scummvm-web master -> fae9d73c5ba1383f829ffe83fd4d37e2a9839af0

salty-horse ori at avtalion.name
Wed Apr 13 19:19:37 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
fae9d73c5b WEB: Remove 'padding' of PayPal button in Chrome and Safari


Commit: fae9d73c5ba1383f829ffe83fd4d37e2a9839af0
    https://github.com/scummvm/scummvm-web/commit/fae9d73c5ba1383f829ffe83fd4d37e2a9839af0
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-04-13T20:19:19+03:00

Commit Message:
WEB: Remove 'padding' of PayPal button in Chrome and Safari

Changed paths:
    templates/intro_header.tpl



diff --git a/templates/intro_header.tpl b/templates/intro_header.tpl
index 649ec6f..67941b7 100644
--- a/templates/intro_header.tpl
+++ b/templates/intro_header.tpl
@@ -53,7 +53,7 @@
 				<p>
 					{#introHeaderContentP4#}
 				</p>
-				<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+				<form style="float: right;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 					<input type="hidden" name="cmd" value="_s-xclick">
 					<input type="hidden" name="hosted_button_id" value="U6E6SLL7E8MAS">
 					<input type="image" src="/images/ppdonate.png" style="width: 63px; height: 25px; border: 0 none;" align="right" name="submit" alt="{#indexSupport#}">






More information about the Scummvm-git-logs mailing list