fix some column widths

This commit is contained in:
Frédéric Péters 2011-12-19 13:35:56 +01:00
parent 8bde96c7d7
commit aacf8f5342
1 changed files with 16 additions and 0 deletions

View File

@ -67,6 +67,22 @@
.results table tr td {
padding-right: 1em;
}
td.session {
width: 7em;
}
td.type {
width: 14em;
}
td.persons {
width: 20em;
}
td.state {
width: 7em;
}
</style>
<div tal:condition="python: len(results)">