Bug#5029-- Attributes in Websites; Moved Family ttributes into IndidivudalPage: Families: Attributes.

svn: r18158
This commit is contained in:
Rob G. Healey
2011-09-13 03:26:38 +00:00
parent 269df644df
commit 11de3759f7
11 changed files with 352 additions and 22 deletions

View File

@@ -481,6 +481,35 @@ table.individuallist tbody tr td.ColumnName a {
margin-left:20px;
}
/* Subsections : Attributes
----------------------------------------------------- */
div#attributes {
margin: 0;
padding: 0;
}
table.attrlist {
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 {
width: 15%;
}
table.attrlist tbody tr td.ColumnValue {
width: 15%;
}
table.attrlist tbody tr td.ColumnNotes {
width: 40%;
}
table.attrlist tbody tr td.ColumnSources {
width: 10%;
}
/* Sources
----------------------------------------------------- */
#Sources table.infolist tbody tr td.ColumnRowLabel {