Console: Make the /confighome headers match the home page headers

Fix padding on file chooser buttons
This commit is contained in:
zzz
2021-05-20 08:47:20 -04:00
parent 2bb14c317f
commit 557c1d0f04
3 changed files with 4 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ input.default {
</div>
</form>
<h3 class="tabletitle"><%=intl._t("Websites Inside I2P")%></h3>
<h3 class="tabletitle"><%=intl._t("I2P Community Sites")%></h3>
<form action="" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" >
<input type="hidden" name="group" value="1">
@@ -88,7 +88,7 @@ input.default {
</div>
</form>
<h3 class="tabletitle"><%=intl._t("Configuration")%></h3>
<h3 class="tabletitle"><%=intl._t("Configuration and Help")%></h3>
<form action="" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" >
<input type="hidden" name="group" value="4">
@@ -102,7 +102,7 @@ input.default {
</div>
</form>
<h3 class="tabletitle"><%=intl._t("Developer Information")%></h3>
<h3 class="tabletitle"><%=intl._t("Network and Developer Information")%></h3>
<form action="" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" >
<input type="hidden" name="group" value="5">

View File

@@ -4250,7 +4250,6 @@ input[type="text"]:focus, input[type="password"]:focus {
input[type="file"] {
border: none;
padding: 0;
background: none;
box-shadow: none;
cursor: pointer;

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";