diff --git a/amplipi/updater/static/css/styles.css b/amplipi/updater/static/css/styles.css index ed5b3c5e1..8301e691c 100644 --- a/amplipi/updater/static/css/styles.css +++ b/amplipi/updater/static/css/styles.css @@ -9,6 +9,7 @@ } .column-item { + float: left; /* Used to prevent elements from above hanging over the top of the next section */ display: flex; flex-direction: column; justify-content: space-around; @@ -118,34 +119,18 @@ hr { } -.set-password-dialog { +.description-color { color: #aaaaaa !important; } -/* lifted from https://www.w3schools.com/css/css_tooltip.asp */ - -.hover-label { - position: relative; - display: inline-block; - border-bottom: 1px dotted black; +.indent { + padding-left: 35px; } -.hover-label .hover-tooltip{ - top: 100%; - left: 50%; - visibility: hidden; - width: 750px; - max-width: 70vw; - background-color: rgba(100, 100, 100, 1); - color: #ffffff; - text-align: center; - padding: 5px 0; - border-radius: 6px; - - position: absolute; - z-index: 1; -} - -.hover-label:hover .hover-tooltip{ - visibility: visible; +@media (min-width: 768px) { + .pseudo-column { + width: 250px; + margin-right: 55%; + float: right; + } } diff --git a/amplipi/updater/static/index.html b/amplipi/updater/static/index.html index 3412bd7f6..7d52f65aa 100644 --- a/amplipi/updater/static/index.html +++ b/amplipi/updater/static/index.html @@ -198,49 +198,49 @@

AmpliPi

-
-
- Set Password - - This form lets you set a web interface password, which will make it so that you must input the same password to access the system's controls. Leaving the fields empty will remove password protection. Note that this only affects the web interface, not the system password, and will log out any active sessions. - +
+
+ Set Password:
-
+
+
+ Set Password allows you set to a web interface password, which will make it so that you must input the same password to access the app +
+ Leaving the fields empty will remove password protection +
- +
- +
-
-
-
-
- Persist Logs - - By default, logs are stored in memory to preserve the limited read/write cycles of the system's EMMC flash storage; this has the effect of deleting all logs on system reboot -
- By enabling log persistence, you can save logs to storage instead to persist them between reboots. Over time this may wear out your device; to avoid this, there is also an "auto off delay" that will turn off persistance after X days. Input 0 to not automatically disable log persistance (this is not recommended) -
+
+
+ Persist Logs:
-
+
+
+ Persist Logs saves logs to system storage instead of deleting them on reboot +
+ To prevent wear on the eMMC flash storage, you can set an "auto-off delay" to disable persistence after X days (enter 0 to keep it on indefinitely, at risk of shortening system lifespan). +
@@ -249,20 +249,17 @@
- +
-
- WARNING: Leaving log persistence on for extended periods can damage your system. -