From 5810c6721c6bb197d74246608dbd530118fe334b Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 7 Oct 2016 15:01:49 +0300 Subject: [PATCH] 123 --- frontend/views/layouts/main.php | 2 +- frontend/web/css/style.css | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 196da08..2ffcd1b 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -142,7 +142,7 @@ $brands = Category::find() пн–пт: 10:00 – 19:30
сб: 11:00 – 18:00 diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index db69049..48014e4 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1981,6 +1981,24 @@ p.right{text-align: right;} .submit_btn button, .answer-form button{ height:inherit; } + +.aw_logo{ + opacity:0.5; + margin-top: 50px; + text-align: right; +} +.aw_logo a{ + text-align: right; + color: #edeeef; + background: url(../images/aw_logo.png); + background-position: right center; + background-repeat: no-repeat; + padding-top: 6px; + padding-bottom: 4px; + padding-right: 37px; + font-family: sans-serif; + font-size: 12px; +} /**/ @media (min-width: 1200px){ .nav_up{ -- libgit2 0.21.4