[freeside-commits] branch FREESIDE_4_BRANCH updated. 0fa8dce1fee830dcf0357ed6b006d64a936ac718
Mitch Jackson
mitch at freeside.biz
Sat Mar 30 12:14:45 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 0fa8dce1fee830dcf0357ed6b006d64a936ac718 (commit)
from ba0afcb2c51e2aaa5b0c7d52c7e04e13c965c15b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0fa8dce1fee830dcf0357ed6b006d64a936ac718
Author: Mitch Jackson <mitch at freeside.biz>
Date: Sat Mar 30 15:00:03 2019 -0400
RT# 81706 CSS arrow placement fix for Mozilla
diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html
index 3c0f40f75..c8e996133 100644
--- a/httemplate/elements/dropdown-menu.html
+++ b/httemplate/elements/dropdown-menu.html
@@ -92,17 +92,9 @@
background-image: url("<% $p %>images/arrow.right.black.png");
width: 3px;
height: 6px;
- margin-top:4px;
+ margin-top:5px;
}
-/* Firefox hack
- at -moz-document url-prefix() {
- #<% $opt{id} %> a .arrow {
- margin-top:-.8em;
- }
-}
-*/
-
</style>
<ul id="<% $opt{id} %>">
@@ -195,8 +187,9 @@ sub entry2link {
if ( $entry->{submenu} ) {
- my $a = '<a href="javascript:void(0);">'. $label.
+ my $a = '<a href="javascript:void(0);">'.
'<span class="arrow"></span>'.
+ $label.
'</a><ul class="customer_subsubmenu">';
foreach my $submenu (@{ $entry->{submenu} }) {
$a .= '<li>'. entry2link($submenu, $opt->{cust_main}, $opt->{show}), '</li>';
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/dropdown-menu.html | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
More information about the freeside-commits
mailing list