Created
June 5, 2014 22:56
-
-
Save amdrew/bd3c01dcfcba6383f457 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#edd-gateway-option-paypal:before { | |
content: url('../../../plugins/easy-digital-downloads/assets/images/icons/paypal.png'); | |
position: relative; | |
left: -10px; | |
top: 10px; | |
} | |
#edd-gateway-option-manual:before { | |
content: url('../../../plugins/easy-digital-downloads/assets/images/icons/visa.png'); | |
position: relative; | |
left: -10px; | |
top: 10px; | |
} | |
#edd_checkout_form_wrap label { | |
margin: 0 20px 0 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment