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 { #hostSettings .mdl-textfield {
width: 200px; width: 200px;
margin-right: 20px; margin-right: 20px;
padding-bottom: 0px;
margin-bottom: 10px;
} }
#hostSettings #selectHost { #hostSettings #selectHost {
padding: 0px;
line-height: 20px; line-height: 20px;
height: 20px; height: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
background: none; background: none;
} }
#hostSettings .button-holder { #hostSettings .button-holder {
float: right; padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
} }
#testingDiv { #testingDiv {
border: 1px dashed; border: 1px dashed;
padding: 10px; padding: 10px;
} }
#startButton {
margin: 1px;
}
#stopButton {
margin: 1px;
}
#listener { #listener {
overflow: hidden; overflow: hidden;
margin-top: 20px; margin-top: 20px;