Display error when failed to generate pdf or png #3

This commit is contained in:
Przemek Wiech
2019-10-25 18:54:45 +02:00
parent ddb99bb808
commit 9ae7c39aac
3 changed files with 106 additions and 11 deletions

View File

@@ -37,10 +37,16 @@ p.comment {
margin-top: 16px;
}
div.ui.negative.message {
div.ui.error.message {
margin: auto;
}
div.ui.errorPopup.message {
left: 40px;
bottom: 40px;
position: fixed;
}
div.ui.card.intro {
width: 600px;
margin: auto;