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
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-11-21 21:21:14 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-11-21 21:21:14 +0300
commit73015617c74c62bbb3c7bcf1cf5385a1773a4d14 (patch)
tree22363c246e6e021eef27ab01f2ccbc1e69e40cdc /main.css
parent78fbb84f9e5bc618ccea1090074e07724d98fc3e (diff)
Enable Blackbox on blackbox page
Diffstat (limited to 'main.css')
-rw-r--r--main.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.css b/main.css
index 88985fc5..9353de24 100644
--- a/main.css
+++ b/main.css
@@ -101,6 +101,14 @@ input[type="number"]::-webkit-inner-spin-button {
height: calc(100% - 7px);
}
+.mt1em {
+ margin-top: 1em !important;
+}
+
+.mb1em {
+ margin-bottom: 1em !important;
+}
+
.margin-top {
margin-top: 20px;
}
@@ -1280,7 +1288,6 @@ dialog {
width: 100%;
height: 27px;
padding-bottom: 0;
- float: left;
margin-bottom: 7px;
font-family: 'open_sanssemibold', Arial, serif;
}