8213: event columns too narrow

Web_Basic-Cypress stylesheet improvements
This commit is contained in:
Jérôme Rapinat 2015-04-18 16:07:12 +02:00 committed by Ross Gammon
parent d2a49ffb98
commit ef8f197afd

View File

@ -248,6 +248,14 @@ table.primobjlist tr.BeginLetter td, table.primobjlist tr.BeginSurname td {
td.ColumnLetter, td.ColumnRowLabel {
font-weight: bold;
}
/* bug #8213 testing by Stephane, 2014-12-6 */
td.ColumnEvent, td.ColumnDate {
white-space: nowrap;
}
td.ColumnPlace, td.ColumnDescription {
width: 20%
}
/* end of customizations by Stephane */
td.ColumnBirth, td.ColumnDeath, td.ColumnPartner, td.ColumnParents {
font-size: 90%;
}