From ad62f74d80b449b66b708b6f7fb5caf0082c0bb3 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 18:23:32 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 8 ++++++++ frontend/web/images/hidem1.png | Bin 0 -> 38983 bytes 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 frontend/web/images/hidem1.png diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5e3261d..bb96eb1 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2059,6 +2059,14 @@ p.right{text-align: right;} height: 68px; position: relative; } +.hidemenu a{ + position: absolute; + width: 100%; + height: 100%; + background-position: center center; + background-repeat:no-repeat; + background-image: url('../images/hidem1.png'); +} /**/ @media (min-width: 1200px){ .nav_up{ diff --git a/frontend/web/images/hidem1.png b/frontend/web/images/hidem1.png new file mode 100644 index 0000000..0f621d8 Binary files /dev/null and b/frontend/web/images/hidem1.png differ -- libgit2 0.21.4