diff --git a/account.html b/account.html
index a9a37df..ba7ce45 100644
--- a/account.html
+++ b/account.html
@@ -9,6 +9,7 @@
+
@@ -62,6 +63,19 @@
VMID Range:
Nodes:
+
Cluster Resources
diff --git a/css/form.css b/css/form.css
index 57f7861..cd1422f 100644
--- a/css/form.css
+++ b/css/form.css
@@ -1,5 +1,4 @@
.input-grid {
- float: left;
display: grid;
column-gap: 10px;
row-gap: 5px;
@@ -34,6 +33,10 @@ fieldset > *:last-child {
margin-bottom: 8px;
}
+fieldset > .input-grid {
+ float: left;
+}
+
body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}