fixed checkout form display (billing form select country)
This commit is contained in:
parent
598f09bba5
commit
d1290e31bc
@ -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;
|
||||
|
@ -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{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user