From 11b282fdbfe824adcf734cdbb60e1c8b56a82f9c Mon Sep 17 00:00:00 2001 From: skaman82 Date: Sun, 8 Nov 2015 18:15:15 +0100 Subject: [PATCH] some more css adjustments --- tabs/pid_tuning.css | 11 +++++++++++ tabs/receiver.css | 7 +++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tabs/pid_tuning.css b/tabs/pid_tuning.css index ab34a5d5..932db026 100644 --- a/tabs/pid_tuning.css +++ b/tabs/pid_tuning.css @@ -19,6 +19,8 @@ .tab-pid_tuning .cf th { border-right: solid 1px silver; + height:19px; + font-weight:normal; } .tab-pid_tuning .cf th:last-child { @@ -165,6 +167,10 @@ border-bottom: 1px solid #ccc; background-color: #828885; color: white; + height:19px; + font-weight:normal; + padding: 2px; + padding-left: 6px; } .tab-pid_tuning .controller select { width: 100%; @@ -186,6 +192,11 @@ border-bottom: 1px solid #ccc; background-color: #828885; color: white; + height:19px; + font-weight:normal; + padding: 2px; + padding-bottom: 3px; + padding-left: 6px; } .tab-pid_tuning .profile select { diff --git a/tabs/receiver.css b/tabs/receiver.css index fc8ef7db..72106c84 100644 --- a/tabs/receiver.css +++ b/tabs/receiver.css @@ -1,4 +1,5 @@ .tab-receiver { + font-weight:normal; } .tab-receiver .spacer { @@ -171,6 +172,8 @@ background: #828885; color: white; border-right: 1px solid silver; + font-weight:normal; + } @@ -233,7 +236,7 @@ padding: 4px; text-align: left; padding-left: 6px; - font-weight: bold; + font-weight: normal; background: #828885; color: white; border-top-right-radius: 5px; @@ -265,7 +268,7 @@ padding: 4px; text-align: left; padding-left: 6px; - font-weight: bold; + font-weight: normal; background: #828885; color: white; border-top-left-radius: 5px;