Removed ColumnMedia from FamilyListPage, and Benny said it would take a huge hit on bandwidth and load timing.

svn: r18061
This commit is contained in:
Rob G. Healey
2011-08-24 07:12:54 +00:00
parent a9cff60f04
commit a2e4669a3a
2 changed files with 29 additions and 38 deletions

View File

@@ -521,22 +521,32 @@ table.surname tbody tr td.ColumnParents {
div#Relationships {
margin: 0 auto;
padding: 0;
width: 100%;
}
table.relationships {
width: 100%;
margin: 0;
padding: 0;
}
table.relationships thead tr th.ColumnRowLabel {
width: 2%;
}
table.relationships thead tr th.ColumnPartner {
width: 30%;
}
table.relationships thead tr th.ColumnMarriage,
table.relationships thead tr th.ColumnDivorce {
width: 10%;
}
table.relationships thead tr th.ColumnMedia {
width: 15%;
table.relationships tbody tr td.BeginLetter {
border-bottom: solid 1px #000;
}
table.relationships tbody tr td {
border-bottom: dashed 1px #000;
}
table.relationships tbody tr td.ColumnRowLabel a {
background: none;
}
table.relationships tbody tr td.ColumnPartner {
font-size: 100%;
}