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 bc83956 commit c43df29
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 6 deletions.
28 changes: 27 additions & 1 deletion assets/css/angelleye-express-checkout.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,30 @@ p.woocommerce-SavedPaymentMethods-saveNew {
}
.angelleye_ec_save_to_accoount_box {
clear: both;
}
}


div.widget_shopping_cart_content a.paypal_checkout_button {
border: medium none;
clear: both;
float: left;
box-shadow: none;
}

div.widget_shopping_cart_content a.paypal_checkout_button image {
box-shadow: none;
max-width: 100%;
padding: 0;
}

div.widget_shopping_cart_content a.paypal_checkout_button .ec_checkout_page_button_type_paypalimage {
border: medium none;
box-shadow: none;
height: auto;
margin: 3px 5px 3px 0;
padding: 0;
width: auto;
}
div.widget_shopping_cart_content a.paypal_checkout_button img.ec_checkout_page_button_type_pc {
box-shadow: none;
}
24 changes: 20 additions & 4 deletions assets/css/cart.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.angelleye_cart_button a.paypal_checkout_button {
.angelleye_cart_button a.paypal_checkout_button, a.paypal_checkout_button {
clear: both;
float: left;
border: none;
}
.angelleye_cart_button a.paypal_checkout_button.img {
.angelleye_cart_button a.paypal_checkout_button.img, a.paypal_checkout_button.img {
border: none; padding: 0;
box-shadow: none;
}
Expand Down Expand Up @@ -34,16 +34,32 @@ p.woocommerce-SavedPaymentMethods-saveNew {
.angelleyeOverlay {
display:none;z-index: 1000; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.6; cursor: default; position: absolute;
}
form.woocommerce-cart-form div.angelleye_cart_button a.paypal_checkout_button img {
form.woocommerce-cart-form div.angelleye_cart_button a.paypal_checkout_button img, a.paypal_checkout_button image {
max-width: 100%;
box-shadow:none;
}
.product_meta {
clear: both;
}
div.wc-proceed-to-checkout a.paypal_checkout_button img {
div.wc-proceed-to-checkout a.paypal_checkout_button img, a.paypal_checkout_button img {
box-shadow: none;
padding: 0;
}
a.paypal_checkout_button {
box-shadow: none;
}
form.woocommerce-cart-form div.angelleye_cart_button a.paypal_checkout_button img.ec_checkout_page_button_type_paypalimage, a.paypal_checkout_button img.ec_checkout_page_button_type_paypalimage {
border: medium none;
}
a.paypal_checkout_button img.ec_checkout_page_button_type_pc {
border: medium none;
padding: 0;
}
.wc-proceed-to-checkout.angelleye_cart_button {
float: left;
margin-bottom: 5px;
margin-top: 5px;
}
div.wc-proceed-to-checkout a.paypal_checkout_button {
border: medium none;
}
3 changes: 2 additions & 1 deletion assets/css/single.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ p.woocommerce-SavedPaymentMethods-saveNew {
padding: 0;
width: auto;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
box-shadow: none;
}
.single_add_to_cart_button.button.alt.paypal_checkout_button.single_variation_wrap_angelleye.paypal_checkout_button.button.alt.ec_product_page_button_type_textbutton {
float: left;
Expand Down Expand Up @@ -60,4 +61,4 @@ form.cart div.angelleye_button_single input.ec_product_page_button_type_textbutt
}
.paypal_checkout_button.button.alt.ec_checkout_page_button_type_textbutton {
margin: 3px 0 3px 0;
}
}

0 comments on commit c43df29

Please sign in to comment.