Attempt at fixing submenu entries positioning on Firefox #932.

This commit is contained in:
Nicolas Stepien 2013-02-21 00:17:01 +01:00
parent b5fcd40e69
commit 242208760f
3 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -2883,6 +2883,7 @@ ImageExpand =
el = $.el 'span',
textContent: 'Image Expansion'
className: 'image-expansion-link'
{createSubEntry} = ImageExpand.menu
subEntries = []