notify-events: use send button, split css and js
This commit is contained in:
36
website/agenda/planung/css/notify-events.css
Normal file
36
website/agenda/planung/css/notify-events.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user