diff --git a/src/main/resources/static/css/commons/r11form.css b/src/main/resources/static/css/commons/r11form.css index d043bb1..7c4a3c6 100644 --- a/src/main/resources/static/css/commons/r11form.css +++ b/src/main/resources/static/css/commons/r11form.css @@ -209,6 +209,11 @@ justify-content: space-between; } +.display-space-evenly { + display: flex; + justify-content: space-evenly; +} + .content p { margin: 0; padding: 0; @@ -292,6 +297,10 @@ width: 50%; } +.tree-fourth-width { + width: 75%; +} + .half-width.with-padding { width: 45%; } diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html index 1bdf5b1..2bd58d8 100644 --- a/src/main/resources/static/html/mock.html +++ b/src/main/resources/static/html/mock.html @@ -105,20 +105,40 @@
- - - - - - - - - - - - - -
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
+
+
+
+
+ + + +
+
+ + + +
+
+ +
+ +
+ + + + + + + + + + + + + +
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
+
+
diff --git a/target/classes/static/css/commons/r11form.css b/target/classes/static/css/commons/r11form.css index d043bb1..7c4a3c6 100644 --- a/target/classes/static/css/commons/r11form.css +++ b/target/classes/static/css/commons/r11form.css @@ -209,6 +209,11 @@ justify-content: space-between; } +.display-space-evenly { + display: flex; + justify-content: space-evenly; +} + .content p { margin: 0; padding: 0; @@ -292,6 +297,10 @@ width: 50%; } +.tree-fourth-width { + width: 75%; +} + .half-width.with-padding { width: 45%; } diff --git a/target/classes/static/html/mock.html b/target/classes/static/html/mock.html index 1bdf5b1..2bd58d8 100644 --- a/target/classes/static/html/mock.html +++ b/target/classes/static/html/mock.html @@ -105,20 +105,40 @@
- - - - - - - - - - - - - -
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
+
+
+
+
+ + + +
+
+ + + +
+
+ +
+ +
+ + + + + + + + + + + + + +
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
+
+