From eb72e4c9f58b4965e60b77c06d8bcfa9f18152df Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Mon, 14 Dec 2020 12:18:19 -0500
Subject: [PATCH] remove padding from control buttons on i2ptunnel in order to
 recenter the text vertically

---
 apps/i2ptunnel/jsp/themes/light/i2ptunnel.css | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
index db80a60a03..b3b47e62bc 100644
--- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
+++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
@@ -221,10 +221,6 @@ hr {
      padding: 7px 8px 3px;
 }
 
-button.control, input.control {
-     padding: 5px 8px !important;
-}
-
 .control:hover, .control:focus {
      text-decoration: none;
      color: #19191f;
@@ -659,7 +655,6 @@ input {
 #tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,
 #tunnelDepthOut, #tunnelVarianceOut, #tunnelQuantityOut, #tunnelBackupQuantityOut,
 #localDestination, #customOptions, #leasesetKey, #name, #description, textarea[name="accessList"] {
-     width: 100% !important;
      margin: 0 !important;
      text-align: left !important;
 }
@@ -960,8 +955,6 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
 
 #customOptions {
     margin-top: 15px !important;
-    width: 99%;
-    width: calc(100% - 10px) !important;
 }
 
 #tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,
-- 
GitLab