From e4c4538a460214b5829d5939c2604c8a3c4b0226 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 21 Dec 2016 13:31:53 +0200 Subject: [PATCH] попап3 --- www/css/main.min.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/main.min.css b/www/css/main.min.css index 923fe28..2f7d7b7 100644 --- a/www/css/main.min.css +++ b/www/css/main.min.css @@ -935,7 +935,7 @@ h2.types_logo_543{color:#5b4a42;} .delivery-form-par .text-down .footer-text{color:#333333;font-style:italic;text-align:center;font-family:'Lato-Italic';padding-top:8px;padding-top:24px;width:100%;font-size:10.8px;} .delivery-form-par .submit-delivery-but{font-size:15px;color:#fff;border:none;background-color:#6cb33f;text-transform:lowercase;width:80px;height:25px;outline:none;cursor:pointer;} .delivery-form-par .text-up p span{color:#f15a24;font-size:28.58px;} -.delivery-form-par .content-popup{padding:38px;width:100%;height:100%;max-width:480px;box-sizing:border-box;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat-x: no-repeat;} +.delivery-form-par .content-popup{padding:38px;width:100%;height:100%;min-height: 400px;max-width:480px;box-sizing:border-box;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat-x: no-repeat;} .delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;} .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;} body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;} @@ -943,7 +943,7 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; .delivery-form-par .popup-main-delivery{width:96%;left:2%;} } @media ( max-width: 480px ){ - .popup-main-delivery{background-image:none;} + .delivery-form-par .popup-main-delivery{background-image:none;} .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;} .delivery-form-par .text-down input {margin-bottom:5px;} .delivery-form-par .submit-delivery-but{margin-top:5px;} -- libgit2 0.21.4