Files
racalmas/website/agenda/planung/css/notify-events.css

37 lines
348 B
CSS

.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;
}