diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php
index 2633023..a05d4a2 100644
--- a/common/messages/ru/app.php
+++ b/common/messages/ru/app.php
@@ -315,4 +315,5 @@ return [
'individ_header_cover' => 'sl_kbindiv_01_ru.jpg',
'NewsFollow' => 'Следите за новостями',
'city_short' => 'г',
+ 'copylink' => 'Создание сайтов',
];
\ No newline at end of file
diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php
index 89dd8a7..caaac68 100644
--- a/common/messages/ua/app.php
+++ b/common/messages/ua/app.php
@@ -317,4 +317,5 @@ return [
'individ_header_cover' => 'sl_kbindiv_01_ukr.jpg',
'NewsFollow' => 'Слідкуйте за новинами',
'city_short' => 'м',
+ 'copylink' => 'Створення сайтів',
];
\ No newline at end of file
diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index 695a321..edbab04 100644
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -657,7 +657,9 @@
'Contact us'
); ?>
-
© = date(
+
+ =\Yii::t('app', 'copylink')?>
+ © = date(
'Y'
) ?>. = $settings->name; ?>. =\Yii::t('app', 'footer_all_rights')?>.
=\Yii::t('app', 'footer_using_mats')?>.
@@ -738,6 +740,7 @@
+
=\Yii::t('app', 'copylink')?>
© = date(
'Y'
) ?>. = $settings->name; ?>. =\Yii::t('app', 'footer_all_rights')?>.
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css
index 2bec802..f9934f2 100644
--- a/frontend/web/css/main.css
+++ b/frontend/web/css/main.css
@@ -353,7 +353,7 @@ section.bar.background-gray.steps-pre:before {
object-fit:cover;
}
.bottom-text{padding: 20px 15px;font-size: 12px;padding-bottom: 0;}
-.bottom-text-in{font-size: 12px;position: absolute;bottom: -72px;}
+.bottom-text-in{font-size: 12px;position: absolute;bottom: -110px;}
#map {height: 560px;background-image: url(../img/map.jpg);}
.main-slider .carousel-control{background:none!important;}
#main-page .main-slider .box-simple{position: absolute;width: 100%;bottom: 0;}
@@ -708,6 +708,18 @@ section.bar.background-gray.steps-pre:before {
}
ul.list-wr{color: #467fbf;}
ul.list-wr span{color: #555;}
+.copylink{
+ padding: 10px 35px;
+ display: block;
+ background-image: url(/img/awlogo_w.png);
+ background-repeat: no-repeat;
+ background-position: left center;
+ color:#fff;
+}
+.copylink:hover{color:#fff;}
+.copylink.mobile-cp{
+ margin-top: -25px;
+}
@media(min-width:1201px){
.links-ses-for-wr .container .row p {margin: 7px 20px;}
@@ -722,8 +734,8 @@ ul.list-wr span{color: #555;}
}
@media(min-width:992px){
header{height: 62px;overflow: hidden;}
- #all{min-height:100vh;position: relative;padding-bottom: 215px;}
- footer#footer{max-height: 215px;position: absolute;width: 100%;bottom: 0;}
+ #all{min-height:100vh;position: relative;padding-bottom: 250px;}
+ footer#footer{height: 250px;max-height: 250px;position: absolute;width: 100%;bottom: 0;}
#calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;}
.links-ses-for-wr .container .row p {margin: 7px 0px;}
p.coord1{margin-top:-30px;}
--
libgit2 0.21.4