From 1916f2d1a7a4766006ece1b61396e5e6f26eb0d2 Mon Sep 17 00:00:00 2001 From: laci Date: Thu, 4 Jul 2024 17:03:47 +0200 Subject: [PATCH] additionals fieldset --- index.html | 91 +++++++++++++++++++++++++++++++++++++++++++++++---- installer.css | 6 ++-- 2 files changed, 88 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index f3df7ba..c20581d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - +
@@ -161,7 +161,8 @@
- +
@@ -190,7 +191,8 @@
- - +
@@ -262,6 +263,43 @@
+
@@ -273,13 +311,52 @@
- +
+

diff --git a/installer.css b/installer.css index cf0039c..96b00ca 100644 --- a/installer.css +++ b/installer.css @@ -1,3 +1,5 @@ -fieldset {border: 1px solid blue; padding-left: 50px} -legend {width: auto;text-align: left !important; padding: 10px; color:blue} .hidden {display:none} +fieldset {border: 1px solid blue; padding-left: 40px; padding-right: 20px} +legend {width: auto;text-align: left !important; padding: 10px; color:blue} +fieldset.sub_block {border: 1px solid black; margin:-20px 0px 20px -15px} +fieldset.sub_block legend {color: black}