1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Bug #1314: Fix scrollbar in footer in Chrome browser. Seems a webkit issue. Setting overflow:visible in the footer div seems to be good for FF/Chrome

(cherry picked from commit d1e5d48d0c0f04520c957a8b1f4a1b4844ae82ed)
This commit is contained in:
Hector Sanjuan 2012-06-26 15:18:20 +02:00 committed by Ruben S. Montero
parent 380557e776
commit 95e64ec3af
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
-->
</div>
<div id="footer" class="ui-layout-south">
<div id="footer" style="overflow:visible;" class="ui-layout-south">
Copyright 2002-2012 &copy; OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.5.80
</div>

View File

@ -60,7 +60,7 @@
<a href="http://opennebula.org/community:community" target="_blank">Community</a>
</div>
</div>
<div id="footer" class="ui-layout-south">
<div id="footer" style="overflow:visible;" class="ui-layout-south">
Copyright 2002-2012 &copy; OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.5.80
</div>

View File

@ -90,7 +90,7 @@
<a href="http://opennebula.org/community:community" target="_blank" id="community_link">Community</a>
</div>
</div>
<div id="footer" class="ui-layout-south">
<div id="footer" style="overflow:visible;" class="ui-layout-south">
Copyright 2002-2012 &copy; OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.5.80
</div>