From 194798ca2dd606740f5bf7ec78f25f06c418b0cf Mon Sep 17 00:00:00 2001 From: cTn Date: Sat, 16 Aug 2014 00:23:49 +0200 Subject: [PATCH] small ui polish / tweak for the plot control blocks --- tabs/motor_outputs.css | 14 +++++++------- tabs/sensors.css | 13 +++++++------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/tabs/motor_outputs.css b/tabs/motor_outputs.css index af6e383e..00387590 100644 --- a/tabs/motor_outputs.css +++ b/tabs/motor_outputs.css @@ -17,7 +17,7 @@ text-decoration: underline; } .tab-motor_outputs .plot_control dl { - padding: 5px 0 0 5px; + padding: 5px 5px 0 5px; line-height: 22px; } .tab-motor_outputs .plot_control dt { @@ -29,9 +29,14 @@ font-weight: bold; } .tab-motor_outputs .plot_control dd { - margin-left: 20px; height: 22px; } + .tab-motor_outputs .plot_control select { + float: right; + + width: 80px; + border: 1px solid silver; + } .tab-motor_outputs .plot_control .x { color: #00A8F0; } @@ -43,12 +48,7 @@ } .tab-motor_outputs .plot_control .x, .tab-motor_outputs .plot_control .y, .tab-motor_outputs .plot_control .z { text-align: right; - margin-right: 25px; } -.tab-motor_outputs select { - width: 70px; - border: 1px solid silver; -} .tab-motor_outputs svg { float: left; diff --git a/tabs/sensors.css b/tabs/sensors.css index 292fb713..e189ef78 100644 --- a/tabs/sensors.css +++ b/tabs/sensors.css @@ -36,7 +36,7 @@ background-color: #ececec; } .tab-sensors .plot_control dl { - padding: 5px 0 0 5px; + padding: 5px 5px 0 5px; line-height: 22px; } .tab-sensors .plot_control dt { @@ -51,6 +51,12 @@ margin-left: 20px; height: 22px; } + .tab-sensors .plot_control select { + float: right; + + width: 80px; + border: 1px solid silver; + } .tab-sensors .plot_control .x { color: #00A8F0; } @@ -62,12 +68,7 @@ } .tab-sensors .plot_control .x, .tab-sensors .plot_control .y, .tab-sensors .plot_control .z { text-align: right; - margin-right: 25px; } - .tab-sensors select { - width: 70px; - border: 1px solid silver; - } /* SVG classes*/ .tab-sensors svg { float: left;