diff --git a/config.html b/config.html index 94df7d3..6dea344 100644 --- a/config.html +++ b/config.html @@ -22,7 +22,14 @@
Disks
-
+
+
+ + + + + +
diff --git a/css/form.css b/css/form.css index 4dae185..c6cada9 100644 --- a/css/form.css +++ b/css/form.css @@ -26,6 +26,12 @@ input { border: solid white 1px; } +select { + border: solid white 1px; + background-color: black; + color: white; +} + button { margin-top: 0px; } @@ -45,4 +51,14 @@ legend { form img { width: 16px; +} + +form > * { + margin-top: 10px; +} + +hr { + width: 100%; + border: none; + border-top: solid white 1px; } \ No newline at end of file