Make uploading over ajax, and ajax flash messages, work

This commit is contained in:
Micah Lee 2019-02-15 14:52:00 -08:00
parent a22d21c222
commit e2c4ec1f6f
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 84 additions and 38 deletions

View file

@ -139,30 +139,22 @@ ul.flashes {
}
ul.flashes li {
margin: 0;
margin: 0 0 5px 0;
padding: 10px;
list-style: none;
border: 0;
border-radius: 3px;
text-align: left;
}
li.error {
list-style: none;
margin: 0;
padding: 0;
color: #ffffff;
background-color: #c90c0c;
border: 0;
border-radius: 5px;
text-align: left;
}
li.info {
list-style: none;
margin: 0;
padding: 0;
color: #000000;
background-color: #a9e26c;
border: 0;
border-radius: 5px;
text-align: left;
}
.closed-wrapper {