Adding colors for table header of AccompanyingPeriod/list

This commit is contained in:
Marc Ducobu 2015-08-26 13:32:03 +02:00
parent 032285442c
commit 80a4a6eda2

View File

@ -8,9 +8,9 @@
<table class="rounded"> <table class="rounded">
<thead> <thead>
<tr> <tr>
<th>{{ 'Opening date'|trans }}</th> <th class="chill-red">{{ 'Opening date'|trans }}</th>
<th>{{ 'Closing date'|trans }}</th> <th class="chill-green">{{ 'Closing date'|trans }}</th>
<th>{{ 'Remark'|trans }}</th> <th class="chill-orange">{{ 'Remark'|trans }}</th>
<th>&nbsp;</th> <th>&nbsp;</th>
</tr> </tr>