From 627216cb7785faa97ef67d96eadecb05d95852ca Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 19 Apr 2015 16:05:18 +0200 Subject: [PATCH] some css not commited a long time ago --- editmenu.css | 1 + themes/gui.net/gui.net.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/editmenu.css b/editmenu.css index dfe596ee..0491d75f 100644 --- a/editmenu.css +++ b/editmenu.css @@ -10,6 +10,7 @@ list-style: none; } + #editmenu { line-height: 1.0; position: relative; diff --git a/themes/gui.net/gui.net.css b/themes/gui.net/gui.net.css index a4ad3383..f3c5eee1 100644 --- a/themes/gui.net/gui.net.css +++ b/themes/gui.net/gui.net.css @@ -1,6 +1,6 @@ /* ------ DISPLAY ------ */ body.editmenu-enabled{margin-top:23px;} -.editmenu-block{height:23px;position:fixed;top:0;left:0;width:100%;} +.editmenu-block{height:23px;position:fixed;top:0;left:0;width:100%;z-index:9999;} ul#editmenu,ul#editmenu *{margin:0;padding:0;list-style:none;} ul#editmenu{line-height:1.0;position:relative;width:100%;z-index:9999;} ul#editmenu ul{position:absolute;top:-999em;width:14em;font-size:1em;line-height:1em;}