Commit 129e780c84af0f8970bd29cd1eafa55fb14757f1
1 parent
f553f82a
правки
Showing
4 changed files
with
21 additions
and
4 deletions
Show diff stats
common/messages/ru/app.php
common/messages/ua/app.php
frontend/views/layouts/main.php
| ... | ... | @@ -657,7 +657,9 @@ |
| 657 | 657 | 'Contact us' |
| 658 | 658 | ); ?></a> |
| 659 | 659 | <div class="bottom-text-in hidden-sm hidden-xs"> |
| 660 | - <p class="pull-left">© <?= date( | |
| 660 | + <p class="pull-left"> | |
| 661 | + <a href="//artweb.ua" class="copylink"><?=\Yii::t('app', 'copylink')?></a> | |
| 662 | + © <?= date( | |
| 661 | 663 | 'Y' |
| 662 | 664 | ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/> |
| 663 | 665 | <?=\Yii::t('app', 'footer_using_mats')?>.</p> |
| ... | ... | @@ -738,6 +740,7 @@ |
| 738 | 740 | |
| 739 | 741 | |
| 740 | 742 | <div class="col-md-12 bottom-text hidden-md hidden-lg"> |
| 743 | + <a href="//artweb.ua" class="copylink mobile-cp"><?=\Yii::t('app', 'copylink')?></a> | |
| 741 | 744 | <p class="pull-left">© <?= date( |
| 742 | 745 | 'Y' |
| 743 | 746 | ) ?>. <?= $settings->name; ?>. <?=\Yii::t('app', 'footer_all_rights')?>.<br/> | ... | ... |
frontend/web/css/main.css
| ... | ... | @@ -353,7 +353,7 @@ section.bar.background-gray.steps-pre:before { |
| 353 | 353 | object-fit:cover; |
| 354 | 354 | } |
| 355 | 355 | .bottom-text{padding: 20px 15px;font-size: 12px;padding-bottom: 0;} |
| 356 | -.bottom-text-in{font-size: 12px;position: absolute;bottom: -72px;} | |
| 356 | +.bottom-text-in{font-size: 12px;position: absolute;bottom: -110px;} | |
| 357 | 357 | #map {height: 560px;background-image: url(../img/map.jpg);} |
| 358 | 358 | .main-slider .carousel-control{background:none!important;} |
| 359 | 359 | #main-page .main-slider .box-simple{position: absolute;width: 100%;bottom: 0;} |
| ... | ... | @@ -708,6 +708,18 @@ section.bar.background-gray.steps-pre:before { |
| 708 | 708 | } |
| 709 | 709 | ul.list-wr{color: #467fbf;} |
| 710 | 710 | ul.list-wr span{color: #555;} |
| 711 | +.copylink{ | |
| 712 | + padding: 10px 35px; | |
| 713 | + display: block; | |
| 714 | + background-image: url(/img/awlogo_w.png); | |
| 715 | + background-repeat: no-repeat; | |
| 716 | + background-position: left center; | |
| 717 | + color:#fff; | |
| 718 | +} | |
| 719 | +.copylink:hover{color:#fff;} | |
| 720 | +.copylink.mobile-cp{ | |
| 721 | + margin-top: -25px; | |
| 722 | +} | |
| 711 | 723 | |
| 712 | 724 | @media(min-width:1201px){ |
| 713 | 725 | .links-ses-for-wr .container .row p {margin: 7px 20px;} |
| ... | ... | @@ -722,8 +734,8 @@ ul.list-wr span{color: #555;} |
| 722 | 734 | } |
| 723 | 735 | @media(min-width:992px){ |
| 724 | 736 | header{height: 62px;overflow: hidden;} |
| 725 | - #all{min-height:100vh;position: relative;padding-bottom: 215px;} | |
| 726 | - footer#footer{max-height: 215px;position: absolute;width: 100%;bottom: 0;} | |
| 737 | + #all{min-height:100vh;position: relative;padding-bottom: 250px;} | |
| 738 | + footer#footer{height: 250px;max-height: 250px;position: absolute;width: 100%;bottom: 0;} | |
| 727 | 739 | #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;} |
| 728 | 740 | .links-ses-for-wr .container .row p {margin: 7px 0px;} |
| 729 | 741 | p.coord1{margin-top:-30px;} | ... | ... |