Users - Add/Edit: Persistent form values upon submission failure.

This commit is contained in:
Nate
2020-03-27 18:09:04 -06:00
parent 4af2120e42
commit 043708d183
5 changed files with 133 additions and 82 deletions

View File

@@ -2364,6 +2364,12 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
white-space: nowrap;
}
div.action_bar > div.actions > div.unsaved {
display: inline-block;
margin-right: 30px;
color: #b00;
}
/* used primarily in contacts */
div.action_bar.shrink {
margin-bottom: 0;