forked from I2P_Developers/i2p.i2p
Console: Make the /confighome headers match the home page headers
Fix padding on file chooser buttons
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user