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>2018-11-10 23:44:04 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-11-10 23:44:04 +0300
commit91f86d5f65d02497e495f2369e055c1597198685 (patch)
tree95296ae48b7086b603f56155e0abf64a62b30e8f /main.css
parentd0f56ddb530307d2d59a23231d4652af28405f13 (diff)
Styles update
Diffstat (limited to 'main.css')
-rw-r--r--main.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/main.css b/main.css
index 766cb772..d781ef81 100644
--- a/main.css
+++ b/main.css
@@ -477,12 +477,16 @@ input[type="number"]::-webkit-inner-spin-button {
z-index: 10000;
}
-#options-window input {
+.options_container__checkbox input {
float: left;
margin-top: 3px;
margin-right: 5px;
}
+.options_container label {
+ margin-right: 1em;
+}
+
/* Log setup*/
#log {
margin-bottom: 0;
@@ -2044,4 +2048,4 @@ select {
.text-center {
text-align: center;
-}
+} \ No newline at end of file