diff options
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static')
| -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 |
