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-04-10 12:37:52 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2020-04-10 12:37:52 +0300
commit7478f6cd048b994f766ae352cd5500a416a5e44e (patch)
treebba7ef4851a77075ca0e896b478841b10ed1bd77 /src/css
parenta15277ae250dca83da5414f456dee581bfdc686a (diff)
Basic render of global function table
Diffstat (limited to 'src/css')
-rw-r--r--src/css/logic.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/css/logic.css b/src/css/logic.css
index f70c9e6e..45518dc8 100644
--- a/src/css/logic.css
+++ b/src/css/logic.css
@@ -41,6 +41,8 @@ input.logic_element__operand--value {
right: 0;
}
+.function_cell__action,
+.function_cell__operand,
.logic_cell__operandA,
.logic_cell__operandB {
text-align: left;