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>2019-04-01 22:22:22 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-01 22:22:22 +0300
commite23a8a518935179a465bf8d1c0fa4e7539d0f3ba (patch)
tree8d28f6c99dd680a6ddb629f2881f705de7ea6959 /src
parent2a4f9309b9853b03e7ba071115924229cfd55245 (diff)
UI improvements and saving
Diffstat (limited to 'src')
-rw-r--r--src/css/logic.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/css/logic.css b/src/css/logic.css
index 4f4683e5..47af6123 100644
--- a/src/css/logic.css
+++ b/src/css/logic.css
@@ -19,10 +19,29 @@
border-radius: 2px;
z-index: 2001;
padding: 2em;
+}
+
+.logic__content--wrapper {
overflow-y: auto;
+ margin-bottom: 30px;
+ position: absolute;
+ left: 2em;
+ right: 2em;
+ top: 65px;
+ bottom: 35px;
}
input.logic_element__operand--value {
float: none;
width: 9em;
+}
+
+.logic__content--buttons {
+ left: 0;
+ right: 0;
+}
+
+.logic_cell__operandA,
+.logic_cell__operandB {
+ text-align: left;
} \ No newline at end of file