From d1290e31bc1585c56ff49b72776301a2f7bce57e Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 11 Jul 2019 18:37:59 +0200 Subject: [PATCH] fixed checkout form display (billing form select country) --- sites/all/themes/gui/materiobasetheme/css/styles.css | 3 ++- sites/all/themes/gui/materiobasetheme/scss/styles.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index 81349012..e9454705 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/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; diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index 15981a12..e3bfd728 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/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{}