Consolidated many occurences of ColumnRowLabel into one...

svn: r18122
This commit is contained in:
Rob G. Healey 2011-09-08 09:21:22 +00:00
parent 7966ecd52f
commit 09e9e253fa

View File

@ -362,9 +362,12 @@ table.infolist tbody tr td.ColumnDeath {
width: 10%; width: 10%;
} }
table.infolist tbody tr td.ColumnRowLabel { table.infolist tbody tr td.ColumnRowLabel {
width: 6%; width: 2%;
padding-left: 20px; padding-left: 20px;
} }
table.infolist tbody tr td.ColumnRowLabel a {
background: none;
}
table.infolist tbody tr td.ColumnType { table.infolist tbody tr td.ColumnType {
width: 6%; width: 6%;
padding-left: 20px; padding-left: 20px;
@ -530,9 +533,6 @@ table.relationships {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
table.relationships thead tr th.ColumnRowLabel {
width: 2%;
}
table.relationships thead tr th.ColumnPartner { table.relationships thead tr th.ColumnPartner {
width: 30%; width: 30%;
} }
@ -546,9 +546,6 @@ table.relationships tbody tr td.BeginLetter {
table.relationships tbody tr td { table.relationships tbody tr td {
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
table.relationships tbody tr td.ColumnRowLabel a {
background: none;
}
table.relationships tbody tr td.ColumnPartner { table.relationships tbody tr td.ColumnPartner {
font-size: 100%; font-size: 100%;
} }
@ -701,10 +698,6 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
#Gallery table.infolist tbody tr td { #Gallery table.infolist tbody tr td {
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
#Gallery table.infolist tbody tr td.ColumnRowLabel {
padding-bottom: 0;
width: 3%;
}
#Gallery table.infolist tbody tr td.ColumnName { #Gallery table.infolist tbody tr td.ColumnName {
width: 50%; width: 50%;
} }
@ -799,10 +792,6 @@ body#ThumbnailPreview div#references {
body#ThumbnailPreview div#references table.infolist tbody tr { body#ThumbnailPreview div#references table.infolist tbody tr {
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
body#ThumbnailPreview div#references table.infolist tbody tr td.ColumnRowLabel a {
background: none;
width: 2%;
}
body#ThumbnailPreview div#references table.infolist tbody tr td.ColumnName { body#ThumbnailPreview div#references table.infolist tbody tr td.ColumnName {
width: 90%; width: 90%;
} }
@ -898,10 +887,6 @@ div#Download table.download td.ColumnModified {
div#Sources table.infolist tbody tr td { div#Sources table.infolist tbody tr td {
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
div#Sources table.infolist tbody tr td.ColumnRowLabel {
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;
} }
@ -929,9 +914,6 @@ div#RepositoryList {
div#RepositoryList table.repolist tbody tr td { div#RepositoryList table.repolist tbody tr td {
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
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%;
} }
@ -1610,9 +1592,6 @@ table.oneday {
table.oneday tbody tr td { table.oneday tbody tr td {
border-bottom: dashed 1px #000; border-bottom: dashed 1px #000;
} }
table.oneday tbody tr td.ColumnRowLabel {
width: 5%;
}
table.oneday tbody tr td.ColumnText { table.oneday tbody tr td.ColumnText {
width: 85%; width: 85%;
} }