Bug#5029; Attributes in Websites... Moved family attributes into the family section of IndividualPage().

svn: r18157
This commit is contained in:
Rob G. Healey
2011-09-13 02:36:25 +00:00
parent 2dbf8118fa
commit c6a6c972bd
11 changed files with 289 additions and 60 deletions

View File

@@ -467,6 +467,24 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-left:20px;
}
/* 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%;
}
/* Sources
----------------------------------------------------- */
#Sources table.infolist tbody tr td.ColumnRowLabel {