Commit 4bec4cfae24664250612c6320276d483f40704d1
1 parent
36096b86
aw_logo
Showing
2 changed files
with
22 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -578,8 +578,10 @@ _________________________________________________________ --> | @@ -578,8 +578,10 @@ _________________________________________________________ --> | ||
578 | </div> | 578 | </div> |
579 | 579 | ||
580 | <div class="col-md-12"> | 580 | <div class="col-md-12"> |
581 | - <p class="pull-left">© <?= date('Y') ?>. <?= $settings->name; ?> | <a href="//artweb.ua" title="ArtWeb - Создание сайтов" target="_blank">Создание сайтов</a></p> | ||
582 | - </div> | 581 | + <p class="pull-left">© <?= date('Y') ?>. <?= $settings->name; ?> |
582 | + <div class="footer_logo_aw">Создание сайтов - <a href="//artweb.ua" title="ArtWeb - Создание сайтов" target="_blank">ArtWeb.ua</a></div> | ||
583 | + </p> | ||
584 | + </py;> | ||
583 | </div> | 585 | </div> |
584 | <!-- /.container --> | 586 | <!-- /.container --> |
585 | </footer> | 587 | </footer> |
frontend/web/css/custom.css
@@ -452,6 +452,24 @@ div.modal-title{ | @@ -452,6 +452,24 @@ div.modal-title{ | ||
452 | font-weight: 900; | 452 | font-weight: 900; |
453 | font-size: 30px; | 453 | font-size: 30px; |
454 | } | 454 | } |
455 | +.footer_logo_aw{ | ||
456 | + background-image: url(/img/aw_logo.png); | ||
457 | + padding-left: 35px; | ||
458 | + background-repeat: no-repeat; | ||
459 | + background-position: left center; | ||
460 | + padding-top: 2px; | ||
461 | + padding-bottom: 2px; | ||
462 | + color: white; | ||
463 | + opacity: 0.4; | ||
464 | + position: relative; | ||
465 | + display: block; | ||
466 | + margin-top: 10px; | ||
467 | +} | ||
468 | +.footer_logo_aw a{ | ||
469 | + color: white; | ||
470 | + opacity: 0.4; | ||
471 | + text-decoration:none; | ||
472 | +} | ||
455 | 473 | ||
456 | @media (max-width: 767px) { | 474 | @media (max-width: 767px) { |
457 | ._dropdown-wr ._dropdown{ | 475 | ._dropdown-wr ._dropdown{ |