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:
authorDarren Lines <darren@darrenlines.uk>2022-03-11 00:53:07 +0300
committerDarren Lines <darren@darrenlines.uk>2022-03-11 00:53:07 +0300
commitb68565205dc326813d3ecae559d789329f770d72 (patch)
tree7c3d9aadba1e29bbde0ad403e32056e0feec7f6a /main.css
parentd81af0def2832b79dbcd2eef59bf72ec325b44f3 (diff)
Improved alignment of inputs and labels, especially when the configurator is narrow.
Diffstat (limited to 'main.css')
-rw-r--r--main.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/main.css b/main.css
index ccd1f97a..48e12e37 100644
--- a/main.css
+++ b/main.css
@@ -37,10 +37,14 @@ a.disabled {
}
/* Help-Icon */
+.gui_box_titlebar .helpicon {
+ margin-right: 10px;
+ margin-top: 5px !important;
+}
+
.helpicon {
float: right;
margin-top: 7px;
- margin-right: 7px;
display: block;
height: 14px;
width: 14px;
@@ -1950,7 +1954,6 @@ dialog {
.helpicon {
float: right;
margin-top: 5px;
- margin-right: 7px;
height: 14px;
width: 14px;
transition: none;