From ce78e9379a09da20e0b66e3760632abe3b5684d2 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 13:25:17 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 92355c9..b90f6b2 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2282,7 +2282,22 @@ p.right{text-align: right;} width: 100%; } .dropd_menu{ - display:none; + display:block; + position: absolute; + width: 100%!important; + top: 0px; + left: 0px; + z-index: 30; + padding: 0; + } + .inline_dropb, .dropd_menu{ + padding:0;margin:0; + } + .idp_el{ + width: 100%; + padding: 0px; + margin: 0px; + background-color: rgb(210, 208, 208); } .menu li a{ height: 45px; -- libgit2 0.21.4