Commit ce78e9379a09da20e0b66e3760632abe3b5684d2
1 parent
3b4d64b7
123
Showing
1 changed file
with
16 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -2282,7 +2282,22 @@ p.right{text-align: right;} | @@ -2282,7 +2282,22 @@ p.right{text-align: right;} | ||
2282 | width: 100%; | 2282 | width: 100%; |
2283 | } | 2283 | } |
2284 | .dropd_menu{ | 2284 | .dropd_menu{ |
2285 | - display:none; | 2285 | + display:block; |
2286 | + position: absolute; | ||
2287 | + width: 100%!important; | ||
2288 | + top: 0px; | ||
2289 | + left: 0px; | ||
2290 | + z-index: 30; | ||
2291 | + padding: 0; | ||
2292 | + } | ||
2293 | + .inline_dropb, .dropd_menu{ | ||
2294 | + padding:0;margin:0; | ||
2295 | + } | ||
2296 | + .idp_el{ | ||
2297 | + width: 100%; | ||
2298 | + padding: 0px; | ||
2299 | + margin: 0px; | ||
2300 | + background-color: rgb(210, 208, 208); | ||
2286 | } | 2301 | } |
2287 | .menu li a{ | 2302 | .menu li a{ |
2288 | height: 45px; | 2303 | height: 45px; |