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/css
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-02-04 23:04:26 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-02-04 23:04:26 +0300
commit4c40cc457a717050a4a15a991516e9b11445283e (patch)
treec239f24964aa773b5a9c16a982d5b570a46baf19 /src/css
parent2a5e1ef5749d7611195e4dbe920148e6b49b2009 (diff)
Remove and cleanup on Confuration tab
Diffstat (limited to 'src/css')
-rw-r--r--src/css/tabs/configuration.css28
1 files changed, 7 insertions, 21 deletions
diff --git a/src/css/tabs/configuration.css b/src/css/tabs/configuration.css
index e7ec5481..9ef596ba 100644
--- a/src/css/tabs/configuration.css
+++ b/src/css/tabs/configuration.css
@@ -156,11 +156,14 @@ hr {
}
.tab-configuration .alignicon {
+ display: inline-block;
+ position: relative;
width: 20px;
height: 20px;
- float: left;
- margin-left: -5px;
- margin-right: 3px;
+ margin-top: 0px;
+ margin-left: 6px;
+ margin-right: 2px;
+ top: 6px;
}
.tab-configuration .pitch {
@@ -179,24 +182,7 @@ hr {
}
.tab-configuration .board select {
- width: 45%;
- height: 20px;
- margin: 0 0 2px 0;
-}
-
-.tab-configuration .sensoralignment {
- width: 50%;
- float: left;
-}
-
-.tab-configuration .board_align_content {
- width: 50%;
- float: left;
-}
-
-.tab-configuration .sensoralignment span {
- width: 55%;
- float: left;
+ width: 110px;
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {