* oops. didn't realize that the client footer is reused by 2 other templates

This commit is contained in:
Seth Call 2014-01-08 19:49:21 +00:00
parent 03e4dfdc49
commit 88888a6846
4 changed files with 11 additions and 2 deletions

View File

@ -12,6 +12,10 @@
padding-top: 10px;
margin: 30px 30px 0;
border-top:solid 1px #444;
#recording-manager-viewer {
display:none;
}
}
#copyright {

View File

@ -10,6 +10,11 @@
#footer {
padding-top: 10px;
border-top:solid 1px #444;
#recording-manager-viewer {
display:none;
}
}
#copyright {

View File

@ -363,4 +363,4 @@ strong {
fieldset.login-error .login-error-msg {
display:block;
}
}
}

View File

@ -1,7 +1,7 @@
<!-- start footer -->
<div id="footer">
<%= render "recordingManager" %>
<%= render "clients/recordingManager" %>
<!-- copyright -->
<div id="copyright">Copyright &copy; 2013 JamKazam, Inc. All Rights Reserved</div>