Skip to content

Commit

Permalink
client supporting multiple arduinos
Browse files Browse the repository at this point in the history
  • Loading branch information
js6450 committed Aug 7, 2019
1 parent ecf1367 commit 9ec5d09
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 297 deletions.
36 changes: 33 additions & 3 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ h3 {
padding-top: 0px;
}

.port-options{
margin: 0;
line-height: 1.2em;
}

.wrapper {
padding-left: 0px;
margin-left: 0px;
Expand All @@ -139,7 +144,7 @@ label {
margin-bottom: 1em;
}

#clear{
.clear{
float:right;
}

Expand All @@ -148,15 +153,20 @@ textarea{
max-height:150px;
}

#message {
.message {
/* min-width: 83%; */
max-width: 86%;
}

#send {
.send {
float:right;
}

.close{
float: right;
margin-top: calc(1.5em + 15px - 7.5px);
}

.col-4 {
width: 210px;
}
Expand Down Expand Up @@ -218,6 +228,26 @@ button{
display:none;
}

.serial-console, .serial-monitor, .serial-sender{
padding: 0;
margin: 5px 0;
}


#connected-ports, .port-control-panel{
padding: 0;
margin: 0;
}

.panel-name{
display: inline-block;
margin-right: 10px;
}

.one-line{
display: inline-block;
margin-right: 0.5em;
}

*{
box-sizing: border-box;
Expand Down
Loading

0 comments on commit 9ec5d09

Please sign in to comment.