Commit 573906ac1daed5b0d2a5a446dafd0a245ccf2b37
1 parent
a6fbbea1
styles
Showing
2 changed files
with
11 additions
and
6 deletions
Show diff stats
frontend/views/layouts/main.php
| ... | ... | @@ -329,7 +329,7 @@ |
| 329 | 329 | ); |
| 330 | 330 | ?> |
| 331 | 331 | |
| 332 | - <div class="row calculate-main-wr"> | |
| 332 | + <div class="row calculate-main-wr" style="padding-top: 25px;"> | |
| 333 | 333 | <div class="col-md-10 col-md-offset-1" style="margin-top: -10px;margin-bottom: -5px;"> |
| 334 | 334 | <div style="width:100%;max-width: 920px;margin:0 auto;"> |
| 335 | 335 | <p style="font-weight:bold;margin-bottom: -10px;"><?= \Yii::t('app', 'contact_datas') ?></p> | ... | ... |
frontend/web/css/main.css
| ... | ... | @@ -461,11 +461,12 @@ section.bar.background-gray.steps-pre:before { |
| 461 | 461 | .calculate-main-wr:after, #calculate-form:after{content:'';clear:both;display:block;position:relative;} |
| 462 | 462 | #calculate-form{margin-top: -15px;} |
| 463 | 463 | #calculate-form > .row { |
| 464 | - border-bottom: 1px solid #e5e5e5; | |
| 465 | - padding-bottom: 10px; | |
| 466 | - padding-top: 25px; | |
| 464 | + padding-top: 15px; | |
| 465 | +} | |
| 466 | +#calculate-form .submit-wr{ | |
| 467 | + margin-top: -10px; | |
| 468 | + margin-bottom: 5px; | |
| 467 | 469 | } |
| 468 | -#calculate-form .submit-wr{margin-top:25px;} | |
| 469 | 470 | #calculate-form .text-center img{margin: 0 auto;} |
| 470 | 471 | .main-slider .carousel-indicators{display:none!important;} |
| 471 | 472 | .object-slider .carousel-indicators li{ |
| ... | ... | @@ -794,7 +795,11 @@ ul.list-wr span{color: #555;} |
| 794 | 795 | header{height: 62px;overflow: hidden;} |
| 795 | 796 | #all{min-height:100vh;position: relative;padding-bottom: 250px;} |
| 796 | 797 | footer#footer{height: 250px;max-height: 250px;position: absolute;width: 100%;bottom: 0;} |
| 797 | - #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;} | |
| 798 | + #calculate-modal .modal-dialog{ | |
| 799 | + width: 95%!important; | |
| 800 | + max-width: 1550px!important; | |
| 801 | + margin-top: 10px; | |
| 802 | + } | |
| 798 | 803 | .links-ses-for-wr .container .row p {margin: 7px 0px;} |
| 799 | 804 | p.coord1{margin-top:-30px;} |
| 800 | 805 | .object_main_title .main_omt{ | ... | ... |