fixed checkout form display (billing form select country)

This commit is contained in:
Bachir Soussi Chiadmi 2019-07-11 18:37:59 +02:00
parent 598f09bba5
commit d1290e31bc
2 changed files with 4 additions and 2 deletions

View File

@ -7831,7 +7831,8 @@ body.page-node-11187 .node-11187 .field-name-body {
vertical-align: middle;
margin-right: 1em;
border-bottom: 1px solid #cccccc; }
#uc-cart-checkout-form #billing-pane input.form-text {
#uc-cart-checkout-form #billing-pane input.form-text,
#uc-cart-checkout-form #billing-pane select.form-select {
width: 13em; }
#uc-cart-checkout-form #payment-pane .fieldset-wrapper {
background-color: #fff;

View File

@ -3058,7 +3058,8 @@ body.page-node-11187{
#billing-pane{
label{ @include fs12; width:8em; @include inlineblock; vertical-align:middle; margin-right:1em; border-bottom: 1px solid #cccccc; }
input.form-text{width:13em;}
input.form-text,
select.form-select{width:13em;}
}
#coupon_automatic-pane{}