css/alfortville: enlarge comment textarea on waiting mail tables (#16676)

This commit is contained in:
Thomas NOËL 2017-06-27 14:53:03 +02:00
parent 9321d31f74
commit e4b6216220
1 changed files with 3 additions and 3 deletions

View File

@ -66,12 +66,12 @@ body.welco-home div#content {
.mail-table-waiting .cell,
.mail-table-subtype1 .cell {
height: 10%;
height: 20%;
}
.mail-table-waiting .cell.top,
.mail-table-subtype1 .cell.top {
height: 90%;
height: 80%;
}
div#content .cell h2 {
@ -421,7 +421,7 @@ td.datetime {
}
#comments-field {
height: 7em;
height: 14em;
margin-top: 2px;
width: 70%;
}