admin msg html tags fix, added X to close modals

This commit is contained in:
mrfry 2021-02-16 12:59:23 +01:00
parent 0e59785c3c
commit e9e9f94130
4 changed files with 28 additions and 5 deletions

View file

@ -20,3 +20,14 @@
padding: 20px;
cursor: auto;
}
.close {
cursor: pointer;
font-size: 18px;
position: absolute;
position: absolute;
top: 10px;
right: 10px;
display: inline;
}