Fixed receiver and motor tabs plot

10.8-maintenance
Asizon 2020-10-03 11:29:57 +02:00
parent 59076c0c3a
commit 3ccfeea6e3
2 changed files with 8 additions and 4 deletions

View File

@ -51,6 +51,7 @@
.tab-motors .plot_control {
float: right;
width: 160px;
height: 197px;
margin: 0;
background-color: #ECECEC;
border-top-right-radius: 3px;

View File

@ -9,7 +9,7 @@
}
.tab-receiver .spacer {
padding-left: 10px;
padding-left: 18px;
padding-right: 9px;
width: calc(100% - 18px);
}
@ -347,11 +347,13 @@
.tab-receiver .plot_control {
float: right;
width: 188px;
width: 181px;
height: 203px;
margin: 0;
background-color: #ECECEC;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
height; 203px;
}
.tab-receiver .plot_control .table {
@ -361,6 +363,7 @@
border-collapse:separate;
border-spacing:5px;
box-sizing: border-box;
padding: 5px 5px 5px 3px;
}
.tab-receiver .plot_control .row-container {
@ -395,7 +398,7 @@
display: table-cell;
vertical-align: middle;
text-align: right;
width: 95px;
width: 87px;
font-size: smaller;
}
@ -406,7 +409,7 @@
}
.tab-receiver .plot_control .value {
padding: 3px;
padding: 4px;
color: #fff;
border-radius: 3px;
}