added support for bitrate selection. This closes #9

This commit is contained in:
Aidan Campbell
2016-02-19 12:28:19 -05:00
parent 5e66aee4dd
commit ad9aadc30f
4 changed files with 30 additions and 3 deletions

View File

@@ -7,6 +7,11 @@
main {
padding: 50px 100px;
}
#bitrateField {
text-align: center;
display: block;
padding-top: 15px;
}
#hostSettings {
padding: 5px 10px;
border: 1px dashed;