mirror of
https://github.com/Xevion/runnerspace.git
synced 2026-01-31 14:25:49 -06:00
Apply new form validation features to New Post form
- Use TextAreaField instead of StringField on forms.NewPostForm - Fixed incorrect remember_me field and redirect in login - Added placeholder usage to field rendering macro
This commit is contained in:
+8
-4
@@ -216,20 +216,24 @@ nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after
|
||||
filter: drop-shadow(5px 7px 6px rgba(0, 0, 0, 0.2));
|
||||
}
|
||||
|
||||
.profile-form {
|
||||
.form {
|
||||
margin: 0 auto;
|
||||
width: 80%;
|
||||
}
|
||||
.profile-form textarea {
|
||||
.form textarea {
|
||||
margin: 0.5em auto;
|
||||
height: 10em;
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
.profile-form button {
|
||||
.form.post-form {
|
||||
border: none;
|
||||
}
|
||||
.form button {
|
||||
margin: 0.3em auto;
|
||||
text-align: center;
|
||||
}
|
||||
.profile-form label {
|
||||
.form label {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user