diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 21:00:32 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 21:00:32 +0530 |
| commit | 8fc60b3ccd9fd076004d61c2bc190aaedd073c46 (patch) | |
| tree | 358cb88be27bd81d6691531db438c80f11c96187 /spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css | |
| parent | 3d3d8fb1e2937fbc05cfd867098fbf873ff6897c (diff) | |
Added Spring Boot DevTools support and css to the project
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css')
| -rw-r--r-- | spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css/main.css b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css/main.css new file mode 100644 index 0000000..8fcc7b3 --- /dev/null +++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css/main.css @@ -0,0 +1,13 @@ +.form-field-container { + margin-top: 8px; + margin-bottom: 8px; +} + +.form-field-container label { + display: inline-block; + width: 5em; +} + +.form-field-container .validation-error { + color: red; +}
\ No newline at end of file |
