Narweb: Add family map to family pages (#1021)

* Narweb: Add family map to family pages
* Narweb: adapt css files to have a better look.

Fixes #011614
This commit is contained in:
Serge Noiraud
2020-04-05 10:17:42 +02:00
committed by GitHub
parent ce6f435cd4
commit 2ce32d8c6b
11 changed files with 74 additions and 3 deletions

View File

@@ -749,6 +749,9 @@ div.grampsstylednote p {
a.familymap {
display: block;
}
a.family_map {
margin-left: 15px;
}
/* Subsection : References
----------------------------------------------------- */

View File

@@ -595,6 +595,9 @@ div#IndividualDetail table.infolist tbody tr td.ColumnAttribute {
#familymap a.familymap {
margin-left:20px;
}
a.family_map {
margin-left: 20px;
}
/* Surnames
----------------------------------------------------- */

View File

@@ -810,6 +810,9 @@ div.grampsstylednote p {
a.familymap {
display: block;
}
a.family_map {
margin-left: 15px;
}
/* Subsection : Source References
----------------------------------------------------- */

View File

@@ -807,6 +807,9 @@ div.grampsstylednote p {
a.familymap {
display: block;
}
a.family_map {
margin-left: 15px;
}
/* Subsection : Source References
----------------------------------------------------- */

View File

@@ -808,6 +808,9 @@ div.grampsstylednote p {
a.familymap {
display: block;
}
a.family_map {
margin-left: 15px;
}
/* Subsection : Source References
----------------------------------------------------- */

View File

@@ -809,6 +809,9 @@ div.grampsstylednote p {
a.familymap {
display: block;
}
a.family_map {
margin-left: 15px;
}
/* Subsection : Source References
----------------------------------------------------- */

View File

@@ -736,6 +736,9 @@ h4 + div.grampsstylednote, a.familymap {
margin-left: 10px;
margin-right: 10px;
}
a.family_map {
margin-left: 10px;
}
i.NoteType {
font-weight: bold;
font-size: .8em;

View File

@@ -594,6 +594,9 @@ table.IndividualList tbody tr td.ColumnName a:hover {
#familymap a.familymap {
margin-left:20px;
}
a.family_map {
margin-left: 20px;
}
/* Subsections : Attributes
----------------------------------------------------- */