Skip to content
Snippets Groups Projects
Commit d1070836 authored by Ernesto Baschny's avatar Ernesto Baschny
Browse files

[BUGFIX] No margin below context menus (in page tree)

Resolves: #53684
Releases: 6.2
Change-Id: I3be203934a724822ea8990f7b3ca04135521982c
Reviewed-on: https://review.typo3.org/25453
Reviewed-by: Jost Baron
Tested-by: Jost Baron
Reviewed-by: Ernesto Baschny
Tested-by: Ernesto Baschny
parent 1b56b333
Branches
Tags
No related merge requests found
......@@ -1688,6 +1688,10 @@ td.x-date-mp-sep {
background-image:url(images/menu/menu.gif);
}
ul.x-menu-list {
margin-bottom: 0;
}
.x-menu-nosep {
background-image:none;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment