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;
|
position: relative;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
/* XXX firefox fix */
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.entry.has-submenu {
|
.entry.has-submenu {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|||||||
@ -2883,6 +2883,7 @@ ImageExpand =
|
|||||||
|
|
||||||
el = $.el 'span',
|
el = $.el 'span',
|
||||||
textContent: 'Image Expansion'
|
textContent: 'Image Expansion'
|
||||||
|
className: 'image-expansion-link'
|
||||||
|
|
||||||
{createSubEntry} = ImageExpand.menu
|
{createSubEntry} = ImageExpand.menu
|
||||||
subEntries = []
|
subEntries = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user