diff --git a/src/plugins/webstuff/css/Web_Basic-Ash.css b/src/plugins/webstuff/css/Web_Basic-Ash.css index c1d573d9f..d3dba07ee 100644 --- a/src/plugins/webstuff/css/Web_Basic-Ash.css +++ b/src/plugins/webstuff/css/Web_Basic-Ash.css @@ -597,6 +597,10 @@ table.individuallist tbody tr td.ColumnName a:hover { #streetaddress { width: 100%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; } diff --git a/src/plugins/webstuff/css/Web_Basic-Blue.css b/src/plugins/webstuff/css/Web_Basic-Blue.css index f7034dbda..82394376b 100644 --- a/src/plugins/webstuff/css/Web_Basic-Blue.css +++ b/src/plugins/webstuff/css/Web_Basic-Blue.css @@ -781,6 +781,10 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate { #streetaddress { width: 100%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content: ","; } diff --git a/src/plugins/webstuff/css/Web_Basic-Cypress.css b/src/plugins/webstuff/css/Web_Basic-Cypress.css index 1708791de..b7cbbd116 100644 --- a/src/plugins/webstuff/css/Web_Basic-Cypress.css +++ b/src/plugins/webstuff/css/Web_Basic-Cypress.css @@ -594,6 +594,10 @@ table.individuallist tbody tr td.ColumnName a:hover { #streetaddress { width:85%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; } diff --git a/src/plugins/webstuff/css/Web_Basic-Lilac.css b/src/plugins/webstuff/css/Web_Basic-Lilac.css index 8b8478f65..a1212f3c1 100644 --- a/src/plugins/webstuff/css/Web_Basic-Lilac.css +++ b/src/plugins/webstuff/css/Web_Basic-Lilac.css @@ -595,6 +595,10 @@ table.individuallist tbody tr td.ColumnName a:hover { #streetaddress { width:85%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; } diff --git a/src/plugins/webstuff/css/Web_Basic-Peach.css b/src/plugins/webstuff/css/Web_Basic-Peach.css index 08411569f..370e08850 100644 --- a/src/plugins/webstuff/css/Web_Basic-Peach.css +++ b/src/plugins/webstuff/css/Web_Basic-Peach.css @@ -596,6 +596,10 @@ table.individuallist tbody tr td.ColumnName a:hover { #streetaddress { width:85%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; } diff --git a/src/plugins/webstuff/css/Web_Basic-Spruce.css b/src/plugins/webstuff/css/Web_Basic-Spruce.css index 2cad02a10..ba16f3daf 100644 --- a/src/plugins/webstuff/css/Web_Basic-Spruce.css +++ b/src/plugins/webstuff/css/Web_Basic-Spruce.css @@ -596,6 +596,10 @@ table.individuallist tbody tr td.ColumnName a:hover { #streetaddress { width:85%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; } diff --git a/src/plugins/webstuff/css/Web_Mainz.css b/src/plugins/webstuff/css/Web_Mainz.css index 2caf8db2b..d8c0af463 100644 --- a/src/plugins/webstuff/css/Web_Mainz.css +++ b/src/plugins/webstuff/css/Web_Mainz.css @@ -612,6 +612,7 @@ table.individuallist tbody tr td.ColumnName a { } #locality, .locality { display: block; + width: 100%; } #city:after { content:","; diff --git a/src/plugins/webstuff/css/Web_Nebraska.css b/src/plugins/webstuff/css/Web_Nebraska.css index 9e78b616d..4ab53e64e 100644 --- a/src/plugins/webstuff/css/Web_Nebraska.css +++ b/src/plugins/webstuff/css/Web_Nebraska.css @@ -627,6 +627,10 @@ table.individuallist tbody tr td.ColumnName a:hover { #streetaddress { width:85%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; } diff --git a/src/plugins/webstuff/css/Web_Print-Default.css b/src/plugins/webstuff/css/Web_Print-Default.css index e6c4ffc2e..f1fb60e5f 100644 --- a/src/plugins/webstuff/css/Web_Print-Default.css +++ b/src/plugins/webstuff/css/Web_Print-Default.css @@ -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:","; } diff --git a/src/plugins/webstuff/css/Web_Visually.css b/src/plugins/webstuff/css/Web_Visually.css index 60ad6819f..a82ef241e 100644 --- a/src/plugins/webstuff/css/Web_Visually.css +++ b/src/plugins/webstuff/css/Web_Visually.css @@ -768,6 +768,10 @@ div#EventDetail table.eventlist tbody tr td.ColumnPerson { #streetaddress { width:100%; } +#locality, .locality { + display: block; + width: 100%; +} #city:after { content:","; }