Ver código fonte

Fix navbar dropdown position in Firefox ESR

test
spaghetti 7 anos atrás
committed by Tomochin
pai
commit
456da8eafa
2 arquivos alterados com 2 adições e 0 exclusões
  1. +1
    -0
      static/styles/beluga/style.css
  2. +1
    -0
      static/styles/genaviv/style.css

+ 1
- 0
static/styles/beluga/style.css Ver arquivo

@@ -322,6 +322,7 @@ p.min_padding {
background: #509599;
margin-top: 50px;
z-index: 99999;
left: 0;
}

#menu > ul > .nav_dropdown:hover {


+ 1
- 0
static/styles/genaviv/style.css Ver arquivo

@@ -1207,6 +1207,7 @@ td {
width: 100%;
z-index: 99999;
margin-top: 14px;
left: 0;
}
#nav_links > #links_menu {
width: 120px;


Carregando…
Cancelar
Salvar