From a3fc8af1dd5c463a4644039e637fd72f4ce17983 Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Fri, 22 May 2020 02:30:03 +0000 Subject: [PATCH] fix padding on the i2ptunnel .username and .password and and the width of the customoptions --- installer/resources/themes/i2ptunnel/dark/i2ptunnel.css | 3 +-- installer/resources/themes/i2ptunnel/light/i2ptunnel.css | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css b/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css index 64ee6f0013..a17cf8c3a4 100644 --- a/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css +++ b/installer/resources/themes/i2ptunnel/dark/i2ptunnel.css @@ -961,16 +961,15 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents { .username, .password { width: 200px; + padding-left: 22px !important; } .username { background: url(/themes/console/images/buttons/user.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important; - padding-left: 22px; } .password { background: url(/themes/console/images/buttons/password.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important; - padding-left: 22px; } .username:focus { diff --git a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css index 80a3fc4ccd..41c6adebb7 100644 --- a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css +++ b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css @@ -825,7 +825,7 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc .username, .password { width: 200px; - padding-left: 22px; + padding-left: 22px !important; background-blend-mode: luminosity; } @@ -963,6 +963,8 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc #customOptions { margin-top: 15px !important; + width: 99%; + width: calc(100% - 10px) !important; } #tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity, -- GitLab