Browse Source

fixed checkout form display (billing form select country)

Bachir Soussi Chiadmi 4 years ago
parent
commit
d1290e31bc

+ 2 - 1
sites/all/themes/gui/materiobasetheme/css/styles.css

@@ -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;

+ 2 - 1
sites/all/themes/gui/materiobasetheme/scss/styles.scss

@@ -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{}