1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#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

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.