Commit 1f348413ac22415304fdfbd74d1b483d736427ec

Authored by Yarik
2 parents 60c95ec0 2246dbb7

Merge remote-tracking branch 'origin/master'

common/messages/ru/app.php
@@ -5,4 +5,6 @@ @@ -5,4 +5,6 @@
5 'Not registered yet?' => 'Не зарегистрированы?', 5 'Not registered yet?' => 'Не зарегистрированы?',
6 'Register now!' => 'Зарегистрироваться', 6 'Register now!' => 'Зарегистрироваться',
7 'Отправить' => ' Отправить', 7 'Отправить' => ' Отправить',
  8 + 'Read more' => 'Читать далее',
  9 + 'Continue reading' => 'Продолжить чтение',
8 ]; 10 ];
9 \ No newline at end of file 11 \ No newline at end of file
frontend/views/layouts/main.php
@@ -546,7 +546,7 @@ _________________________________________________________ --> @@ -546,7 +546,7 @@ _________________________________________________________ -->
546 546
547 <footer id="footer"> 547 <footer id="footer">
548 <div class="container"> 548 <div class="container">
549 - <div class="col-md-4 col-sm-6"> 549 + <div class="col-md-3 col-sm-6">
550 <h4>О нас</h4> 550 <h4>О нас</h4>
551 551
552 <p><?= $settings->about ?></p> 552 <p><?= $settings->about ?></p>
@@ -556,7 +556,7 @@ _________________________________________________________ --&gt; @@ -556,7 +556,7 @@ _________________________________________________________ --&gt;
556 </div> 556 </div>
557 <!-- /.col-md-3 --> 557 <!-- /.col-md-3 -->
558 558
559 - <div class="col-md-2 col-sm-6"> 559 + <div class="col-md-3 col-sm-6">
560 560
561 <h4>Разделы</h4> 561 <h4>Разделы</h4>
562 562
frontend/views/site/index.php
@@ -265,8 +265,7 @@ _________________________________________________________ --&gt; @@ -265,8 +265,7 @@ _________________________________________________________ --&gt;
265 <h2>Полезные статьи</h2> 265 <h2>Полезные статьи</h2>
266 </div> 266 </div>
267 267
268 - <p class="lead">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies  
269 - mi vitae est. Mauris placerat eleifend leo. <span class="accent">Check our blog!</span> 268 + <p class="lead">Идейные соображения высшего порядка, а также постоянное информационно-пропагандистское обеспечение нашей деятельности требуют от нас анализа позиций, занимаемых участниками в отношении поставленных задач. Не следует, однако забывать, что консультация с широким активом влечет за собой процесс внедрения и модернизации позиций, занимаемых участниками в отношении поставленных задач. <span class="accent">Почитайте наш блог!</span>
270 </p> 269 </p>
271 270
272 <!-- *** BLOG HOMEPAGE *** 271 <!-- *** BLOG HOMEPAGE ***
@@ -298,7 +297,7 @@ _________________________________________________________ --&gt; @@ -298,7 +297,7 @@ _________________________________________________________ --&gt;
298 'blog/article', 297 'blog/article',
299 'id' => $article->id, 298 'id' => $article->id,
300 ] 299 ]
301 - ) ?>" class="btn btn-template-transparent-primary"><i class="fa fa-link"></i> Read more</a> 300 + ) ?>" class="btn btn-template-transparent-primary"><i class="fa fa-link"></i> <?php echo \Yii::t('app', 'Read more'); ?></a>
302 </p> 301 </p>
303 </div> 302 </div>
304 </div> 303 </div>
@@ -325,7 +324,7 @@ _________________________________________________________ --&gt; @@ -325,7 +324,7 @@ _________________________________________________________ --&gt;
325 'blog/article', 324 'blog/article',
326 'id' => $article->id, 325 'id' => $article->id,
327 ] 326 ]
328 - ) ?>" class="btn btn-template-main">Continue reading</a> 327 + ) ?>" class="btn btn-template-main"><?php echo \Yii::t('app', 'Continue reading'); ?></a>
329 </p> 328 </p>
330 </div> 329 </div>
331 </div> 330 </div>
frontend/web/css/style.css
@@ -3235,8 +3235,8 @@ p.price .price-title { @@ -3235,8 +3235,8 @@ p.price .price-title {
3235 } 3235 }
3236 3236
3237 #footer .blog-entries .item .name { 3237 #footer .blog-entries .item .name {
3238 - width: 75%;  
3239 - margin-left: 10px; 3238 + /*width: 75%;*/
  3239 + /*margin-left: 10px;*/
3240 display: table-cell; 3240 display: table-cell;
3241 vertical-align: middle; 3241 vertical-align: middle;
3242 } 3242 }
@@ -4703,4 +4703,16 @@ a i.fa, button i.fa, span.fa { @@ -4703,4 +4703,16 @@ a i.fa, button i.fa, span.fa {
4703 4703
4704 .modal-dialog.modal-sm { 4704 .modal-dialog.modal-sm {
4705 min-width: 350px; 4705 min-width: 350px;
  4706 +}
  4707 +
  4708 +.socials-links a{
  4709 + color:#fff;
  4710 + opacity:0.5;
  4711 + transition:0.2s;
  4712 +}
  4713 +.socials-links a:hover{
  4714 + opacity:1;
  4715 +}
  4716 +.socials-links a:active{
  4717 + opacity:0.8;
4706 } 4718 }
4707 \ No newline at end of file 4719 \ No newline at end of file