notify-events: i18n, show details, menu entry

* add menu entry
* toggle details
* show status icons instead of text
* internationalization
This commit is contained in:
Milan
2023-04-10 22:47:21 +02:00
parent 24e1b3b033
commit 172e036242
12 changed files with 141 additions and 52 deletions

View File

@@ -1,36 +1,34 @@
.mailHeader{
background:#ccc;
table#events{
transition:all 2s;
}
.mailSubject{
}
.mailBody{
white-space:pre;
}
.done{
table#events.done{
background:#cfc;
}
table#events td:nth-of-type(1){
width:15em;
width:15ch;
}
table#events td:nth-of-type(2){
width:60em;
table#events td:nth-of-type(4){
width:12ch;
}
td.action, input.action{
width:5em;
width:5ch;
}
form input{
width:50em;
width:100%;
}
form textarea{
width:50em;
height:14em;
img.toggle{
background:#1678c2;
cursor:grab;
transition:all 0.5s;
}
img.toggle:hover{
transform: scale(1.2);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}