Fixed problems in RepositoryList and Sources of items not being a bottom dashed line to separate items.

svn: r15064
This commit is contained in:
Rob G. Healey 2010-04-08 12:24:22 +00:00
parent b9c55e9f41
commit a1d66d4e42

View File

@ -297,7 +297,7 @@ div#footer {
overflow: auto; overflow: auto;
clear: both; clear: both;
font-size: 12px; font-size: 12px;
margin: 0; margin-top: 10px;
color: #FFF; color: #FFF;
background-color: #542; background-color: #542;
border-top: solid 8px #5D835F; border-top: solid 8px #5D835F;
@ -886,13 +886,17 @@ div#Download table.download td.Modified {
/* Sources /* Sources
----------------------------------------------------- */ ----------------------------------------------------- */
#Sources { } #Sources {
margin: 0;
padding: 0;
}
div#Sources table.infolist tbody tr td { div#Sources table.infolist tbody tr td {
background-color: #D8F3D6; background-color: #D8F3D6;
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: 5%;
} }
div#Sources table.infolist tbody tr td.ColumnName { div#Sources table.infolist tbody tr td.ColumnName {
padding:0; padding:0;
@ -913,23 +917,29 @@ div#SourceDetail div#references ol li {
------------------------------------------------------ */ ------------------------------------------------------ */
div#RepositoryList { div#RepositoryList {
margin: 0; margin: 0;
padding: 0; padding: 0 14px 0 14px;
width: 965px;
}
div#RepositoryList table.repolist {
width: 100%;
} }
div#RepositoryList table.repolist tbody tr td { div#RepositoryList table.repolist tbody tr td {
background-color: #D8F3D6; background-color: #D8F3D6;
border-bottom: dashed 1px #000;
} }
div#RepositoryList table.repolist tbody tr td a { div#RepositoryList table.repolist tbody tr td a {
display: block; display: block;
padding: .3em 10px; padding: .3em 10px;
} }
div#RepositoryList table.repolist tbody tr td.ColumnRowLabel { div#RepositoryList table.repolist tbody tr td.ColumnRowLabel {
width: 9%; width: 5%;
} }
div#RepositoryList table.repolist tbody tr td.ColumnType { div#RepositoryList table.repolist tbody tr td.ColumnType {
width: 15%; width: 15%;
} }
div#RepositoryList table.repolist tbody tr td.ColumnName { div#RepositoryList table.repolist tbody tr td.ColumnName {
background-color: #FFF; background-color: #FFF;
width: 80%;
} }
/* Address Book /* Address Book