From 78e4572a8c30e5a123f8c437dba48d4c2061bd4b Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Thu, 28 Oct 2021 09:08:52 -0400
Subject: [PATCH] CSS button and checkbox spacing, NTCP table fixes

---
 apps/i2ptunnel/jsp/themes/light/i2ptunnel.css           | 2 +-
 apps/routerconsole/jsp/themes/console/light/console.css | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
index 2e0e7622f0..9ad8ce61a2 100644
--- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
+++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
@@ -47,7 +47,7 @@ form {
 }
 
 input[type="checkbox"], input[type="radio"] {
-     margin: 5px 3px 5px 5px;
+     margin: 4px 5px 6px;
      background: none;
      vertical-align: sub;
      min-width: 16px;
diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index 1f459114aa..a663dfaf5a 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -3722,7 +3722,7 @@ input[type="submit"], input[type="reset"], button, .optbox, select {
 
 button.search {
      background: url(/themes/console/images/buttons/search.png) no-repeat 9px center, linear-gradient(to bottom, #fff, #efefff);
-     padding: 5px 7px 5px 24px;
+     padding: 5px 7px 5px 26px;
 }
 
 button.search:hover, button.search:focus, button.search:active {
@@ -4256,7 +4256,7 @@ input[type="file"] {
 
 .optbox, input[type="checkbox"], input[type="radio"] {
      background: none;
-     margin: 5px;
+     margin: 4px 5px 7px;
      padding: 2px;
      min-height: 16px;
      height: 16px;
@@ -5177,7 +5177,7 @@ img + tt {
      padding-right: 5px;
 }
 
-#ntcpconnections th:nth-child(6), #ntcpconnections th:nth-child(7), #ntcpconnections th:nth-child(8), #ntcpconnections th:nth-child(9), #ntcpconnections th:nth-child(10) {
+#ntcpconnections th:nth-child(7), #ntcpconnections th:nth-child(8), #ntcpconnections th:nth-child(9), #ntcpconnections th:nth-child(10) {
      text-align: right !important;
 }
 
-- 
GitLab