diff --git a/tabs/pid_tuning.css b/tabs/pid_tuning.css index b6c7fc06..baa0ab35 100644 --- a/tabs/pid_tuning.css +++ b/tabs/pid_tuning.css @@ -28,11 +28,10 @@ .tab-pid_tuning table input { display: block; - width: calc(100% - 10px); + width: 100%; height: 20px; line-height: 20px; - padding: 0 5px 0 5px; text-align: right; } .tab-pid_tuning .profile { @@ -55,12 +54,10 @@ .tab-pid_tuning .profile input { display: block; - width: calc(100% - 10px); + width: 100%; height: 20px; line-height: 20px; - - padding: 0 5px 0 5px; text-align: right; } .tab-pid_tuning .pid_tuning { diff --git a/tabs/receiver.css b/tabs/receiver.css index fbba80f8..257a686c 100644 --- a/tabs/receiver.css +++ b/tabs/receiver.css @@ -95,11 +95,10 @@ background-color: #ececec; } .tab-receiver .tunings table input { - width: 116px; + width: 100%; height: 20px; - line-height: 20px; - padding: 0 5px 0 5px; + line-height: 20px; text-align: right; } .tab-receiver .curves { diff --git a/tabs/servos.css b/tabs/servos.css index bbdaa2d3..b790639c 100644 --- a/tabs/servos.css +++ b/tabs/servos.css @@ -55,11 +55,9 @@ .tab-servos table input[type="number"] { display: block; - width: calc(100% - 5px); + width: 100%; height: 20px; - padding-right: 5px; - line-height: 20px; text-align: right;