Projet

Général

Profil

0001-css-alfortville-enlarge-comment-textarea-on-waiting-.patch

Thomas Noël, 27 juin 2017 15:54

Télécharger (908 octets)

Voir les différences:

Subject: [PATCH] css/alfortville: enlarge comment textarea on waiting mail
 tables (#16676)

 welco/static/css/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
welco/static/css/style.css
66 66

  
67 67
.mail-table-waiting .cell,
68 68
.mail-table-subtype1 .cell {
69
	height: 10%;
69
	height: 20%;
70 70
}
71 71

  
72 72
.mail-table-waiting .cell.top,
73 73
.mail-table-subtype1 .cell.top {
74
	height: 90%;
74
	height: 80%;
75 75
}
76 76

  
77 77
div#content .cell h2 {
......
421 421
}
422 422

  
423 423
#comments-field {
424
	height: 7em;
424
	height: 14em;
425 425
	margin-top: 2px;
426 426
	width: 70%;
427 427
}
428
-