77 lines
1.1 KiB
CSS

.mdl-layout__header-row {
color: #fff;
}
.mdl-button {
color: #fff !important;
}
main {
padding: 50px 100px;
}
#bitrateField {
text-align: center;
display: block;
padding-top: 15px;
}
#hostSettings {
padding: 5px 10px;
border: 1px dashed;
margin: 10px 0;
}
#hostSettings p {
margin: 0;
}
#hostSettings div {
display: inline-block;
}
#hostSettings .mdl-textfield {
width: 200px;
margin-right: 20px;
margin-bottom: 0px;
}
#hostSettings #GFEHostIPField {
padding-bottom: 0px;
}
#hostSettings #selectHost {
padding: 0px;
line-height: 20px;
height: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
background: none;
}
#hostSettings .button-holder {
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
#testingDiv {
border: 1px dashed;
padding: 10px;
}
#pairButton {
margin: 3px;
}
#showAppsButton {
margin: 3px;
}
#startButton {
margin: 3px;
}
#stopButton {
margin: 3px;
}
#listener {
overflow: hidden;
margin-top: 20px;
border: 1px solid;
}
.fullscreen {
height: 100vh !important;
overflow: none !important;
margin: auto !important;
padding: 0 !important;
width 100%;
border: none !important;
}