Commit 82f50326b1ba55270e1c8f0bda55a08d04ae171d
1 parent
2402211f
calculate modal - layout
Showing
2 changed files
with
10 additions
and
4 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -526,7 +526,7 @@ |
526 | 526 | </div> |
527 | 527 | </div> |
528 | 528 | </div> |
529 | - <div class="col-lg-6 col-md-12"> | |
529 | + <div class="col-lg-6 col-md-12 calc-form-right-wr"> | |
530 | 530 | <div class="row"> |
531 | 531 | <div class="col-md-12"> |
532 | 532 | <p style="font-weight:bold;"><?= \Yii::t('app', 'info_power_ses') ?></p> |
... | ... | @@ -545,7 +545,7 @@ |
545 | 545 | 'unselect' => null, |
546 | 546 | 'encode' => false, |
547 | 547 | 'item' => function ($index, $label, $name, $checked, $value){ |
548 | - $content = '<div class="col-md-3 col-sm-12 col-xs-12">'; | |
548 | + $content = '<div class="col-md-4 col-sm-12 col-xs-12">'; | |
549 | 549 | |
550 | 550 | $content .= Html::radio( |
551 | 551 | $name, | ... | ... |
frontend/web/css/main.css
... | ... | @@ -520,11 +520,17 @@ section.bar.background-gray.steps-pre:before { |
520 | 520 | text-align: center; |
521 | 521 | margin-bottom: 20px; |
522 | 522 | } |
523 | - | |
524 | -@media(min-width:1200px){ | |
523 | +@media(min-width:1201px){ | |
525 | 524 | .links-ses-for-wr .container .row p {margin: 7px 20px;} |
526 | 525 | .main-slider {min-height: 620px;} |
527 | 526 | } |
527 | +@media(max-width:1200px){ | |
528 | + .calc-form-right-wr{ | |
529 | + border-top: 1px solid #e5e5e5; | |
530 | + padding-top: 20px!important; | |
531 | + margin-top: 10px; | |
532 | + } | |
533 | +} | |
528 | 534 | @media(min-width:992px){ |
529 | 535 | #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;} |
530 | 536 | .links-ses-for-wr .container .row p {margin: 7px 0px;} | ... | ... |