UI Formatting update. This closes #15

This commit is contained in:
R. Aidan Campbell 2016-02-22 10:37:04 -05:00
parent fe7618504e
commit 01d8c7d6bc

View File

@ -26,19 +26,33 @@ main {
#hostSettings .mdl-textfield {
width: 200px;
margin-right: 20px;
padding-bottom: 0px;
margin-bottom: 10px;
}
#hostSettings #selectHost {
padding: 0px;
line-height: 20px;
height: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
background: none;
}
#hostSettings .button-holder {
float: right;
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
#testingDiv {
border: 1px dashed;
padding: 10px;
}
#startButton {
margin: 1px;
}
#stopButton {
margin: 1px;
}
#listener {
overflow: hidden;
margin-top: 20px;