Skip to content

Commit

Permalink
Fix css name
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-john committed Oct 11, 2019
1 parent 13115a5 commit 4873cbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/menus/standard/eldy.lib.php
Expand Up @@ -504,7 +504,7 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
print_start_menu_entry('companylogo', 'class="tmenu tmenucompanylogo"', 1);


print '<div class="center '.$logoContainerAdditionalClass.' menu-logo-container"><img class="mycompany" title="'.dol_escape_htmltag($title).'" alt="" src="'.$urllogo.'" style="max-width: 100px"></div>'."\n";
print '<div class="center '.$logoContainerAdditionalClass.' menulogocontainer"><img class="mycompany" title="'.dol_escape_htmltag($title).'" alt="" src="'.$urllogo.'" style="max-width: 100px"></div>'."\n";

print_end_menu_entry(4);
}
Expand Down
4 changes: 2 additions & 2 deletions htdocs/theme/eldy/global.inc.php
Expand Up @@ -1085,7 +1085,7 @@
{
border-bottom: 0 !important;
}
.menu-logo-container {
.menulogocontainer {
margin: <?php echo $disableimages?'0':'6'; ?>px;
margin-left: 8px;
margin-right: 8px;
Expand All @@ -1099,7 +1099,7 @@
background-color: rgba(255,255,255,0.7);
border-radius: 5px;
}
.menu-logo-container img.mycompany {
.menulogocontainer img.mycompany {
object-fit: contain;
width: inherit;
height: inherit;
Expand Down
4 changes: 2 additions & 2 deletions htdocs/theme/md/style.css.php
Expand Up @@ -2253,7 +2253,7 @@
{
border-bottom: 0 !important;
}
.menu-logo-container {
.menulogocontainer {
margin: <?php echo $disableimages?'0':'6'; ?>px;
margin-left: 12px;
margin-right: 6px;
Expand All @@ -2267,7 +2267,7 @@
background-color: rgba(255,255,255,0.7);
border-radius: 5px;
}
.menu-logo-container img.mycompany {
.menulogocontainer img.mycompany {
object-fit: contain;
width: inherit;
height: inherit;
Expand Down

0 comments on commit 4873cbd

Please sign in to comment.