Added locality elements to all related style sheets.
svn: r16406
This commit is contained in:
parent
c1e58e38d7
commit
d7c767f699
@ -597,6 +597,10 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
#streetaddress {
|
||||
width: 100%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -781,6 +781,10 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
|
||||
#streetaddress {
|
||||
width: 100%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content: ",";
|
||||
}
|
||||
|
@ -594,6 +594,10 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
#streetaddress {
|
||||
width:85%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -595,6 +595,10 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
#streetaddress {
|
||||
width:85%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -596,6 +596,10 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
#streetaddress {
|
||||
width:85%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -596,6 +596,10 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
#streetaddress {
|
||||
width:85%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -612,6 +612,7 @@ table.individuallist tbody tr td.ColumnName a {
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
|
@ -627,6 +627,10 @@ table.individuallist tbody tr td.ColumnName a:hover {
|
||||
#streetaddress {
|
||||
width:85%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -357,6 +357,10 @@ table.surname thead tr th.ColumnParents, table.surname tbody tr td.ColumnParents
|
||||
#city {
|
||||
clear:left;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
@ -768,6 +768,10 @@ div#EventDetail table.eventlist tbody tr td.ColumnPerson {
|
||||
#streetaddress {
|
||||
width:100%;
|
||||
}
|
||||
#locality, .locality {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
#city:after {
|
||||
content:",";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user