Attempt at fixing submenu entries positioning on Firefox #932.
This commit is contained in:
parent
b5fcd40e69
commit
242208760f
File diff suppressed because one or more lines are too long
@ -669,6 +669,11 @@ a[href="javascript:;"] {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
/* XXX firefox fix */
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.entry.has-submenu {
|
||||
padding-right: 20px;
|
||||
|
||||
@ -2883,6 +2883,7 @@ ImageExpand =
|
||||
|
||||
el = $.el 'span',
|
||||
textContent: 'Image Expansion'
|
||||
className: 'image-expansion-link'
|
||||
|
||||
{createSubEntry} = ImageExpand.menu
|
||||
subEntries = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user