Web_Visually --had a problem with repeating gender symbols. All other had a problem with street address.

svn: r12175
This commit is contained in:
Rob G. Healey 2009-03-01 04:53:31 +00:00
parent e3c0eecf33
commit cdbdc0540f
7 changed files with 8 additions and 17 deletions

View File

@ -540,7 +540,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-right:.4em;
}
#streetaddress {
width:70%;
width:85%;
}
#city:after {
content:",";

View File

@ -536,7 +536,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-right:.4em;
}
#streetaddress {
width:70%;
width:85%;
}
#city:after {
content:",";

View File

@ -538,7 +538,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-right:.4em;
}
#streetaddress {
width:70%;
width:85%;
}
#city:after {
content:",";

View File

@ -539,7 +539,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-right:.4em;
}
#streetaddress {
width:70%;
width:85%;
}
#city:after {
content:",";

View File

@ -539,7 +539,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-right:.4em;
}
#streetaddress {
width:70%;
width:85%;
}
#city:after {
content:",";

View File

@ -572,7 +572,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
margin-right:.4em;
}
#streetaddress {
width:70%;
width:85%;
}
#city:after {
content:",";

View File

@ -947,22 +947,13 @@ div#pedigree {
#treeContainer div.boxbg a:hover span.thumbnail {
display:block;
}
#treeContainer div.male a,
#treeContainer div.male span.unlinked,
#treeContainer div.female a ,
#treeContainer div.female span.unlinked {
background-position:top right;
background-repeat:no-repeat;
}
#treeContainer div.male a,
#treeContainer div.male span.unlinked {
background:url(../images/Web_Gender_Male.png);
background-color:#BCEAF6;
background:url(../images/Web_Gender_Male.png) #BCEAF6 no-repeat top right;
}
#treeContainer div.female a,
#treeContainer div.female span.unlinked {
background:url(../images/Web_Gender_Female.png);
background-color:#FFC0CB;
background:url(../images/Web_Gender_Female.png) #FFC0CB no-repeat top right;
}
#treeContainer div.unknown a,
#treeContainer div.unknown span.unlinked {