mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
ui: use gritter to display error messages nicely (instead of loading box)
This commit is contained in:
parent
4816785aef
commit
4c8f60634e
2 changed files with 27 additions and 7 deletions
|
@ -14,13 +14,15 @@
|
|||
|
||||
.gritter-item.popup {
|
||||
position: relative;
|
||||
max-width: 450px;
|
||||
visibility: visible;
|
||||
right: auto !important;
|
||||
left: auto !important;
|
||||
top: auto;
|
||||
bottom: auto;
|
||||
}
|
||||
.gritter-item.popup:not(.error) {
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
.gritter-item .popup-content {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue