diff --git a/src/css/tabs/motors.css b/src/css/tabs/motors.css index e707f2d0..42831f57 100644 --- a/src/css/tabs/motors.css +++ b/src/css/tabs/motors.css @@ -51,6 +51,7 @@ .tab-motors .plot_control { float: right; width: 160px; + height: 197px; margin: 0; background-color: #ECECEC; border-top-right-radius: 3px; diff --git a/src/css/tabs/receiver.css b/src/css/tabs/receiver.css index a43a79a8..baf2ac8c 100644 --- a/src/css/tabs/receiver.css +++ b/src/css/tabs/receiver.css @@ -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; }