build command line from website form

This commit is contained in:
Christian Herzog
2019-09-03 22:21:11 +02:00
parent c84c663848
commit cf4701f8ed
4 changed files with 101 additions and 23 deletions

View File

@@ -347,7 +347,32 @@ input#ota {
margin-bottom: 15px;
}
#btsink, #player, #optional {
margin-left: 13px;
}
#btsinkdiv {
display: none;
margin-top: 20px;
}
textarea#autoexec1 {
width: 100%;
}
.toggle-buttons input[type="radio"] {
visibility: hidden;
width: 3px;
margin-top: 10px;
}
.toggle-buttons label {
border: 1px solid #000;
border-radius: 0.5em;
padding: 0.5em;
}
.toggle-buttons input:checked + label {
background: #5a9900;
box-shadow: none;
}