Re-added the dashed border on the List pages.
svn: r15578
This commit is contained in:
parent
1f9033cb44
commit
71ecdfdee8
@ -410,6 +410,9 @@ table.surnamelist thead tr th a, table.surnamelist thead tr th a:visited {
|
|||||||
table.surnamelist thead tr th.ColumnLetter {
|
table.surnamelist thead tr th.ColumnLetter {
|
||||||
padding: 0px 10px 0px 20px;
|
padding: 0px 10px 0px 20px;
|
||||||
}
|
}
|
||||||
|
table.surnamelist tbody tr td {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
table.surnamelist tbody tr td.ColumnLetter a {
|
table.surnamelist tbody tr td.ColumnLetter a {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
@ -469,9 +472,8 @@ div#Individuals {
|
|||||||
div#Individuals table.individuallist {
|
div#Individuals table.individuallist {
|
||||||
border-bottom: solid 1px #000;
|
border-bottom: solid 1px #000;
|
||||||
}
|
}
|
||||||
div#Individuals table.individuallist tbody tr td a {
|
div#Individuals table.individuallist tbody tr td {
|
||||||
display: block;
|
border-bottom: dashed 1px #000;
|
||||||
padding: .6em 10px;
|
|
||||||
}
|
}
|
||||||
div#Individuals table.individuallist tbody tr td.ColumnSurname a:hover,
|
div#Individuals table.individuallist tbody tr td.ColumnSurname a:hover,
|
||||||
div#Individuals table.individuallist tbody tr td.ColumnSurname a:active {
|
div#Individuals table.individuallist tbody tr td.ColumnSurname a:active {
|
||||||
@ -517,6 +519,9 @@ div#Places, div#PlaceDetail {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
div#Places table.infolist tbody tr td {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
div#Places table.infolist tbody tr td.ColumnLetter {
|
div#Places table.infolist tbody tr td.ColumnLetter {
|
||||||
width: 3%;
|
width: 3%;
|
||||||
}
|
}
|
||||||
@ -586,6 +591,9 @@ table.eventlist tbody tr td.ColumnPerson {
|
|||||||
table.eventlist tbody tr td.ColumnPartner {
|
table.eventlist tbody tr td.ColumnPartner {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
div#EventList table.infolist tbody tr td {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
div#EventList table.infolist tbody tr td.ColumnLetter a:hover {
|
div#EventList table.infolist tbody tr td.ColumnLetter a:hover {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
@ -649,8 +657,12 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#Gallery table.infolist tbody tr td {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
#Gallery table.infolist tbody tr td.ColumnRowLabel {
|
#Gallery table.infolist tbody tr td.ColumnRowLabel {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
width: 3%;
|
||||||
}
|
}
|
||||||
#Gallery table.infolist tbody tr td.ColumnName {
|
#Gallery table.infolist tbody tr td.ColumnName {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@ -820,8 +832,12 @@ div#Download p#description a.copyright a img {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
div#Sources table.infolist tbody tr td {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
|
}
|
||||||
div#Sources table.infolist tbody tr td.ColumnRowLabel {
|
div#Sources table.infolist tbody tr td.ColumnRowLabel {
|
||||||
padding-bottom:0;
|
padding-bottom: 0;
|
||||||
|
width: 3%;
|
||||||
}
|
}
|
||||||
div#Sources table.infolist tbody tr td.ColumnName {
|
div#Sources table.infolist tbody tr td.ColumnName {
|
||||||
padding:0;
|
padding:0;
|
||||||
@ -841,9 +857,11 @@ div#RepositoryList {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
div#RepositoryList table.repolist tbody tr td a {
|
div#RepositoryList table.repolist tbody tr td {
|
||||||
display: block;
|
border-bottom: dashed 1px #000;
|
||||||
padding: .3em 10px;
|
}
|
||||||
|
div#RepositoryList table.repolist tbody tr td.ColumnRowLabel {
|
||||||
|
width: 3%;
|
||||||
}
|
}
|
||||||
div#RepositoryList table.repolist tbody tr td.ColumnType {
|
div#RepositoryList table.repolist tbody tr td.ColumnType {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
@ -859,6 +877,7 @@ div#AddressBookList, AddressBookDetail {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
div#AddressBookList table.addressbook tbody tr td {
|
div#AddressBookList table.addressbook tbody tr td {
|
||||||
|
border-bottom: dashed 1px #000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div#AddressBookList table.addressbook tbody tr td.ColumnName {
|
div#AddressBookList table.addressbook tbody tr td.ColumnName {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user