Web_Visually --had a problem with repeating gender symbols. All other had a problem with street address.
svn: r12175
This commit is contained in:
parent
e3c0eecf33
commit
cdbdc0540f
@ -540,7 +540,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:70%;
|
||||
width:85%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -536,7 +536,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:70%;
|
||||
width:85%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -538,7 +538,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:70%;
|
||||
width:85%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -539,7 +539,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:70%;
|
||||
width:85%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -539,7 +539,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:70%;
|
||||
width:85%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -572,7 +572,7 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
margin-right:.4em;
|
||||
}
|
||||
#streetaddress {
|
||||
width:70%;
|
||||
width:85%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user