Add small copyright notice to bottom of index.html

This commit is contained in:
calzoneman 2013-04-25 20:01:34 -05:00
parent ea4ed864c8
commit db2e5e20b9
2 changed files with 15 additions and 26 deletions

View File

@ -182,3 +182,14 @@
width: 50%; width: 50%;
} }
#footer {
background-color: #f5f5f5;
height: 30px;
width: 100%;
padding: 0;
}
#footer p {
text-align: center;
width: 100%;
}

View File

@ -252,32 +252,10 @@
</div> </div>
</div> </div>
</div> <!-- /container --> </div> <!-- /container -->
<div id="userOpts" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="userOptsLbl" aria-hidden="true" data-backdrop="false"> <div id="footer">
<div class="modal-header"> <p class="muted">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> CyTube Software Copyright &copy; 2013 Calvin Montgomery. Available for free on <a href="http://github.com/calzoneman/sync">GitHub</a>
<h3>Options</h3> </p>
</div>
<div class="modal-body">
<form action="javascript:void(0);">
<fieldset>
<label>Layout</label>
<select id="uopt_layout">
<option value="default">Default</option>
<option value="large">Large</option>
<option value="huge">Huge</option>
<option value="narrow">Narrow</option>
<option value="synchtube">Synchtube</option>
</select>
<label class="checkbox">
<input type="checkbox" id="uopt_playlist_follow">
Playlist follows current video
</label>
</fieldset>
</form>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Save</button>
</div>
</div> </div>
<!-- APIs --> <!-- APIs -->