notify-events: use send button, split css and js

This commit is contained in:
Milan
2022-01-29 13:43:11 +01:00
parent 45290f9daf
commit f6d3139f03
5 changed files with 63 additions and 60 deletions

View File

@@ -0,0 +1,36 @@
.mailHeader{
background:#ccc;
}
.mailSubject{
}
.mailBody{
white-space:pre;
}
.done{
background:#cfc;
}
table#events td:nth-of-type(1){
width:15em;
}
table#events td:nth-of-type(2){
width:60em;
}
td.action, input.action{
width:5em;
}
form input{
width:50em;
}
form textarea{
width:50em;
height:14em;
}