* VRFS-996 - prevent recording info block stop about footer click
This commit is contained in:
parent
63d6f428b3
commit
d39ec9ba34
|
|
@ -7,6 +7,7 @@
|
|||
text-align: center;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
z-index:-1;
|
||||
|
||||
.recording-manager-command {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
<!-- start footer -->
|
||||
<div id="footer">
|
||||
|
||||
<%= render "clients/recordingManager" %>
|
||||
|
||||
<!-- copyright -->
|
||||
<div id="copyright">Copyright © 2013 JamKazam, Inc. All Rights Reserved</div>
|
||||
|
||||
|
|
@ -11,5 +9,7 @@
|
|||
<%= link_to "about", corp_about_path , :rel=>"external" %> | <%= link_to "news", corp_news_path , :rel=>"external" %> | <%= link_to "media", corp_media_center_path , :rel=>"external" %> | <%= link_to "contact", corp_contact_path , :rel=>"external" %> | <%= link_to "privacy", corp_privacy_path, :rel=>"external" %> | <%= link_to "terms of service", corp_terms_path , :rel=>"external" %> | <%= link_to "help", corp_help_path , :rel=>"external" %>
|
||||
</div>
|
||||
|
||||
<%= render "clients/recordingManager" %>
|
||||
|
||||
</div>
|
||||
<!-- end footer -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue