From cf0887119bc7feaf8677d8cdf92b7cff916fb567 Mon Sep 17 00:00:00 2001 From: skaman82 Date: Wed, 9 Dec 2015 23:39:15 +0100 Subject: [PATCH] replacing deadband inputs --- tabs/receiver.css | 33 ++------------------------------- tabs/receiver.html | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 39 deletions(-) diff --git a/tabs/receiver.css b/tabs/receiver.css index b7f6df14..511caf80 100644 --- a/tabs/receiver.css +++ b/tabs/receiver.css @@ -219,41 +219,12 @@ text-align: right; } -.tab-receiver .deadband_wrapper { - float: right; - margin: 0px 0px 20px 0; - border-left: 0; - width: calc(25% - 2px); - background-color: #DEDEDE; - border-right: 1px solid silver; - -} - -.tab-receiver .deadband_wrapper .head { - height: 15px; - padding: 4px; - text-align: left; - padding-left: 6px; - font-weight: normal; - background: #828885; - color: white; - -} - -.tab-receiver .deadband_wrapper input { - height: 20px; - padding-left: 5px; - border: 1px solid silver; - margin: 4px; - width: calc(100% - 18px); - border-radius: 3px; -} .tab-receiver .rssi_channel_wrapper { float: right; margin: 0px 0px 20px 0; border-left: 0; - width: 25%; + width: 30%; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background-color: #DEDEDE; @@ -289,7 +260,7 @@ float: right; position: relative; margin: 0px 0px 20px 0; - width: calc(25% - 0px); + width: calc(70% - 0px); border-top-left-radius: 5px; border-bottom-left-radius: 5px; background-color: #DEDEDE; diff --git a/tabs/receiver.html b/tabs/receiver.html index 60cb996c..effcdef7 100644 --- a/tabs/receiver.html +++ b/tabs/receiver.html @@ -16,14 +16,6 @@ -
-
Yaw Deadband
- -
-
-
RC Deadband
- -
@@ -57,6 +49,16 @@ + + + + + + + + + +
RC DeadbandYAW Deadband