Browse Source

config html: compact input fields somewhat

H. Peter Anvin 2 years ago
parent
commit
83aeb7ca82
5 changed files with 5 additions and 5 deletions
  1. BIN
      esp32/output/max80.ino.bin
  2. 1 1
      esp32/www/com/max80.css
  3. 4 4
      esp32/www/en/config.html
  4. BIN
      fpga/output/v1.fw
  5. BIN
      fpga/output/v2.fw

BIN
esp32/output/max80.ino.bin


+ 1 - 1
esp32/www/com/max80.css

@@ -78,7 +78,7 @@ form fieldset legend {
 }
 form label {
     display: inline-block;
-    width: 32ch;
+    width: 30ch;
     margin: 0.5ch;
 }
 button {

+ 4 - 4
esp32/www/en/config.html

@@ -25,19 +25,19 @@
       <fieldset>
 	<legend>Network</legend>
 	<label for="wifi.ssid">Network name (SSID):</label>
-	<input type="text" id="wifi.ssid" name="wifi.ssid" size="64" /><br />
+	<input type="text" id="wifi.ssid" name="wifi.ssid" size="50" /><br />
 	<label for="wifi.psk">Network password (PSK):</label>
-	<input type="password" id="wifi.psk" name="wifi.psk" size="64" />
+	<input type="password" id="wifi.psk" name="wifi.psk" size="50" />
 	<button type="button" class="showpwd" onclick="showpwd('wifi.psk',this)">show</button>
       </fieldset>
       <fieldset>
 	<legend>Date and Time</legend>
 	<label for="TZ">Timezone configuration:</label>
-	<input type="text" id="TZ" name="TZ" size="64"><br />
+	<input type="text" id="TZ" name="TZ" size="50"><br />
 	<label for="sntp.enabled">Synchronize time from network:</label>
 	<input type="checkbox" id="sntp.enabled" name="sntp.enabled" /><br />
 	<label for="sntp.enabled">NTP server:</label>
-	<input type="text" id="sntp.server" name="sntp.server" size="64"><br />
+	<input type="text" id="sntp.server" name="sntp.server" size="50"><br />
 	<label for="ip4.dhcp.nosntp">Ignore DHCP-provided NTP server:</label>
 	<input type="checkbox" id="ip4.dhcp.nosntp" name="ip4.dhcp.nosntp" />
       </fieldset>

BIN
fpga/output/v1.fw


BIN
fpga/output/v2.fw