Added style sheet elements for the upcoming FamilyListPage() coming in NarrativeWeb... Already discussed these elements with Michael Nauta.

svn: r18045
This commit is contained in:
Rob G. Healey
2011-08-18 00:43:55 +00:00
parent a3fd13e185
commit 3b30d1dee6
10 changed files with 366 additions and 46 deletions

View File

@@ -496,6 +496,38 @@ table.individuallist tbody tr td.ColumnName a {
padding-bottom:.5em;
}
/* Relationships
================================================= */
div#Relationships {
font: normal 1em sans-serif;
margin: 0 auto;
padding: 0;
}
table.relationships {
width: 100%;
margin: 0;
padding: 0;
}
table.relationships thead tr th.ColumnMarriage,
table.relationships thead tr th.ColumnDivorce {
width: 10%;
}
table.relationships thead tr th.ColumnHyper {
width: 15%;
}
table.relationships thead tr th.ColumnMedia {
width: 15%;
}
table.relationships tbody tr#FirstLetter {
border-bottom: solid 1px #000;
}
table.relationships tbody tr td {
border-bottom: dashed 1px #000;
}
table.relationships tbody tr td.ColumnRowLabel a {
background: none;
}
/* Places
----------------------------------------------------- */
#Places table.infolist {