From e18708bdbeb6908242a63a28ef6f38e36da0603c Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Sat, 7 Nov 2020 07:18:15 +0000 Subject: [PATCH] round and re-center buttons on i2ptunnel home page --- installer/resources/themes/console/light/console.css | 1 + installer/resources/themes/i2ptunnel/light/i2ptunnel.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 0c4db90768..b176b41a9b 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -2925,6 +2925,7 @@ a:link, #graphopts a:visited, .news #newsdisplay a, .news #newsdisplay a:visited font-weight: bold; word-wrap: break-word; outline: none; + padding-top: 4px; } a:visited, .tab a { diff --git a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css index 41c6adebb7..26583f7084 100644 --- a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css +++ b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css @@ -210,7 +210,7 @@ hr { font-weight: normal; color: #33333f; border: 1px solid #999daf; - border-radius: 2px; + border-radius: 12px; background: #eee; background: linear-gradient(to bottom, #fff, #efefff); box-shadow: inset 0 0 0 1px #fff; @@ -218,7 +218,7 @@ hr { box-sizing: border-box; margin: 2px 4px !important; min-width: 70px !important; - padding: 4px 8px; + padding: 7px 8px; } button.control, input.control { @@ -243,7 +243,7 @@ button.control, input.control { a.control { display: inline-block; - padding: 5px 8px !important; + padding: 5px 8px; } .iframed .panel.iframed {