Private GIT

Skip to content
Snippets Groups Projects
Commit cf8e6eb7 authored by Benoît Sauveton's avatar Benoît Sauveton
Browse files

#4051 trick to solve the footer overflow problem on safari

parent b506c12d
Branches
Tags
No related merge requests found
...@@ -44,6 +44,7 @@ if (!$min) { ...@@ -44,6 +44,7 @@ if (!$min) {
<div class="fullscreen-icon" title="Fullscreen" onclick="myToggleAll(0,true);" > <div class="fullscreen-icon" title="Fullscreen" onclick="myToggleAll(0,true);" >
<img class="ico-16" id="fullscreenIcon" alt="FullScreen" src="./img/icons/fullscreen.png"> <img class="ico-16" id="fullscreenIcon" alt="FullScreen" src="./img/icons/fullscreen.png">
</div> </div>
<div id="clearfooter" style="height: 1px;"></div>
<div id="footer"> <div id="footer">
<table cellpadding='0' cellspacing='0' width='100%' border='0' id="tfooter"> <table cellpadding='0' cellspacing='0' width='100%' border='0' id="tfooter">
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment