From 4bec4cfae24664250612c6320276d483f40704d1 Mon Sep 17 00:00:00 2001 From: zhegal Date: Wed, 25 Oct 2017 12:27:57 +0300 Subject: [PATCH] aw_logo --- frontend/views/layouts/main.php | 6 ++++-- frontend/web/css/custom.css | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 44db2e3..e0b24b2 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -578,8 +578,10 @@ _________________________________________________________ -->
-

© . name; ?> | Создание сайтов

-
+

© . name; ?> +

+

+ diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index eba15c4..4d4f1b9 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -452,6 +452,24 @@ div.modal-title{ font-weight: 900; font-size: 30px; } +.footer_logo_aw{ + background-image: url(/img/aw_logo.png); + padding-left: 35px; + background-repeat: no-repeat; + background-position: left center; + padding-top: 2px; + padding-bottom: 2px; + color: white; + opacity: 0.4; + position: relative; + display: block; + margin-top: 10px; +} +.footer_logo_aw a{ + color: white; + opacity: 0.4; + text-decoration:none; +} @media (max-width: 767px) { ._dropdown-wr ._dropdown{ -- libgit2 0.21.4