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>2019-09-23 19:56:49 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-09-23 19:56:49 +0300
commite3bfa208008722a5b4bce3f5a0d0ba7fa7251703 (patch)
treeba07ae96f5acf40bca97b0914046d26fcffba0f4 /src/css
parentd4cd63839701fdba0f7c6a0d4e4527c31e51151f (diff)
Current and Voltage
Diffstat (limited to 'src/css')
-rw-r--r--src/css/tabs/motors.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/css/tabs/motors.css b/src/css/tabs/motors.css
index 68e0d8f5..b00b9f05 100644
--- a/src/css/tabs/motors.css
+++ b/src/css/tabs/motors.css
@@ -313,6 +313,20 @@
margin: 1em;
}
+.tab-motors .output-stats-table {
+ font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
+ font-size: 1.5em;
+ width: 100%;
+}
+
+.tab-motors .output-stats-table th {
+ text-align: left;
+}
+
+.tab-motors .output-stats-table td {
+ text-align: left;
+}
+
.tab-servos .title {
margin-top: 0;
line-height: 30px;