From 4f76835ce20a1662fe091226b8c9cd061224d434 Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-12PPI61\\boris.bozic" Date: Sat, 25 Jun 2016 01:27:32 +0200 Subject: [PATCH] Implement version checking part 3 --- tabs/configuration.css | 25 ++++++++++++++++++++++ tabs/configuration.html | 6 +++--- tabs/configuration.js | 47 ++++++++++++++++++----------------------- 3 files changed, 48 insertions(+), 30 deletions(-) diff --git a/tabs/configuration.css b/tabs/configuration.css index eb768c13..0cb59b7d 100644 --- a/tabs/configuration.css +++ b/tabs/configuration.css @@ -160,6 +160,11 @@ margin-right: 5px; } +.tab-configuration .disarm .checkboxPwm { + margin-top: 2px; + margin-right: 5px; +} + .tab-configuration .disarm .checkbox div { margin-bottom: 0px; margin-top: 0px; @@ -227,6 +232,26 @@ float: left; } +.tab-configuration .selectProtocol + { + margin-bottom: 5px; + clear: left; + padding-bottom: 5px; + border-bottom: 1px solid #ddd; + width: 100%; + float: left; +} + +.tab-configuration .pidProcessDenom + { + margin-bottom: 5px; + clear: left; + padding-bottom: 5px; + border-bottom: 1px solid #ddd; + width: 100%; + float: left; +} + .tab-configuration .number:last-child, .tab-configuration .select:last-child { border-bottom: none; diff --git a/tabs/configuration.html b/tabs/configuration.html index 14be3c0c..18c05885 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -32,7 +32,7 @@
-
+
@@ -363,7 +363,7 @@
-
+