Skip to content

Commit

Permalink
Express Checkout - Lots of styling issues being reported, ref #692
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 8, 2017
1 parent 2b30dff commit 36b542e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions assets/css/angelleye-express-checkout.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,23 @@ div.widget_shopping_cart_content a.paypal_checkout_button .ec_checkout_page_butt
}
div.widget_shopping_cart_content a.paypal_checkout_button img.ec_checkout_page_button_type_pc {
box-shadow: none;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew > input {
float: none;
}
p.woocommerce-SavedPaymentMethods-saveNew {
width: 100%;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew > label {
padding: 0.236em 3px;
}
.angelleye_ec_save_to_accoount_box {
clear: both;
display: block;
float: left;
width: 100%;
}
form div.angelleye_ec_save_to_accoount_box p.form-row.woocommerce-SavedPaymentMethods-saveNew {
margin: 0 0 6px;
padding: 0px;
}

0 comments on commit 36b542e

Please sign in to comment.