Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-02-25 19:52:42 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-02-25 19:52:42 +0300
commit180bc84e2c3f140b680f40de7a2d103881fe83fa (patch)
treee31136c869be1b5fd5703f78ade1ff1cdafb91f0 /src
parent31cf34bda9f2a9aefc93cacc68f6fb86e227c492 (diff)
Move RX configuration to Receiver tab
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/pid_tuning.css34
1 files changed, 14 insertions, 20 deletions
diff --git a/src/css/tabs/pid_tuning.css b/src/css/tabs/pid_tuning.css
index 9cb31bd6..869aff28 100644
--- a/src/css/tabs/pid_tuning.css
+++ b/src/css/tabs/pid_tuning.css
@@ -1,4 +1,3 @@
-/*.rate-tpa.rate-tpa--inav input[type="number"],*/
.rate-tpa_input {
margin: 4px;
width: 5em;
@@ -9,20 +8,20 @@
text-align: right;
}
-.rate-tpa.rate-tpa--inav td,
-.rate-tpa.rate-tpa--filtering td,
-.rate-tpa.rate-tpa--misc td {
+.settings-table.settings-table--inav td,
+.settings-table.settings-table--filtering td,
+.settings-table.settings-table--misc td {
background-color: #f3f3f3;
width: auto;
border-bottom: 1px solid #ccc;
}
-.tab-pid_tuning .rate-tpa.rate-tpa--filtering th,
-.tab-pid_tuning .rate-tpa.rate-tpa--misc th {
+.settings-table.settings-table--filtering th,
+.settings-table.settings-table--misc th {
width: 18em;
}
-.tab-pid_tuning .rate-tpa th {
+.settings-table th {
background-color: #828885;
padding: 4px;
border-left: 0 solid #ccc;
@@ -68,15 +67,15 @@
width: calc(100% - 10px);
}
-.tab-pid_tuning .rate-tpa tr:first-child th {
+.settings-table tr:first-child th {
border-top-left-radius: 5px;
}
-.tab-pid_tuning .rate-tpa tr:first-child td {
+.settings-table tr:first-child td {
border-top-right-radius: 5px;
}
-.tab-pid_tuning .rate-tpa {
+.settings-table {
/*border: 0px solid #ccc; */
margin-bottom: 10px;
}
@@ -101,13 +100,6 @@
border-bottom: 0 solid #ccc;
}
-.tab-pid_tuning table th {
- padding: 0;
- border: 0;
- height: 10px;
- font-weight: normal;
-}
-
.tab-pid_tuning .pid_titlebar th {
padding: 5px;
text-align: left;
@@ -200,9 +192,11 @@
width: 25%;
}
-.tab-pid_tuning .rate-tpa {
+.settings-table {
float: right;
width: calc(100% - 2px); /* - ( "virtual" margin) */
+ margin: 0;
+ border-collapse: collapse;
}
.tab-pid_tuning .top-buttons {
@@ -372,11 +366,11 @@
margin-top:15px;
}
-.rate-tpa .helpicon {
+.settings-table .helpicon {
top: 10px;
position: relative;
}
-.rate-tpa tbody {
+.settings-table tbody {
/* background: #D6D6D6 linear-gradient(-45deg, rgba(255, 255, 255, .2) 10%, transparent 10%, transparent 20%, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 30%, transparent 30%, transparent 40%, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 60%, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .2) 70%, transparent 70%, transparent 80%, rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .2) 90%, transparent 90%, transparent 100%, rgba(255, 255, 255, .2) 100%, transparent); */
}