mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-09 21:45:43 -05:00
Make uploading over ajax, and ajax flash messages, work
This commit is contained in:
parent
a22d21c222
commit
e2c4ec1f6f
4 changed files with 84 additions and 38 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue