Explorar el Código

some css not commited a long time ago

Bachir Soussi Chiadmi hace 9 años
padre
commit
627216cb77
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      editmenu.css
  2. 1 1
      themes/gui.net/gui.net.css

+ 1 - 0
editmenu.css

@@ -10,6 +10,7 @@
   list-style: none;
   list-style: none;
 }
 }
 
 
+
 #editmenu {
 #editmenu {
   line-height: 1.0;
   line-height: 1.0;
   position: relative;
   position: relative;

+ 1 - 1
themes/gui.net/gui.net.css

@@ -1,6 +1,6 @@
 /* ------ DISPLAY ------ */
 /* ------ DISPLAY ------ */
 body.editmenu-enabled{margin-top:23px;}
 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,ul#editmenu *{margin:0;padding:0;list-style:none;}
 ul#editmenu{line-height:1.0;position:relative;width:100%;z-index:9999;}
 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;}
 ul#editmenu ul{position:absolute;top:-999em;width:14em;font-size:1em;line-height:1em;}