Finished working on the thumbnail preview page and updated the style sheets with the necessary style elements.

svn: r18091
This commit is contained in:
Rob G. Healey
2011-08-31 02:06:59 +00:00
parent cde4bb16d5
commit 95a292f344
12 changed files with 418 additions and 61 deletions

View File

@@ -618,6 +618,26 @@ table.relationships tbody tr td.ColumnPartner {
color:#767D25;
}
/* Thumbnail Preview Reference Section
------------------------------------------------- */
body#ThumbnailPreview div#references {
background-color: #FFF;
color: #00029D;
margin: 0 auto;
padding: 0;
width: 100%;
}
body#ThumbnailPreview div#references table.infolist tbody tr {
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 {
width: 90%;
}
/* Contact
----------------------------------------------------- */
#Contact #summaryarea {