Ajuste de líneas del menú contextual

This commit is contained in:
Manuel Cillero 2019-02-10 22:52:13 +01:00
parent b426c390d8
commit 806ea304a0

View file

@ -971,7 +971,7 @@ div#content > div.contextual:first-child select,
div.flash + div.contextual select {
margin: 3px 0;
height: 27px;
line-height: 27px;
line-height: 1em;
}
div#content > div.contextual:first-child .icon,
div.flash + div.contextual .icon {
@ -986,6 +986,7 @@ div#content #context-menu ul {
}
div#content #context-menu li a {
color: #333;
line-height: 1.12em;
}
div#content #context-menu li:hover {
background: #f2f4f5;