From 265c7aa076f0d8b9e3661135563309ea81b2301b Mon Sep 17 00:00:00 2001 From: icemate Date: Thu, 22 Jun 2017 15:56:36 +0300 Subject: [PATCH] новинка --- frontend/views/layouts/main.php | 1 + frontend/web/css/css_header.css | 20 ++++++++++++++++++++ frontend/web/images/trio-min.png | Bin 0 -> 1652 bytes 3 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 frontend/web/images/trio-min.png diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3ef9ac5..d45a665 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -474,6 +474,7 @@
акции
+
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 671c75a..7888e3b 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -8255,6 +8255,26 @@ footer .content-title { color: #01974a } +.btns_trio-link { + right: auto; + left: 40px; +} +.btns_trio-link a { + text-align: left; + padding-left: 20px; +} +.btns_trio-link a b { + background: url(../images/trio-min.png) 0 50% no-repeat; + width: 32px; + height: 41px; + position: absolute; + top: 0; + right: 20px; +} + + + + .brbeadcrumbs-wr { height: 83px; line-height: 83px diff --git a/frontend/web/images/trio-min.png b/frontend/web/images/trio-min.png new file mode 100644 index 0000000..96fb5e4 Binary files /dev/null and b/frontend/web/images/trio-min.png differ -- libgit2 0.21.4