Ajuste de líneas del menú contextual
This commit is contained in:
parent
b426c390d8
commit
806ea304a0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue