diff --git a/app/styles/base.css b/app/styles/base.css
index 944e32a..6408939 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -456,6 +456,7 @@ html {
.noVNC_panel hr {
border: none;
border-top: 1px solid var(--novnc-lightgrey);
+ width: 100%; /*
inside a flexbox will otherwise be 0px wide */
}
.noVNC_panel label {
@@ -493,8 +494,20 @@ html {
vertical-align: bottom;
}
-.noVNC_submit {
- float: right;
+.noVNC_panel form {
+ display: flex;
+ flex-direction: column;
+ gap: 12px
+}
+
+.noVNC_panel .button_row {
+ margin-top: 10px;
+ display: flex;
+ gap: 10px;
+ justify-content: space-between;
+}
+.noVNC_panel .button_row *:only-child {
+ margin-left: auto; /* Align single buttons to the right */
}
/* Expanders */
diff --git a/vnc.html b/vnc.html
index 304b1a5..b55b61c 100644
--- a/vnc.html
+++ b/vnc.html
@@ -362,9 +362,9 @@
Please verify that the information is correct and press
"Approve". Otherwise press "Reject".
-
@@ -383,8 +383,8 @@
-
@@ -393,7 +393,7 @@