Re-added the dashed border on the List pages.

svn: r15578
This commit is contained in:
Rob G. Healey 2010-06-18 22:05:57 +00:00
parent 1f9033cb44
commit 71ecdfdee8

View File

@ -410,6 +410,9 @@ table.surnamelist thead tr th a, table.surnamelist thead tr th a:visited {
table.surnamelist thead tr th.ColumnLetter {
padding: 0px 10px 0px 20px;
}
table.surnamelist tbody tr td {
border-bottom: dashed 1px #000;
}
table.surnamelist tbody tr td.ColumnLetter a {
background: none;
}
@ -469,9 +472,8 @@ div#Individuals {
div#Individuals table.individuallist {
border-bottom: solid 1px #000;
}
div#Individuals table.individuallist tbody tr td a {
display: block;
padding: .6em 10px;
div#Individuals table.individuallist tbody tr td {
border-bottom: dashed 1px #000;
}
div#Individuals table.individuallist tbody tr td.ColumnSurname a:hover,
div#Individuals table.individuallist tbody tr td.ColumnSurname a:active {
@ -517,6 +519,9 @@ div#Places, div#PlaceDetail {
margin: 0;
padding: 0;
}
div#Places table.infolist tbody tr td {
border-bottom: dashed 1px #000;
}
div#Places table.infolist tbody tr td.ColumnLetter {
width: 3%;
}
@ -586,6 +591,9 @@ table.eventlist tbody tr td.ColumnPerson {
table.eventlist tbody tr td.ColumnPartner {
width: 35%;
}
div#EventList table.infolist tbody tr td {
border-bottom: dashed 1px #000;
}
div#EventList table.infolist tbody tr td.ColumnLetter a:hover {
background: none;
}
@ -649,8 +657,12 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
margin: 0;
padding: 0;
}
#Gallery table.infolist tbody tr td {
border-bottom: dashed 1px #000;
}
#Gallery table.infolist tbody tr td.ColumnRowLabel {
padding-bottom: 0;
width: 3%;
}
#Gallery table.infolist tbody tr td.ColumnName {
width: 50%;
@ -820,8 +832,12 @@ div#Download p#description a.copyright a img {
margin: 0;
padding: 0;
}
div#Sources table.infolist tbody tr td {
border-bottom: dashed 1px #000;
}
div#Sources table.infolist tbody tr td.ColumnRowLabel {
padding-bottom:0;
padding-bottom: 0;
width: 3%;
}
div#Sources table.infolist tbody tr td.ColumnName {
padding:0;
@ -841,9 +857,11 @@ div#RepositoryList {
margin: 0;
padding: 0;
}
div#RepositoryList table.repolist tbody tr td a {
display: block;
padding: .3em 10px;
div#RepositoryList table.repolist tbody tr td {
border-bottom: dashed 1px #000;
}
div#RepositoryList table.repolist tbody tr td.ColumnRowLabel {
width: 3%;
}
div#RepositoryList table.repolist tbody tr td.ColumnType {
width: 15%;
@ -859,6 +877,7 @@ div#AddressBookList, AddressBookDetail {
padding: 0;
}
div#AddressBookList table.addressbook tbody tr td {
border-bottom: dashed 1px #000;
text-align: center;
}
div#AddressBookList table.addressbook tbody tr td.ColumnName {