summaryrefslogtreecommitdiff
path: root/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/static/css/main.css
blob: 8fcc7b394d72cf5b9546e5fbbd231bfa4845086f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}