* VRFS-996 - prevent recording info block stop about footer click

This commit is contained in:
Seth Call 2014-01-15 22:20:18 +00:00
parent 63d6f428b3
commit d39ec9ba34
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@
text-align: center;
left: 25%;
width: 50%;
z-index:-1;
.recording-manager-command {
box-sizing: border-box;

View File

@ -1,8 +1,6 @@
<!-- start footer -->
<div id="footer">
<%= render "clients/recordingManager" %>
<!-- copyright -->
<div id="copyright">Copyright &copy; 2013 JamKazam, Inc. All Rights Reserved</div>
@ -11,5 +9,7 @@
<%= link_to "about", corp_about_path , :rel=>"external" %>&nbsp;&nbsp;|&nbsp;&nbsp;<%= link_to "news", corp_news_path , :rel=>"external" %>&nbsp;&nbsp;|&nbsp;&nbsp;<%= link_to "media", corp_media_center_path , :rel=>"external" %>&nbsp;&nbsp;|&nbsp;&nbsp;<%= link_to "contact", corp_contact_path , :rel=>"external" %>&nbsp;&nbsp;|&nbsp;&nbsp;<%= link_to "privacy", corp_privacy_path, :rel=>"external" %>&nbsp;&nbsp;|&nbsp;&nbsp;<%= link_to "terms of service", corp_terms_path , :rel=>"external" %>&nbsp;&nbsp;|&nbsp;<%= link_to "help", corp_help_path , :rel=>"external" %>
</div>
<%= render "clients/recordingManager" %>
</div>
<!-- end footer -->