From e3bfa208008722a5b4bce3f5a0d0ba7fa7251703 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Mon, 23 Sep 2019 18:56:49 +0200 Subject: Current and Voltage --- src/css/tabs/motors.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/css') 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; -- cgit v1.2.3