From b11e4cde6a43febc779c2ce081ea46b04fff5b26 Mon Sep 17 00:00:00 2001 From: cTn Date: Wed, 17 Sep 2014 11:37:27 +0200 Subject: [PATCH] fixing -webkit-inner-spin-button once again (what is chromium doing to that style...) --- tabs/pid_tuning.css | 7 ++----- tabs/receiver.css | 5 ++--- tabs/servos.css | 4 +--- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/tabs/pid_tuning.css b/tabs/pid_tuning.css index b6c7fc066a..baa0ab3511 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 fbba80f876..257a686c1c 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 bbdaa2d362..b790639ce9 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;