Skip to content

Commit

Permalink
fixing display glitch
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Aug 10, 2021
1 parent b697c04 commit f4c2074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/navigate.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
background-image: url('/apps/fulltextsearch/img/fulltextsearch_black.svg');
}

A.icon-fts {
text-indent: 25px;
}

a.ulsub {
padding: 0px 12px 0 12px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion js/navigate.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Navigate.prototype = {
href: '#',
class: (icon !== undefined) ? icon : 'search_icon'
});
aIcon.text(title);
aIcon.addClass('icon-fts').text(title);

var ul = $('<ul>');
// if (nav.options !== undefined) {
Expand Down

0 comments on commit f4c2074

Please sign in to comment.