NarrativeWeb fixes

Space between place, description and the event note when there are
many sources.
Change the css order between print and screen.
The chosen theme can erase prior values.
Add a width for the source column in all themes.

Fixes #10810
This commit is contained in:
SNoiraud
2018-09-28 20:43:53 +02:00
committed by Nick Hall
parent 3046b0586c
commit f2bc982c3d
10 changed files with 32 additions and 5 deletions

View File

@ -373,6 +373,10 @@ table.IndividualList td.ColumnSurname {
content: "";
}
table.eventlist tbody tr td.ColumnSources {
width: 5%;
}
/* Gallery
----------------------------------------------------- */
#GalleryNav {