Make a few modifications to IndividualPage() Family Section's Attributes and LDS Ordinance.

svn: r18170
This commit is contained in:
Rob G. Healey
2011-09-18 04:32:13 +00:00
parent c026b96ce5
commit 02840b9cb5
2 changed files with 27 additions and 83 deletions

View File

@@ -570,6 +570,10 @@ div#EventList, div#EventDetail {
margin: 0;
padding: 0;
}
table.eventlist {
font: normal .9em sans-serif;
width: 100%;
}
table.eventlist tbody tr td {
border-bottom: dashed 1px #000;
}
@@ -582,15 +586,13 @@ table.eventlist tbody tr td.ColumnDate {
table.eventlist tbody tr td.ColumnPlace {
width: 25%;
}
table.eventlist tbody tr td.ColumnDescription {
width: 20%;
table.eventlist tbody tr td.ColumnDescription,
taable.eventlist tbody tr td.ColumnSources {
width: 15%;
}
table.eventlist tbody tr td.ColumnNotes {
width: 20%;
}
table.eventlist tbody tr td.ColumnSources {
width: 10%;
}
table.eventlist tbody tr td.ColumnPerson {
width: 35%;
}
@@ -1064,26 +1066,21 @@ div#attributes {
padding: 0;
}
table.attrlist {
font: normal .8em sans-serif;
width: 100%;
}
table.attrlist thead tr th {
background-color: #70B1ED;
color: #000;
}
table.attrlist tbody tr td {
border-bottom: dashed 1px #000;
}
table.attrlist tbody tr td.ColumnType {
table.attrlist tbody tr td.ColumnType,
table.attrlist tbody tr td.ColumnSources {
width: 15%;
}
table.attrlist tbody tr td.ColumnValue {
width: 15%;
width: 20%;
}
table.attrlist tbody tr td.ColumnNotes {
width: 40%;
}
table.attrlist tbody tr td.ColumnSources {
width: 10%;
width: 35%;
}
/* Subsections : Parents
@@ -1139,59 +1136,6 @@ div#families table.fixed_subtables table.eventlist th:last-child {
width:5em;
}
/* Subsection: Families: Attributes
------------------------------------------------- */
div#families div#attributes table.attributes {
font: normal .8em sans-serif;
}
div#families div#attributes table.attributes thead tr th.ColumnType {
background: none;
border: none;
}
div#families div#attributes table.attributes thead tr th.ColumnAttribute {
background: none;
border: none;
}
div#families div#attributes table.attributes thead tr th.Type {
border-left: solid 1px #000;
width: 15%;
}
/* Subsection: LDS Ordinance
------------------------------------------------------ */
div#LDSOrdinance {
margin: 0;
padding: 0;
}
div#LDSOrdinance table.ldsordlist {
font-size: .35cm;
}
table.ldsordlist {
margin-bottom: .5em;
}
table.ldsordlist tbody tr td.ColumnLDSType {
width: 12%;
}
table.ldsordlist tbody tr td.ColumnLDSDate {
width: 15%;
}
table.ldsordlist tbody tr td.ColumnLDSTemple {
width: 10%;
}
table.ldsordlist tbody tr td.ColumnLDSPlace {
width: 35%;
}
table.ldsordlist tbody tr td.ColumnLDSStatus {
width: 8%;
}
table.ldsordlist tbody tr td.ColumnLDSSealed {
width: 25%;
}
table.ldsordlist tbody tr td.ColumnLDSSources {
width: 7%;
margin-top: .2cm;
}
/* Subsections : Addresses
----------------------------------------------------- */
div#Addresses {