Added some help to the edit form.

This commit is contained in:
Tim Schumacher 2014-07-08 12:21:52 +02:00
parent 896bc2064e
commit ceeab5332e
3 changed files with 14 additions and 3 deletions

View file

@ -28,4 +28,12 @@
margin-right: 0.5rem;
}
}
}
form .ui.form {
.field {
.attached-label > input, .attached-label > textarea {
margin-bottom: 2rem;
}
}
}