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>2018-04-05 15:11:11 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-04-05 15:11:11 +0300
commit614a0c1ed9ba629c02e9a2622c128af958390c7f (patch)
tree53cf989de1c65841ed5b0e67c6c82caa97a757e5 /src
parent60497a03e64dacf6f6f773a039b442d7a3de6261 (diff)
motor tab updates
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/motors.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/css/tabs/motors.css b/src/css/tabs/motors.css
index e3a849d7..7326e0d2 100644
--- a/src/css/tabs/motors.css
+++ b/src/css/tabs/motors.css
@@ -234,6 +234,13 @@
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
+.motor-slider-container {
+ float: left;
+ width: calc((100% / 9) - 10px);
+ margin-right: 10px;
+ text-align: center;
+}
+
.tab-motors .m-block .meter-bar {
position: relative;
width: 100%;
@@ -282,9 +289,8 @@
.tab-motors .motor_testing .sliders input {
-webkit-appearance: slider-vertical;
- width: calc((100% / 9) - 13px);
+ width: 100%;
height: 73px;
- margin-left: 10px;
}
.tab-motors .motor_testing .sliders input:first-child {
@@ -293,16 +299,14 @@
.tab-motors .motor_testing .values {
margin-top: 5px;
-}
-
-.tab-motors .motor_testing .values li:first-child {
- margin-left: 0px;
+ clear: both;
}
.tab-motors .motor_testing .values li {
float: left;
width: calc((100% / 9) - 10px);
- margin-left: 10px;
+ margin-right: 10px;
+ margin-top: 5px;
text-align: center;
}