From c63d541f8279c96775a6a15044f2874a51c3157c Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 13:33:12 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 ++++- frontend/web/js/script.js | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index f75ac70..a55b315 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2282,11 +2282,14 @@ p.right{text-align: right;} width: 100%; } .dropd_menu{ - display: block; position: inherit; width: 100%!important; z-index: 30; padding: 0!important; + box-shadow:none; + } + .dropd_menu.showmob{ + display:block; } .inline_dropb, .dropd_menu{ padding:0;margin:0; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index dfb64ca..4794a47 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -126,5 +126,8 @@ $(document).ready( $(this).toggleClass("show"); $(this).parent().find(".container").toggleClass("showed"); }); + $(".menu a").click(function(){ + $(this).toggleClass("showmob"); + }); } ); \ No newline at end of file -- libgit2 0.21.4