11 lines
116 B
CSS
11 lines
116 B
CSS
input, label {
|
|
display: block;
|
|
}
|
|
|
|
input, select, label {
|
|
margin: 5px 0;
|
|
}
|
|
.form-item {
|
|
margin-bottom: 20px;
|
|
}
|