#6797: Improve form error/django messages handling

This commit is contained in:
checktheroads
2021-08-01 13:30:16 -07:00
parent 8e3ab8d5c5
commit 0b09365d0d
5 changed files with 49 additions and 41 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1062,6 +1062,13 @@ div.card > div.card-header > div.table-controls {
border-bottom: 1px solid $nav-tabs-border-color;
}
#django-messages {
position: fixed;
right: $spacer;
bottom: 0;
margin: $spacer;
}
// Page-specific styles.
html {
// Shade the home page content background-color.